Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ErrServiceCreate ¶
type ErrServiceCreate struct {
Service string
}
func (*ErrServiceCreate) Error ¶
func (e *ErrServiceCreate) Error() string
type ErrUnknownDriver ¶
type ErrUnknownDriver struct {
Driver string
}
func (*ErrUnknownDriver) Error ¶
func (e *ErrUnknownDriver) Error() string
type ErrUnknownService ¶
type ErrUnknownService struct {
Service string
}
func (*ErrUnknownService) Error ¶
func (e *ErrUnknownService) Error() string
Click to show internal directories.
Click to hide internal directories.