Documentation
¶
Index ¶
- type Client
- func (c *Client) Attr(name string) (starlark.Value, error)
- func (*Client) AttrNames() []string
- func (c *Client) Close() error
- func (c *Client) Connect() error
- func (*Client) Freeze()
- func (c *Client) GetWorkers() ([]string, error)
- func (*Client) Hash() (uint32, error)
- func (c *Client) Ping(client *rpc2.Client, req proto.PingReq, resp *proto.PingResp) error
- func (c *Client) Remote(name string) (*Remote, error)
- func (*Client) String() string
- func (*Client) Truth() starlark.Bool
- func (*Client) Type() string
- type Remote
- func (r *Remote) Attr(name string) (starlark.Value, error)
- func (*Remote) AttrNames() []string
- func (*Remote) Freeze()
- func (r *Remote) GetInfo() (*proto.GetInfoResp, error)
- func (*Remote) Hash() (uint32, error)
- func (r *Remote) Ping() (string, error)
- func (r *Remote) ReadFile(filename string) ([]byte, error)
- func (r *Remote) RunScript(script string) ([]byte, error)
- func (*Remote) String() string
- func (*Remote) Truth() starlark.Bool
- func (*Remote) Type() string
- func (r *Remote) WriteFile(filename string, content []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) GetWorkers ¶
Click to show internal directories.
Click to hide internal directories.