 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsErrValueHasWrongType ¶
IsErrValueHasWrongType checks if an error is ErrValueHasWrongType
func IsErrValueNotFoundForKey ¶
IsErrValueNotFoundForKey checks if an error is ErrValueNotFoundForKey
Types ¶
type ErrValueHasWrongType ¶
ErrValueHasWrongType represents an error where a value saved at key has the wrong value
func (*ErrValueHasWrongType) Error ¶
func (e *ErrValueHasWrongType) Error() string
Error is the error implementation
type ErrValueNotFoundForKey ¶
type ErrValueNotFoundForKey struct {
	Key string
}
    ErrValueNotFoundForKey represents an error where a key could not be found
func (*ErrValueNotFoundForKey) Error ¶
func (e *ErrValueNotFoundForKey) Error() string
Error is the error implementation
 Click to show internal directories. 
   Click to hide internal directories.