Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( MSG_ATRIB_REQUIRED = "required attribute (%s)" MSG_FAILED_TO_UNMARSHAL_JSON_VALUE = "failed to unmarshal JSON value:%s" MSG_NOT_CACHE_SERVICE = "caching service not available" MSG_RECORD_NOT_FOUND = "record not found" MSG_TOKEN_INVALID = "token invalid" MSG_TOKEN_INVALID_ATRIB = "token invalid, attribute (%s)" MSG_TOKEN_EXPIRED = "token expired" MSG_REQUIRED_INVALID = "request invalid" MSG_ERR_INVALID_CLAIM = "formato token invalid" MSG_ERR_AUTORIZATION = "invalid authorization" MSG_ERR_NOT_CONNECT = "not connect" MSG_ERR_CHANNEL_REQUIRED = "channel required" MSG_PACKAGE_NOT_FOUND = "package not found" MSG_METHOD_NOT_FOUND = "method not found" MSG_ERR_PACKAGE_NOT_FOUND = "package not found" MSG_ERR_METHOD_NOT_FOUND = "method not found" MSG_KEY_REQUIRED = "key required" MSG_CACHE_NOT_LOAD = "caching service not available" MSG_SOLVER_NOT_BUILD = "solver not build path:%s" MSG_PATH_INVALID = "path:%s is invalid" MSG_SOLVER_NOT_FOUND_TAG = "solver:%s not found tag:%s" MSG_SOLVER_NOT_FOUND = "solver:%s not found" MSG_METHOD_NOT_SUPPORTED = "method %s not supported" MSG_RESOLVE_NOT_VALID = "resolve %s is not valid" MSG_ARG_REQUIRED = "argument required (%s)" MSG_CHANNEL_NOT_FOUND = "channel not found (%s)" MSG_USER_NOT_FOUND = "user not found (%s)" MSG_HOLA = "Hello" MSG_HUB_NOT_STARTED = "hub not started" MSG_TCP_LISTENING = "tcp listening on:%s" MSG_TCP_CONNECTED_TO = "tcp connected to:%s" MSG_TCP_CONNECTED_FROM = "tcp connected from:%s" MSG_TCP_CONNECTED_CLIENT = "tcp connected client:%s" MSG_TCP_DISCONNECTED = "tcp disconnected to:%s" MSG_TCP_DISCONNECTED_CLIENT = "tcp disconnected client:%s" MSG_TCP_INBOX = "inbox:%s" MSG_TCP_RECEIVED = "received:%s" MSG_TCP_ERROR_READ = "error to read:%v" MSG_TCP_CLIENT_CLOSED = "client close connection:%s" MSG_TCP_CLIENT_NOT_FOUND = "client not found:%s" MSG_TCP_CLIENT_NOT_CONNECTED = "client not connected:%s" MSG_TCP_SERVER_CLOSED = "server close connection" MSG_TCP_MESSAGE_TOO_LARGE = "message too large" MSG_TCP_TIMEOUT = "timeout waiting response" MSG_TCP_SHUTTING_DOWN = "tcp shutting down" MSG_TCP_BECAME_LEADER = "node %s became leader term=%d" MSG_TCP_CHANGED_LEADER = "changed leader term:%d to:%s" MSG_SERVICE_REQUIRED = "service required" MSG_INVALID_METHOD = "invalid method: %s" MSG_INDEX_OUT_OF_RANGE = "index out of range" MSG_SEND_TO = "send: %s to:%s" MSG_RESPONSE_TO = "response: %s to:%s" MSG_FIELD_NOT_FOUND = "field not found" MSG_DATA_NOT_FOUND = "data not found" MSG_TRANSACTION_NOT_FOUND = "transaction not found" MSG_MODEL_NOT_FOUND = "model not found" MSG_CRONTAB_UNLOAD = "crontab unloaded" MSG_STRING_REQUIRED = "atribute %s must be string" MSG_STRING_NOT_EMPTY = "atribute %s cannot be empty" MSG_INT_REQUIRED = "atribute %s must be int" MSG_INT_MIN = "atribute %s must be >= %d" MSG_INT_MAX = "atribute %s must be <= %d" MSG_FLOAT_REQUIRED = "atribute %s must be float" MSG_FLOAT_MIN = "atribute %s must be >= %f" MSG_FLOAT_MAX = "atribute %s must be <= %f" MSG_ARRAY_REQUIRED = "atribute %s must be array" MSG_ARRAY_NOT_EMPTY = "atribute %s cannot be empty" MSG_EMAIL_INVALID = "atribute %s must be valid email" MSG_DATE_INVALID = "atribute %s must have format %s" MSG_ENUM_INVALID = "atribute %s value invalid" MSG_NUMBER_REQUIRED = "atribute %s must be numeric" MSG_NUMBER_BETWEEN = "atribute %s must be between %v and %v" MSG_OBJECT_REQUIRED = "atribute %s must be object" MSG_PHONE_INVALID = "atribute %s must be a valid mobile phone number (E.164 format, e.g., +573001234567)" MSG_AGENT_NOT_FOUND = "agent %s not found" )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.