Documentation
¶
Index ¶
Constants ¶
View Source
const ( FieldID = "id" FieldFirstName = "first_name" FieldLastName = "last_name" FieldEmail = "email" FieldStatus = "status" FieldCreatedAt = "created_at" FieldUpdatedAt = "updated_at" FieldUsers = "users" FieldTotal = "total" FieldUserID = "user_id" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UiInterface ¶
type UiInterface interface {
shared.UiInterface
UserManager(w http.ResponseWriter, r *http.Request)
}
UiInterface defines the user manager controller's UI interface
func UI ¶
func UI(config shared.UiConfig) UiInterface
UI creates a new user manager controller UI from the given config
Click to show internal directories.
Click to hide internal directories.