Documentation
¶
Index ¶
- type Client
- func (c *Client) Create(ctx context.Context, arg *ngrok.EndpointCreate) (*ngrok.Endpoint, error)
- func (c *Client) Delete(ctx context.Context, id string) error
- func (c *Client) Get(ctx context.Context, id string) (*ngrok.Endpoint, error)
- func (c *Client) List(paging *ngrok.Paging) ngrok.Iter[*ngrok.Endpoint]
- func (c *Client) Update(ctx context.Context, arg *ngrok.EndpointUpdate) (*ngrok.Endpoint, 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 NewClient ¶
func NewClient(cfg *ngrok.ClientConfig) *Client
Click to show internal directories.
Click to hide internal directories.