Documentation
¶
Index ¶
- func ParseURLGRPC(s string) (string, bool, error)
- type Client
- func (c *Client) Delete(ctx context.Context, name string) error
- func (c *Client) FindMissing(ctx context.Context, digests []*FileDigest) ([]*FileDigest, error)
- func (c *Client) Get(ctx context.Context, name string) (io.ReadCloser, error)
- func (c *Client) GetCapabilities(ctx context.Context) error
- func (c *Client) Put(ctx context.Context, params PutParams) (io.WriteCloser, error)
- type FileDigest
- type NewClientParams
- type PutParams
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) FindMissing ¶
func (c *Client) FindMissing(ctx context.Context, digests []*FileDigest) ([]*FileDigest, error)
type FileDigest ¶
type NewClientParams ¶
Click to show internal directories.
Click to hide internal directories.