Documentation ¶
Index ¶
- type BlobStoreAzureService
- func (s *BlobStoreAzureService) Create(bs *blobstore.Azure) error
- func (s *BlobStoreAzureService) Delete(name string) error
- func (s *BlobStoreAzureService) Get(name string) (*blobstore.Azure, error)
- func (s *BlobStoreAzureService) GetQuotaStatus(name string) error
- func (s *BlobStoreAzureService) TestConnection(bs *blobstore.Azure) error
- func (s *BlobStoreAzureService) Update(name string, bs *blobstore.Azure) error
- type BlobStoreFileService
- func (s *BlobStoreFileService) Create(bs *blobstore.File) error
- func (s *BlobStoreFileService) Delete(name string) error
- func (s *BlobStoreFileService) Get(name string) (*blobstore.File, error)
- func (s *BlobStoreFileService) GetQuotaStatus(name string) error
- func (s *BlobStoreFileService) Update(name string, bs *blobstore.File) error
- type BlobStoreGroupService
- func (s *BlobStoreGroupService) Create(bs *blobstore.Group) error
- func (s *BlobStoreGroupService) Delete(name string) error
- func (s *BlobStoreGroupService) Get(name string) (*blobstore.Group, error)
- func (s *BlobStoreGroupService) GetQuotaStatus(name string) error
- func (s *BlobStoreGroupService) Update(name string, bs *blobstore.Group) error
- type BlobStoreLegacyService
- func (s *BlobStoreLegacyService) Create(bs *blobstore.Legacy) error
- func (s *BlobStoreLegacyService) Delete(name string) error
- func (s *BlobStoreLegacyService) Get(name string) (*blobstore.Legacy, error)
- func (s *BlobStoreLegacyService) GetQuotaStatus(name string) error
- func (s *BlobStoreLegacyService) ReadDetails(id string, bsType string) (*blobstore.Legacy, error)
- func (s *BlobStoreLegacyService) Update(id string, bs blobstore.Legacy) error
- type BlobStoreS3Service
- func (s *BlobStoreS3Service) Create(bs *blobstore.S3) error
- func (s *BlobStoreS3Service) Delete(name string) error
- func (s *BlobStoreS3Service) Get(name string) (*blobstore.S3, error)
- func (s *BlobStoreS3Service) GetQuotaStatus(name string) error
- func (s *BlobStoreS3Service) Update(name string, bs *blobstore.S3) error
- type BlobStoreService
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BlobStoreAzureService ¶
func NewBlobStoreAzureService ¶
func NewBlobStoreAzureService(c *client.Client) *BlobStoreAzureService
func (*BlobStoreAzureService) Create ¶
func (s *BlobStoreAzureService) Create(bs *blobstore.Azure) error
func (*BlobStoreAzureService) Delete ¶
func (s *BlobStoreAzureService) Delete(name string) error
func (*BlobStoreAzureService) Get ¶
func (s *BlobStoreAzureService) Get(name string) (*blobstore.Azure, error)
func (*BlobStoreAzureService) GetQuotaStatus ¶
func (s *BlobStoreAzureService) GetQuotaStatus(name string) error
func (*BlobStoreAzureService) TestConnection ¶
func (s *BlobStoreAzureService) TestConnection(bs *blobstore.Azure) error
type BlobStoreFileService ¶
func NewBlobStoreFileService ¶
func NewBlobStoreFileService(c *client.Client) *BlobStoreFileService
func (*BlobStoreFileService) Create ¶
func (s *BlobStoreFileService) Create(bs *blobstore.File) error
func (*BlobStoreFileService) Delete ¶
func (s *BlobStoreFileService) Delete(name string) error
func (*BlobStoreFileService) Get ¶
func (s *BlobStoreFileService) Get(name string) (*blobstore.File, error)
func (*BlobStoreFileService) GetQuotaStatus ¶
func (s *BlobStoreFileService) GetQuotaStatus(name string) error
type BlobStoreGroupService ¶
func NewBlobStoreGroupService ¶
func NewBlobStoreGroupService(c *client.Client) *BlobStoreGroupService
func (*BlobStoreGroupService) Create ¶
func (s *BlobStoreGroupService) Create(bs *blobstore.Group) error
func (*BlobStoreGroupService) Delete ¶
func (s *BlobStoreGroupService) Delete(name string) error
func (*BlobStoreGroupService) Get ¶
func (s *BlobStoreGroupService) Get(name string) (*blobstore.Group, error)
func (*BlobStoreGroupService) GetQuotaStatus ¶
func (s *BlobStoreGroupService) GetQuotaStatus(name string) error
type BlobStoreLegacyService ¶
func NewBlobStoreLegacyService ¶
func NewBlobStoreLegacyService(c *client.Client) *BlobStoreLegacyService
func (*BlobStoreLegacyService) Create ¶
func (s *BlobStoreLegacyService) Create(bs *blobstore.Legacy) error
func (*BlobStoreLegacyService) Delete ¶
func (s *BlobStoreLegacyService) Delete(name string) error
func (*BlobStoreLegacyService) Get ¶
func (s *BlobStoreLegacyService) Get(name string) (*blobstore.Legacy, error)
func (*BlobStoreLegacyService) GetQuotaStatus ¶
func (s *BlobStoreLegacyService) GetQuotaStatus(name string) error
func (*BlobStoreLegacyService) ReadDetails ¶
type BlobStoreS3Service ¶
func NewBlobStoreS3Service ¶
func NewBlobStoreS3Service(c *client.Client) *BlobStoreS3Service
func (*BlobStoreS3Service) Delete ¶
func (s *BlobStoreS3Service) Delete(name string) error
func (*BlobStoreS3Service) Get ¶
func (s *BlobStoreS3Service) Get(name string) (*blobstore.S3, error)
func (*BlobStoreS3Service) GetQuotaStatus ¶
func (s *BlobStoreS3Service) GetQuotaStatus(name string) error
type BlobStoreService ¶
type BlobStoreService struct { Client *client.Client // API Services Azure *BlobStoreAzureService File *BlobStoreFileService Group *BlobStoreGroupService S3 *BlobStoreS3Service Legacy *BlobStoreLegacyService }
func NewBlobStoreService ¶
func NewBlobStoreService(c *client.Client) *BlobStoreService
func (*BlobStoreService) Delete ¶
func (s *BlobStoreService) Delete(name string) error
func (*BlobStoreService) GetQuotaStatus ¶
func (s *BlobStoreService) GetQuotaStatus(name string) error
Click to show internal directories.
Click to hide internal directories.