Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsDataSourceDoesntExist ¶
IsDataSourceDoesntExist Returns if passed error is a missing key error
func IsErrFileExists ¶
ErrFileExists Returns if passed error is a missing key error
func IsErrMissingKey ¶
IsErrMissingKey Returns if passed error is a missing key error
Types ¶
type ErrDataSourceDoesntExist ¶
type ErrDataSourceDoesntExist struct {
Name string
}
func (ErrDataSourceDoesntExist) Error ¶
func (e ErrDataSourceDoesntExist) Error() string
type ErrFileExists ¶
type ErrFileExists struct {
Filename string
}
func (ErrFileExists) Error ¶
func (e ErrFileExists) Error() string
type ErrMissingKey ¶
type ErrMissingKey struct {
Key string
}
ErrMissingKey When we get missing keys
func (ErrMissingKey) Error ¶
func (e ErrMissingKey) Error() string
Click to show internal directories.
Click to hide internal directories.