Documentation
¶
Index ¶
- func Connect(ctx context.Context, args ...object.Object) object.Object
- func Module() *object.Module
- type Client
- func (c *Client) Cost() int
- func (c *Client) Equals(other object.Object) object.Object
- func (c *Client) GetAttr(name string) (object.Object, bool)
- func (c *Client) Inspect() string
- func (c *Client) Interface() interface{}
- func (c *Client) IsTruthy() bool
- func (c *Client) RunOperation(opType op.BinaryOpType, right object.Object) object.Object
- func (c *Client) SetAttr(name string, value object.Object) error
- func (c *Client) String() string
- func (c *Client) Type() object.Type
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client represents an SSH client connection and implements object.Object
func (*Client) RunOperation ¶
Click to show internal directories.
Click to hide internal directories.