Documentation ¶ Index ¶ type Client func New() (*Client, error) func (c *Client) Close() error func (c *Client) RenderHTML(ctx context.Context, url string) (string, error) func (c *Client) Tools(ctx context.Context) ([]tool.Tool, 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 New ¶ func New() (*Client, error) func (*Client) Close ¶ func (c *Client) Close() error func (*Client) RenderHTML ¶ func (c *Client) RenderHTML(ctx context.Context, url string) (string, error) func (*Client) Tools ¶ func (c *Client) Tools(ctx context.Context) ([]tool.Tool, error) Source Files ¶ View all Source files browser.go Click to show internal directories. Click to hide internal directories.