Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( MockupServer = mockServer{ // contains filtered or unexported fields } ErrMockNotFound = errors.New("mock not found") ErrInterfaceConvertion = errors.New("interface convertion error") )
Functions ¶
This section is empty.
Types ¶
type Operation ¶
type Operation string
const ( OperationFlushAll Operation = "FlushAll" OperationGet Operation = "Get" OperationGetMulti Operation = "GetMulti" OperationSet Operation = "Set" OperationAdd Operation = "Add" OperationReplace Operation = "Replace" OperationCompareAndSwap Operation = "CompareAndSwap" OperationDelete Operation = "Delete" OperationIncrement Operation = "Increment" OperationDecrement Operation = "Decrement" OperationExists Operation = "Exists" OperationTouch Operation = "Touch" OperationDeleteAll Operation = "DeleteAll" OperationPing Operation = "Ping" )
Click to show internal directories.
Click to hide internal directories.