Documentation ¶
Index ¶
- type PlanStorage
- type PlatformImageStorage
- 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
- func (s *TeamStorage) Delete(t auth.Team) error
- func (s *TeamStorage) FindAll() ([]auth.Team, error)
- func (s *TeamStorage) FindByName(name string) (*auth.Team, error)
- func (s *TeamStorage) FindByNames(names []string) ([]auth.Team, error)
- func (s *TeamStorage) Insert(t auth.Team) error
- func (s *TeamStorage) Update(t auth.Team) error
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 PlatformImageStorage ¶
type PlatformImageStorage struct{}
func (*PlatformImageStorage) Append ¶
func (s *PlatformImageStorage) Append(name string, image string) error
func (*PlatformImageStorage) Delete ¶
func (s *PlatformImageStorage) Delete(name string) error
func (*PlatformImageStorage) FindByName ¶
func (s *PlatformImageStorage) FindByName(name string) (*image.PlatformImage, error)
func (*PlatformImageStorage) Upsert ¶
func (s *PlatformImageStorage) Upsert(name string) (*image.PlatformImage, 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.