Documentation
¶
Index ¶
- type Client
- func (c *Client) AllowTLSDomain(host string) bool
- func (c *Client) DeletePortRoute(ctx context.Context, id string, port int) error
- func (c *Client) DeleteSandboxRoute(ctx context.Context, id string) error
- func (c *Client) Enabled() bool
- func (c *Client) Ping(ctx context.Context) error
- func (c *Client) PortPublicURL(id string, port int) string
- func (c *Client) SandboxPublicURL(id string) string
- func (c *Client) UpsertPortRoute(ctx context.Context, id, containerIP string, port int) error
- func (c *Client) UpsertSandboxRoute(ctx context.Context, id, containerIP string, toolboxPort int) 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) AllowTLSDomain ¶
func (*Client) DeletePortRoute ¶
func (*Client) DeleteSandboxRoute ¶
func (*Client) SandboxPublicURL ¶
func (*Client) UpsertPortRoute ¶
Click to show internal directories.
Click to hide internal directories.