Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrNotFoundItem = errors.New("item not present") ErrItemNotRemoved = errors.New("item could not be removed") ErrUnknownCommand = errors.New("unknown command") ErrParsingTTL = errors.New("parsing ttl error") ErrParsingToInt = errors.New("parsing string to int error") ErrParsingToBool = errors.New("parsing string to bool error") ErrMissingOptions = errors.New("missing options") ErrMalformedSlice = errors.New("slice is malformed") ErrElementNotinList = errors.New("element not in the list") ErrPartOfBodyWentMissing = errors.New("error body not fully sent") ErrReading = errors.New("error while reading from connection") ErrWriting = errors.New("error while writing from connection") )
Functions ¶
func ParseSliceToString ¶
func ParseStringToSlice ¶
func StringIsSlice ¶
Types ¶
type Identifier ¶
type Identifier string
const ( StringIdentifier Identifier = "+" IntegerIdentifier Identifier = ":" BooleanIdentifier Identifier = "#" ListIdentifier Identifier = "*" ErrorIdentifier Identifier = "-" )
Click to show internal directories.
Click to hide internal directories.