Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ObjectStore ¶
func NewOnPremClient ¶
func NewOnPremClient(opts ObjectStoreOptions) (ObjectStore, error)
func NewS3Client ¶
func NewS3Client(opts ObjectStoreOptions) (ObjectStore, error)
type ObjectStoreOptions ¶
type OnPremClient ¶
type OnPremClient struct {
// contains filtered or unexported fields
}
func (*OnPremClient) Save ¶
func (o *OnPremClient) Save(filename string) error
Click to show internal directories.
Click to hide internal directories.