Versions in this module Expand all Collapse all v0 v0.0.1 Apr 23, 2020 Changes in this version + func NewBlobServiceClient(host string, port int, tls bool, caFile string, serverHostOverride string) (blob.BlobServiceClient, error) + type Client struct + func NewClient(b blob.BlobServiceClient) (*Client, error) + func (c *Client) Get(ID string, w io.Writer) (n int64, err error) + func (c *Client) Push(ID string, r io.Reader) (*blob.PushStatus, error)