Documentation
¶
Index ¶
- type Setting
- type Store
- func (s *Store) AddSetting(ctx context.Context, settingParam Setting) (Setting, error)
- func (s *Store) DeleteSetting(ctx context.Context, settingID string) error
- func (s *Store) EditSetting(ctx context.Context, settingParam Setting) (Setting, error)
- func (s *Store) GetSetting(ctx context.Context, settingID string) (Setting, error)
- func (s *Store) GetSettings(ctx context.Context) ([]Setting, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store struct {
// contains filtered or unexported fields
}
Store stores the dependencies
func (*Store) AddSetting ¶
func (*Store) DeleteSetting ¶
func (*Store) EditSetting ¶
func (*Store) GetSetting ¶
Click to show internal directories.
Click to hide internal directories.