Documentation ¶
Index ¶
- type Client
- func (c *Client) Authenticate(username, password string) (session string, err error)
- func (c *Client) Get(ctx context.Context, session string, url string) (urls []string, err error)
- func (c *Client) SetConnection(host string) (err error)
- func (c *Client) Submit(ctx context.Context, session string, url string) (job string, err error)
- func (c *Client) Validate(session string) 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) Authenticate ¶
func (*Client) SetConnection ¶
Click to show internal directories.
Click to hide internal directories.