Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChallengeService ¶
type ChallengeService struct {
Options []option.RequestOption
Widgets *WidgetService
}
ChallengeService contains methods and other services that help with interacting with the cloudflare API. Note, unlike clients, this service does not read variables from the environment automatically. You should not instantiate this service directly, and instead use the NewChallengeService method instead.
func NewChallengeService ¶
func NewChallengeService(opts ...option.RequestOption) (r *ChallengeService)
NewChallengeService generates a new service that applies the given options to each request. These options are applied after the parent client's options (if there is one), and before any request-specific options.
type WidgetService ¶
type WidgetService struct {
Options []option.RequestOption
}
WidgetService contains methods and other services that help with interacting with the cloudflare API. Note, unlike clients, this service does not read variables from the environment automatically. You should not instantiate this service directly, and instead use the NewWidgetService method instead.
func NewWidgetService ¶
func NewWidgetService(opts ...option.RequestOption) (r *WidgetService)
NewWidgetService generates a new service that applies the given options to each request. These options are applied after the parent client's options (if there is one), and before any request-specific options.