Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { DownloadFile(ctx context.Context, id string, w io.Writer) (checksum string, err error) ListFiles(ctx context.Context, opts ListOptions, files *dataservicev1.ListFilesResponse) error GetFileById(ctx context.Context, id string, finfo *dataservicev1.FileInfo) (err error) GetFileByName(ctx context.Context, name, source, sourceType string, finfo *dataservicev1.FileInfo) (err error) DeleteFile(context.Context, string) error }
func NewClient ¶
func NewClient(config *DataServiceConfig) Client
type DataServiceConfig ¶
Click to show internal directories.
Click to hide internal directories.