Versions in this module Expand all Collapse all v6 v6.1.0 Oct 25, 2024 v6.0.0 Oct 15, 2024 Changes in this version + type Client struct + func NewClient(cfg *ngrok.ClientConfig) *Client + func (c *Client) Create(ctx context.Context, arg *ngrok.ReservedDomainCreate) (*ngrok.ReservedDomain, error) + func (c *Client) Delete(ctx context.Context, id string) error + func (c *Client) DeleteCertificate(ctx context.Context, id string) error + func (c *Client) DeleteCertificateManagementPolicy(ctx context.Context, id string) error + func (c *Client) Get(ctx context.Context, id string) (*ngrok.ReservedDomain, error) + func (c *Client) List(paging *ngrok.Paging) *Iter + func (c *Client) Update(ctx context.Context, arg *ngrok.ReservedDomainUpdate) (*ngrok.ReservedDomain, error) + type Iter struct + func (it *Iter) Err() error + func (it *Iter) Item() *ngrok.ReservedDomain + func (it *Iter) Next(ctx context.Context) bool Other modules containing this package github.com/ngrok/ngrok-api-go/v2 github.com/ngrok/ngrok-api-go/v3 github.com/ngrok/ngrok-api-go/v4 github.com/ngrok/ngrok-api-go/v5