 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
- func New() (storage.StorageService, error)
- type AzblobStorageService
- func (a *AzblobStorageService) Delete(ctx context.Context, bucket string, key string) error
- func (s *AzblobStorageService) ListFiles(ctx context.Context, bucket string) ([]*storage.FileInfo, error)
- func (s *AzblobStorageService) PreSignUrl(ctx context.Context, bucket string, key string, operation storage.Operation, ...) (string, error)
- func (a *AzblobStorageService) Read(ctx context.Context, bucket string, key string) ([]byte, error)
- func (a *AzblobStorageService) Write(ctx context.Context, 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) PreSignUrl ¶
 Click to show internal directories. 
   Click to hide internal directories.