Versions in this module Expand all Collapse all v0 v0.1.0 Aug 27, 2020 Changes in this version + const ErrParamsInvalid + type Client struct + func New(logger log.Logger, fns ...func(*Options)) *Client + func (c *Client) GetSource(ctx context.Context, fileKey []byte) (*pb.FileSource, error) + func (c *Client) UploadPkg(ctx context.Context, source multipart.File) (fileKey []byte, err error) + type Options struct + ServerAddr string