Documentation ¶
Index ¶
- type PlanStorage
- type PlatformStorage
- func (s *PlatformStorage) Delete(p app.Platform) error
- func (s *PlatformStorage) FindAll() ([]app.Platform, error)
- func (s *PlatformStorage) FindByName(name string) (*app.Platform, error)
- func (s *PlatformStorage) FindEnabled() ([]app.Platform, error)
- func (s *PlatformStorage) Insert(p app.Platform) error
- func (s *PlatformStorage) Update(p app.Platform) error
- type TeamStorage
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PlanStorage ¶
type PlanStorage struct{}
func (*PlanStorage) FindByName ¶
func (s *PlanStorage) FindByName(name string) (*app.Plan, error)
func (*PlanStorage) FindDefault ¶
func (s *PlanStorage) FindDefault() (*app.Plan, error)
type PlatformStorage ¶
type PlatformStorage struct{}
func (*PlatformStorage) FindByName ¶
func (s *PlatformStorage) FindByName(name string) (*app.Platform, error)
func (*PlatformStorage) FindEnabled ¶
func (s *PlatformStorage) FindEnabled() ([]app.Platform, error)
type TeamStorage ¶
type TeamStorage struct{}
func (*TeamStorage) FindByName ¶
func (s *TeamStorage) FindByName(name string) (*auth.Team, error)
func (*TeamStorage) FindByNames ¶
func (s *TeamStorage) FindByNames(names []string) ([]auth.Team, error)
Click to show internal directories.
Click to hide internal directories.