Documentation
¶
Overview ¶
Package settings provides the settings API
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
Manager represents the settings API
func NewManager ¶
func NewManager(storage storage.Storage, logger *logrus.Logger, aclManager auth.ACLManager) *Manager
NewManager creates a new settings API with the given storage and logger
func (*Manager) RegisterRoutes ¶
func (m *Manager) RegisterRoutes(r chi.Router)
RegisterRoutes registers the API handlers with the given ServeMux
Click to show internal directories.
Click to hide internal directories.