Documentation ¶ Index ¶ func Backup(fiChan chan schema.FileInfo, sourcePath string, ctx context.Context) error type Client func NewClient(ctx context.Context) (*Client, error) func (c *Client) Close() Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Backup ¶ func Backup(fiChan chan schema.FileInfo, sourcePath string, ctx context.Context) error Types ¶ type Client ¶ type Client struct { // contains filtered or unexported fields } func NewClient ¶ func NewClient(ctx context.Context) (*Client, error) func (*Client) Close ¶ func (c *Client) Close() Source Files ¶ View all Source files api.go grpc.go Click to show internal directories. Click to hide internal directories.