Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MethodNotSupported ¶
type MethodNotSupported struct {
// contains filtered or unexported fields
}
MethodNotSupported - returned if call returned error.
func (MethodNotSupported) Error ¶
func (s MethodNotSupported) Error() string
type Sia ¶
type Sia struct {
// contains filtered or unexported fields
}
Sia implements Gateway.
func (*Sia) NewGatewayLayer ¶
func (g *Sia) NewGatewayLayer(creds auth.Credentials) (minio.ObjectLayer, error)
NewGatewayLayer returns Sia gateway layer, implements ObjectLayer interface to talk to Sia backend.
func (*Sia) Production ¶
Production - sia gateway is not ready for production use.
Click to show internal directories.
Click to hide internal directories.