Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCloudflareClient ¶
Types ¶
type PluginContext ¶
type PluginContext struct {
// contains filtered or unexported fields
}
func NewPluginContext ¶
func NewPluginContext(e env.Enver, cli *cloudflare.API, settings *Settings) *PluginContext
func (*PluginContext) CloudflareClient ¶
func (c *PluginContext) CloudflareClient() *cloudflare.API
func (*PluginContext) Env ¶
func (c *PluginContext) Env() env.Enver
func (*PluginContext) FuncCache ¶
func (c *PluginContext) FuncCache(key string, f func() (interface{}, error)) (interface{}, error)
func (*PluginContext) Settings ¶
func (c *PluginContext) Settings() *Settings
Click to show internal directories.
Click to hide internal directories.