# Functions
ContainsString returns true if the provided string slice contains the provided string value.
GetFuncName fetches the name of a function caller based on the numFrames.
MessageAction generates a message string for an action
status: The status of the action action: The action that is occurring dataType: The data type that the action is occurring on args: Any args that should be included in the message (nil if none).
MessageActionError generates a message string for an action that resulted in an error
action: The action that is occurring dataType: The data type that the action is occurring on args: Any args that should be included in the message (nil if none).
MessageActionSuccess generates a message string for an action that succeeded
action: The action that is occurring dataType: The data type that the action is occurring on args: Any args that should be included in the message (nil if none).
MessageData generates a message string for a data element
status: The status of the data dataType: The data type args: Any args that should be included in the message (nil if none).
# Constants
ActionApply action type.
ActionCache action type.
ActionCast action type.
ActionCommit action type.
ActionCompute action type.
ActionCount action type.
ActionCreate action type.
ActionDecode action type.
ActionDecrypt action type.
ActionDelete action type.
ActionDeregister action type.
ActionEncode action type.
ActionEncrypt action type.
ActionFind action type.
ActionGenerate action type.
ActionGet action type.
ActionGrant action type.
ActionInitialize action type.
ActionInsert action type.
ActionLoad action type.
ActionLoadCache action type.
ActionMarshal action type.
ActionParse action type.
ActionPrepare action type.
ActionRead action type.
ActionRefresh action type.
ActionRegister action type.
ActionReplace action type.
ActionRevoke action type.
ActionSave action type.
ActionSend action type.
ActionStart action type.
ActionUnmarshal action type.
ActionUpdate action type.
ActionValidate action type.
ActionVerify action type.
StatusDisabled data status.
StatusEnabled data status.
StatusError action status.
StatusFound data status.
StatusInvalid data status.
StatusMissing data status.
StatusSuccess action status.
StatusValid data status.
TypeArg data type.
TypeBool data type.
TypeByte data type.
TypeClaim data type.
TypeClaims data type.
TypeError data type.
TypeFloat data type.
TypeHeader data type.
TypeInt data type.
TypePathParam data type.
TypePermission data type.
TypeQueryParam data type.
TypeRequest data type.
TypeRequestBody data type.
TypeResponse data type.
TypeResponseBody data type.
TypeResult data type.
TypeScope data type.
TypeString data type.
TypeTime data type.
TypeToken data type.
TypeTransaction data type.
TypeUint data type.
Unimplemented indicator.
# Interfaces
MessageArgs is an interface for arguments to be included in a message.
# Type aliases
FieldArgs are MessageArgs in the form of Fields.
Fields represents fields to be printed in a MessageDataType message.
ListArgs are MessageArgs in the form of a list.
MessageActionStatus represent the status of the action in an ActionMessage.
MessageActionType represents the type that the action was performed on in an ActionMessage.
MessageDataStatus represent the status of the data in a DataMessage.
MessageDataType represents the type of the data in a DataMessage.
StringArgs are MessageArgs in the form of a string.