 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DataTypeError ¶
type DataTypeError struct {
	ExpectedType string
}
    func (DataTypeError) Error ¶
func (e DataTypeError) Error() string
type DecodeError ¶
type DecodeError struct {
	Err error
}
    func (DecodeError) Error ¶
func (e DecodeError) Error() string
type InternalError ¶
type InternalError struct {
	Message string
}
    InternalError is returned when there is internal issue
func (InternalError) Error ¶
func (e InternalError) Error() string
type InvalidMigrationVersion ¶
func (InvalidMigrationVersion) Error ¶
func (e InvalidMigrationVersion) Error() string
type KeyNotFound ¶
func (KeyNotFound) Error ¶
func (e KeyNotFound) Error() string
type ValueFormatError ¶
type ValueFormatError struct {
	Key   string
	Value interface{}
}
    func (ValueFormatError) Error ¶
func (e ValueFormatError) Error() string
       Source Files
      ¶
      Source Files
      ¶
    
- errors.go
 Click to show internal directories. 
   Click to hide internal directories.