Documentation
¶
Index ¶
- type Settings
- func (h *Settings) DetectiveHandler(w http.ResponseWriter, r *http.Request) error
- func (h *Settings) GeneralSettingsHandler(w http.ResponseWriter, r *http.Request) error
- func (h *Settings) HttpSetup(mux *http.ServeMux, auth *auth.Authenticator)
- func (h *Settings) InitialSetupHandler(w http.ResponseWriter, r *http.Request) error
- func (h *Settings) InsightsHandler(w http.ResponseWriter, r *http.Request) error
- func (h *Settings) NotificationSettingsClear(w http.ResponseWriter, r *http.Request) error
- func (h *Settings) NotificationSettingsHandler(w http.ResponseWriter, r *http.Request) error
- func (h *Settings) SettingsForward(w http.ResponseWriter, r *http.Request) error
- func (h *Settings) SettingsHandler(w http.ResponseWriter, r *http.Request) error
- func (h *Settings) WalkthroughHandler(w http.ResponseWriter, r *http.Request) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Settings ¶
type Settings struct {
// contains filtered or unexported fields
}
func NewSettings ¶
func NewSettings( writer *metadata.AsyncWriter, reader metadata.Reader, initialSetupSettings *settings.InitialSetupSettings, notificationCenter *notification.Center, insightsEngine *insights.Engine, ) *Settings
func (*Settings) DetectiveHandler ¶
func (*Settings) GeneralSettingsHandler ¶
func (*Settings) HttpSetup ¶
func (h *Settings) HttpSetup(mux *http.ServeMux, auth *auth.Authenticator)
func (*Settings) InitialSetupHandler ¶
func (*Settings) InsightsHandler ¶
func (*Settings) NotificationSettingsClear ¶
func (*Settings) NotificationSettingsHandler ¶
func (*Settings) SettingsForward ¶
func (*Settings) SettingsHandler ¶
nolint:gocognit
func (*Settings) WalkthroughHandler ¶
Click to show internal directories.
Click to hide internal directories.