Documentation ¶
Overview ¶
Package api defines CRUD actions for the Panther organization database.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type API ¶
type API struct{}
API has all of the handlers as receiver methods.
func (API) GetSettings ¶ added in v0.3.0
func (API) GetSettings(_ *models.GetSettingsInput) (*models.GeneralSettings, error)
GetSettings retrieves account settings.
func (API) UpdateSettings ¶ added in v0.3.0
func (API) UpdateSettings(input *models.UpdateSettingsInput) (*models.GeneralSettings, error)
UpdateSettings updates account settings.
Click to show internal directories.
Click to hide internal directories.