Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type DependencyProvider ¶
type DependencyProvider struct {
SettingsStore func() app.SettingsStore
BootstrapConfig func() *config.Config
}
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func NewService ¶
func NewService(provider DependencyProvider) *Service
func (*Service) Update ¶
func (s *Service) Update(ctx context.Context, patch *app.RuntimeSettingsPatch) (*app.RuntimeSettings, error)
type ValidationError ¶
type ValidationError struct {
// contains filtered or unexported fields
}
func (ValidationError) Error ¶
func (e ValidationError) Error() string
Click to show internal directories.
Click to hide internal directories.