Documentation
¶
Index ¶
Constants ¶
View Source
const ( FieldStatus = "status" FieldRole = "role" FieldFirstName = "first_name" FieldLastName = "last_name" FieldEmail = "email" FieldBusinessName = "business_name" FieldPhone = "phone" FieldCountry = "country" FieldTimezone = "timezone" FieldMemo = "memo" FieldStatusField = "field_status" FieldCountries = "countries" FieldTimezones = "timezones" FieldIsoCode2 = "iso_code_2" FieldName = "name" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UiInterface ¶
type UiInterface interface {
shared.UiInterface
UserUpdate(w http.ResponseWriter, r *http.Request)
}
UiInterface defines the user update controller's UI interface
func UI ¶
func UI(config shared.UiConfig) UiInterface
UI creates a new user update controller UI from the given config
Click to show internal directories.
Click to hide internal directories.