Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateUserRequest ¶
type ExampleProviderFactory ¶
type ExampleProviderFactory interface {
NewUserRepository() UserRepository
}
type Factory ¶
type Factory interface {
NewEngine() Engine
}
func NewFactory ¶
func NewFactory(e ExampleProviderFactory) Factory
type Invalid ¶
type Invalid struct {
Obj interface{}
Errors *kensho.ValidationError
Message string
}
func NewInvalid ¶
func NewInvalid(obj interface{}, errors *kensho.ValidationError) *Invalid
type NotFound ¶
func NewNotFound ¶
Click to show internal directories.
Click to hide internal directories.