Documentation
¶
Index ¶
- Variables
- type Healthz
- type Pinger
- type Score
- type Todos
- func (t Todos) Clear(c iris.Context)
- func (t Todos) Create(c iris.Context)
- func (t Todos) Destroy(c iris.Context)
- func (t Todos) Index(c iris.Context)
- func (t Todos) Load(c iris.Context)
- func (t Todos) Mount(router iris.Party)
- func (t Todos) Show(c iris.Context)
- func (t Todos) Update(c iris.Context)
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrBadRequest = errors.New("Bad Request")
ErrBadRequest error.
Functions ¶
This section is empty.
Types ¶
type Score ¶
type Score struct {
// contains filtered or unexported fields
}
Score for score endpoints.
type Todos ¶
type Todos struct {
// contains filtered or unexported fields
}
Todos for todos endpoints.
func NewTodos ¶
func NewTodos(repository rel.Repository, todos todos.Service) Todos
NewTodos handler.
Click to show internal directories.
Click to hide internal directories.