Documentation
¶
Index ¶
- func HomePage(w http.ResponseWriter, r *http.Request)
- func PageNotFound(w http.ResponseWriter, r *http.Request)
- type UiProfileHandlerGroup
- func (h UiProfileHandlerGroup) Create(w http.ResponseWriter, r *http.Request)
- func (h UiProfileHandlerGroup) Delete(w http.ResponseWriter, r *http.Request)
- func (h UiProfileHandlerGroup) Edit(w http.ResponseWriter, r *http.Request)
- func (h UiProfileHandlerGroup) Overview(w http.ResponseWriter, r *http.Request)
- func (h UiProfileHandlerGroup) Show(w http.ResponseWriter, r *http.Request)
- func (h UiProfileHandlerGroup) Store(w http.ResponseWriter, r *http.Request)
- func (h UiProfileHandlerGroup) Update(w http.ResponseWriter, r *http.Request)
- type UiSystemHandlerGroup
- func (h UiSystemHandlerGroup) Create(w http.ResponseWriter, r *http.Request)
- func (h UiSystemHandlerGroup) Delete(w http.ResponseWriter, r *http.Request)
- func (h UiSystemHandlerGroup) Edit(w http.ResponseWriter, r *http.Request)
- func (h UiSystemHandlerGroup) Overview(w http.ResponseWriter, r *http.Request)
- func (h UiSystemHandlerGroup) Show(w http.ResponseWriter, r *http.Request)
- func (h UiSystemHandlerGroup) Store(w http.ResponseWriter, r *http.Request)
- func (h UiSystemHandlerGroup) Update(w http.ResponseWriter, r *http.Request)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PageNotFound ¶
func PageNotFound(w http.ResponseWriter, r *http.Request)
Types ¶
type UiProfileHandlerGroup ¶
type UiProfileHandlerGroup struct {
// contains filtered or unexported fields
}
func NewUiProfileHandlerGroup ¶
func NewUiProfileHandlerGroup(pr profile.Repository) UiProfileHandlerGroup
func (UiProfileHandlerGroup) Create ¶
func (h UiProfileHandlerGroup) Create(w http.ResponseWriter, r *http.Request)
Create shows the page for creating a new profile.
func (UiProfileHandlerGroup) Delete ¶
func (h UiProfileHandlerGroup) Delete(w http.ResponseWriter, r *http.Request)
Delete will delete the specified profile.
func (UiProfileHandlerGroup) Edit ¶
func (h UiProfileHandlerGroup) Edit(w http.ResponseWriter, r *http.Request)
Edit shows the page for editing an existing profile.
func (UiProfileHandlerGroup) Overview ¶
func (h UiProfileHandlerGroup) Overview(w http.ResponseWriter, r *http.Request)
Overview will list all profiles.
func (UiProfileHandlerGroup) Show ¶
func (h UiProfileHandlerGroup) Show(w http.ResponseWriter, r *http.Request)
Show will show information about a single profile.
func (UiProfileHandlerGroup) Store ¶
func (h UiProfileHandlerGroup) Store(w http.ResponseWriter, r *http.Request)
Store will store a newly created profile.
func (UiProfileHandlerGroup) Update ¶
func (h UiProfileHandlerGroup) Update(w http.ResponseWriter, r *http.Request)
Update will update the specified profile.
type UiSystemHandlerGroup ¶
type UiSystemHandlerGroup struct {
// contains filtered or unexported fields
}
func NewUiSystemHandlerGroup ¶
func NewUiSystemHandlerGroup(sr system.Repository, pr profile.Repository) UiSystemHandlerGroup
func (UiSystemHandlerGroup) Create ¶
func (h UiSystemHandlerGroup) Create(w http.ResponseWriter, r *http.Request)
Create shows the page for creating a new system.
func (UiSystemHandlerGroup) Delete ¶
func (h UiSystemHandlerGroup) Delete(w http.ResponseWriter, r *http.Request)
Delete will delete the specified system.
func (UiSystemHandlerGroup) Edit ¶
func (h UiSystemHandlerGroup) Edit(w http.ResponseWriter, r *http.Request)
Edit shows the page for editing an existing system.
func (UiSystemHandlerGroup) Overview ¶
func (h UiSystemHandlerGroup) Overview(w http.ResponseWriter, r *http.Request)
Overview will list all systems.
func (UiSystemHandlerGroup) Show ¶
func (h UiSystemHandlerGroup) Show(w http.ResponseWriter, r *http.Request)
Show will show information about a single system.
func (UiSystemHandlerGroup) Store ¶
func (h UiSystemHandlerGroup) Store(w http.ResponseWriter, r *http.Request)
Store will store a newly created system.
func (UiSystemHandlerGroup) Update ¶
func (h UiSystemHandlerGroup) Update(w http.ResponseWriter, r *http.Request)
Update will update the specified system.
Click to show internal directories.
Click to hide internal directories.