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