Documentation ¶
Index ¶
- type Service
- func (s *Service) Application(ctx context.Context, id string) (*baas.Application, error)
- func (s *Service) Applications(ctx context.Context, sinceID string, limit int) ([]*baas.Application, error)
- func (s *Service) Create(ctx context.Context, n *baas.NewApplication) (*baas.Application, error)
- func (s *Service) Delete(ctx context.Context, id string) error
- func (s *Service) FileBlobStorage(engine, accessKey, secretKey, region, endpoint string) (baas.FileBlobStorage, error)
- func (s *Service) Update(ctx context.Context, u *baas.UpdateApplication) (*baas.Application, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct { ApplicationStorage baas.ApplicationStorage EncryptionService baas.EncryptionService }
func (*Service) Application ¶
func (*Service) Applications ¶
func (*Service) Create ¶
func (s *Service) Create(ctx context.Context, n *baas.NewApplication) (*baas.Application, error)
func (*Service) FileBlobStorage ¶
func (s *Service) FileBlobStorage(engine, accessKey, secretKey, region, endpoint string) (baas.FileBlobStorage, error)
func (*Service) Update ¶
func (s *Service) Update(ctx context.Context, u *baas.UpdateApplication) (*baas.Application, error)
Click to show internal directories.
Click to hide internal directories.