Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SecretManager ¶
func NewSecretManager ¶
func NewSecretManager() SecretManager
type StorageEngine ¶ added in v0.1.1
type StorageEngine interface { DownloadFile(ctx context.Context, bucket string, path string) ([]byte, error) UploadFile(ctx context.Context, bucket string, path string, data []byte) error DeleteFile(ctx context.Context, bucket string, path string) error ListFile(ctx context.Context, bucket string, path string) ([]string, error) }
func NewStorageEngine ¶ added in v0.1.1
func NewStorageEngine() StorageEngine
Click to show internal directories.
Click to hide internal directories.