Documentation ¶
Overview ¶
Code generated by "gen"; DO NOT EDIT. This file is meant to be re-generated in place and/or deleted at any time.
Package allowlistidentifier provides the Allowlist Identifiers API.
Index ¶
- func Create(ctx context.Context, params *CreateParams) (*clerk.AllowlistIdentifier, error)
- func Delete(ctx context.Context, id string) (*clerk.DeletedResource, error)
- func List(ctx context.Context, params *ListParams) (*clerk.AllowlistIdentifierList, error)
- type Client
- type CreateParams
- type ListParams
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Create ¶
func Create(ctx context.Context, params *CreateParams) (*clerk.AllowlistIdentifier, error)
Create adds a new identifier to the allowlist.
Types ¶
type Client ¶
type Client struct {
Backend clerk.Backend
}
Client is used to invoke the Allowlist Identifiers API.
func (*Client) Create ¶
func (c *Client) Create(ctx context.Context, params *CreateParams) (*clerk.AllowlistIdentifier, error)
Create adds a new identifier to the allowlist.
type CreateParams ¶
type ListParams ¶
type ListParams struct {
clerk.APIParams
}
Click to show internal directories.
Click to hide internal directories.