storage

package
v0.11.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 9, 2021 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type StorageService

type StorageService interface {
	Read(bucket string, key string) ([]byte, error)
	Write(bucket string, key string, object []byte) error
	Delete(bucket string, key string) error
}

type UnimplementedStoragePlugin

type UnimplementedStoragePlugin struct{}

func (*UnimplementedStoragePlugin) Delete

func (*UnimplementedStoragePlugin) Delete(bucket string, key string) error

func (*UnimplementedStoragePlugin) Read

func (*UnimplementedStoragePlugin) Read(bucket string, key string) ([]byte, error)

func (*UnimplementedStoragePlugin) Write

func (*UnimplementedStoragePlugin) Write(bucket string, key string, object []byte) error

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL