Documentation ¶ Index ¶ type Client func NewClient(apiClient *ngrok.Client) *Client func (c *Client) Delete(ctx context.Context, id string) error func (c *Client) Get(ctx context.Context, id string) (*ngrok.EndpointLogging, error) func (c *Client) Replace(ctx context.Context, arg *ngrok.EndpointLoggingReplace) (*ngrok.EndpointLogging, 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(apiClient *ngrok.Client) *Client func (*Client) Delete ¶ func (c *Client) Delete(ctx context.Context, id string) error func (*Client) Get ¶ func (c *Client) Get(ctx context.Context, id string) (*ngrok.EndpointLogging, error) func (*Client) Replace ¶ func (c *Client) Replace(ctx context.Context, arg *ngrok.EndpointLoggingReplace) (*ngrok.EndpointLogging, error) Source Files ¶ View all Source files client.go Click to show internal directories. Click to hide internal directories.