Documentation ¶
Overview ¶
Package grpc wraps a Minio server for exposing the content of the datasource with the S3 protocol.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ObjectHandler ¶
type ObjectHandler struct {
Config *object.MinioConfig
}
ObjectHandler definition
func (*ObjectHandler) GetMinioConfig ¶
func (o *ObjectHandler) GetMinioConfig(_ context.Context, _ *object.GetMinioConfigRequest, resp *object.GetMinioConfigResponse) error
GetMinioConfig returns current configuration
func (*ObjectHandler) StartMinioServer ¶
func (o *ObjectHandler) StartMinioServer(ctx context.Context, minioServiceName string) error
StartMinioServer handler
func (*ObjectHandler) StorageStats ¶
func (o *ObjectHandler) StorageStats(_ context.Context, _ *object.StorageStatsRequest, resp *object.StorageStatsResponse) error
StorageStats returns statistics about storage
Click to show internal directories.
Click to hide internal directories.