Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type User ¶
type Userer ¶
type Userer interface {
Info(w http.ResponseWriter, r *http.Request)
Save(w http.ResponseWriter, r *http.Request)
}
func NewUserController ¶
func NewUserController(service service.Userer, components *component.Components) Userer
Click to show internal directories.
Click to hide internal directories.