Documentation
¶
Index ¶
- type APITransport
- type Client
- func (c *Client) CreateWorldDownloadURL(ctx context.Context, worldID string) (*web.CreateWorldDownloadURLResponse, error)
- func (c *Client) CreateWorldUploadURL(ctx context.Context, worldName string) (*web.CreateWorldUploadURLResponse, error)
- func (c *Client) GetLatestWorldID(ctx context.Context, worldName string) (*web.GetLatestWorldIDResponse, error)
- func (c *Client) PollAction(ctx context.Context) (*runner.Action, error)
- func (c *Client) PostStatus(ctx context.Context, statuses []byte) error
- type TransportError
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APITransport ¶
type APITransport struct {
// contains filtered or unexported fields
}
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) CreateWorldDownloadURL ¶
func (*Client) CreateWorldUploadURL ¶
func (*Client) GetLatestWorldID ¶
func (*Client) PollAction ¶
type TransportError ¶
func (*TransportError) Error ¶
func (e *TransportError) Error() string
Click to show internal directories.
Click to hide internal directories.