Documentation ¶
Overview ¶
Package objects is in charge of exposing the content of the datasource with the S3 protocol.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Name = common.SERVICE_GRPC_NAMESPACE_ + common.SERVICE_DATA_OBJECTS ChildPrefix = common.SERVICE_GRPC_NAMESPACE_ + common.SERVICE_DATA_OBJECTS_ )
Functions ¶
func CreateMinioConfigFile ¶
func DeleteMinioConfigDir ¶
Types ¶
type TreeHandler ¶
func NewTreeHandler ¶
func NewTreeHandler() *TreeHandler
func (*TreeHandler) FileInfoToNode ¶
func (*TreeHandler) ListNodes ¶
func (t *TreeHandler) ListNodes(ctx context.Context, request *tree.ListNodesRequest, stream tree.NodeProvider_ListNodesStream) error
func (*TreeHandler) ReadNode ¶
func (t *TreeHandler) ReadNode(ctx context.Context, request *tree.ReadNodeRequest, response *tree.ReadNodeResponse) error
Click to show internal directories.
Click to hide internal directories.