Documentation
¶
Index ¶
- type Client
- func (c *Client) CheckRead(mod *model.Model) error
- func (c *Client) DeleteVersion(mod *model.Model, id string) error
- func (c *Client) DownloadVersion(mod *model.Model, id string, outputDir string) error
- func (c *Client) GetBuildLogs(mod *model.Model, buildID string, follow bool) (chan *LogEntry, error)
- func (c *Client) GetDisplayTokenURL(address string) (url string, err error)
- func (c *Client) GetVersion(mod *model.Model, id string) (*server.APIVersion, error)
- func (c *Client) ListVersions(mod *model.Model) ([]*model.Version, error)
- func (c *Client) Ping(mod *model.Model) error
- func (c *Client) UploadVersion(mod *model.Model, projectDir string) (*model.Version, error)
- func (c *Client) VerifyToken(address string, token string) (username string, err error)
- type LogEntry
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { }
func (*Client) DownloadVersion ¶
func (*Client) GetBuildLogs ¶
func (*Client) GetDisplayTokenURL ¶
func (*Client) GetVersion ¶
func (*Client) ListVersions ¶
func (*Client) UploadVersion ¶
Click to show internal directories.
Click to hide internal directories.