Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultConfigPath = "config.json"
Functions ¶
This section is empty.
Types ¶
type Backblaze ¶
type Cloudflare ¶
type Cloudflare struct { CaptchaKey string `json:"captcha_key"` CaptchaSecret string `json:"captcha_secret"` }
func (*Cloudflare) Default ¶
func (c *Cloudflare) Default() error
func (*Cloudflare) Enable ¶
func (c *Cloudflare) Enable() bool
func (*Cloudflare) Validate ¶
func (c *Cloudflare) Validate() error
func (*Cloudflare) Verify ¶
func (c *Cloudflare) Verify(token string) bool
Click to show internal directories.
Click to hide internal directories.