Documentation ¶
Index ¶
- type GatewayUnsupported
- func (g *GatewayUnsupported) AppendObject() error
- func (g *GatewayUnsupported) CopyObject(ctx context.Context, dest minio.CopyDestOptions, src minio.CopySrcOptions) (minio.UploadInfo, error)
- func (g *GatewayUnsupported) DeleteMultipleObjects() error
- func (g *GatewayUnsupported) DeleteObject() error
- func (g *GatewayUnsupported) GetObject(ctx context.Context, objectKey string, options minio.GetObjectOptions) (interface{}, error)
- func (g *GatewayUnsupported) GetObjectMeta() error
- func (g *GatewayUnsupported) HeadObject() error
- func (g *GatewayUnsupported) Name() string
- func (g *GatewayUnsupported) PostObject() error
- func (g *GatewayUnsupported) PutObject(ctx context.Context, objectKey string, reader io.Reader, size int64, ...) (minio.UploadInfo, error)
- func (g *GatewayUnsupported) RestoreObject() error
- func (g *GatewayUnsupported) SelectObject() error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GatewayUnsupported ¶
type GatewayUnsupported struct{}
func (*GatewayUnsupported) AppendObject ¶
func (g *GatewayUnsupported) AppendObject() error
func (*GatewayUnsupported) CopyObject ¶
func (g *GatewayUnsupported) CopyObject(ctx context.Context, dest minio.CopyDestOptions, src minio.CopySrcOptions) (minio.UploadInfo, error)
func (*GatewayUnsupported) DeleteMultipleObjects ¶
func (g *GatewayUnsupported) DeleteMultipleObjects() error
func (*GatewayUnsupported) DeleteObject ¶
func (g *GatewayUnsupported) DeleteObject() error
func (*GatewayUnsupported) GetObject ¶
func (g *GatewayUnsupported) GetObject(ctx context.Context, objectKey string, options minio.GetObjectOptions) (interface{}, error)
func (*GatewayUnsupported) GetObjectMeta ¶
func (g *GatewayUnsupported) GetObjectMeta() error
func (*GatewayUnsupported) HeadObject ¶
func (g *GatewayUnsupported) HeadObject() error
func (*GatewayUnsupported) Name ¶
func (g *GatewayUnsupported) Name() string
func (*GatewayUnsupported) PostObject ¶
func (g *GatewayUnsupported) PostObject() error
func (*GatewayUnsupported) RestoreObject ¶
func (g *GatewayUnsupported) RestoreObject() error
func (*GatewayUnsupported) SelectObject ¶
func (g *GatewayUnsupported) SelectObject() error
Click to show internal directories.
Click to hide internal directories.