Versions in this module Expand all Collapse all v1 v1.0.1 Mar 12, 2019 v1.0.0 Mar 11, 2019 Changes in this version + func New(config upspin.Config) upspin.Client + type Client struct + func (c *Client) Create(name upspin.PathName) (upspin.File, error) + func (c *Client) Delete(name upspin.PathName) error + func (c *Client) DirServer(name upspin.PathName) (upspin.DirServer, error) + func (c *Client) Get(name upspin.PathName) ([]byte, error) + func (c *Client) Glob(pattern string) ([]*upspin.DirEntry, error) + func (c *Client) Lookup(name upspin.PathName, followFinal bool) (*upspin.DirEntry, error) + func (c *Client) MakeDirectory(name upspin.PathName) (*upspin.DirEntry, error) + func (c *Client) Open(name upspin.PathName) (upspin.File, error) + func (c *Client) Put(name upspin.PathName, data []byte) (*upspin.DirEntry, error) + func (c *Client) PutDuplicate(oldName, newName upspin.PathName) (*upspin.DirEntry, error) + func (c *Client) PutLink(oldName, linkName upspin.PathName) (*upspin.DirEntry, error) + func (c *Client) Rename(oldName, newName upspin.PathName) (*upspin.DirEntry, error) + func (c *Client) SetTime(name upspin.PathName, t upspin.Time) error