Documentation
      ¶
    
    
  
    
  
    Index ¶
- func New() (storage.StorageService, error)
 - type AzblobStorageService
 - func (a *AzblobStorageService) Delete(bucket string, key string) error
 - func (s *AzblobStorageService) ListFiles(bucket string) ([]*storage.FileInfo, error)
 - func (s *AzblobStorageService) PreSignUrl(bucket string, key string, operation storage.Operation, expiry uint32) (string, error)
 - func (a *AzblobStorageService) Read(bucket string, key string) ([]byte, error)
 - func (a *AzblobStorageService) Write(bucket string, key string, object []byte) error
 
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New() (storage.StorageService, error)
New - Creates a new instance of the AzblobStorageService
Types ¶
type AzblobStorageService ¶
type AzblobStorageService struct {
	storage.UnimplementedStoragePlugin
	// contains filtered or unexported fields
}
    AzblobStorageService - Nitric membrane storage plugin implementation for Azure Storage
func (*AzblobStorageService) Delete ¶
func (a *AzblobStorageService) Delete(bucket string, key string) error
func (*AzblobStorageService) ListFiles ¶ added in v0.16.0
func (s *AzblobStorageService) ListFiles(bucket string) ([]*storage.FileInfo, error)
func (*AzblobStorageService) PreSignUrl ¶
 Click to show internal directories. 
   Click to hide internal directories.