Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RootHanlder ¶
type RootHanlder struct {
// contains filtered or unexported fields
}
func NewRootHandler ¶
func NewRootHandler(config *domain.Configuration) *RootHanlder
type TodoHanlder ¶
type TodoHanlder struct {
// contains filtered or unexported fields
}
func NewTodoHandler ¶
func NewTodoHandler(usecase port.TodoUsecase) *TodoHanlder
Click to show internal directories.
Click to hide internal directories.