Documentation ¶
Index ¶
- func Connector() *common.Connector
- type Client
- func (c *Client) Connector() *common.Connector
- func (c *Client) Delete(ctx context.Context, meta metadata) (*types.Response, error)
- func (c *Client) Do(ctx context.Context, req *types.Request) (*types.Response, error)
- func (c *Client) Init(ctx context.Context, cfg config.Spec, log *logger.Logger) error
- func (c *Client) List(ctx context.Context, meta metadata) (*types.Response, error)
- func (c *Client) Load(ctx context.Context, meta metadata) (*types.Response, error)
- func (c *Client) Save(ctx context.Context, meta metadata, data []byte) (*types.Response, error)
- func (c *Client) Stop() error
- type FileInfo
- type FileInfoList
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
type FileInfoList ¶
type FileInfoList []*FileInfo
func (FileInfoList) Marshal ¶
func (l FileInfoList) Marshal() []byte
Click to show internal directories.
Click to hide internal directories.