Versions in this module Expand all Collapse all v3 v3.4.0 Mar 10, 2022 v3.3.0 Mar 10, 2022 Changes in this version + type Client struct + func NewClient(cfg *ngrok.ClientConfig) *Client + func (c *Client) Delete(ctx context.Context, id string) error + func (c *Client) Get(ctx context.Context, id string) (*ngrok.EndpointMutualTLS, error) + func (c *Client) Replace(ctx context.Context, arg *ngrok.EdgeMutualTLSReplace) (*ngrok.EndpointMutualTLS, error) Other modules containing this package github.com/ngrok/ngrok-api-go/v4 github.com/ngrok/ngrok-api-go/v5 github.com/ngrok/ngrok-api-go/v6 github.com/ngrok/ngrok-api-go/v7