Documentation ¶
Index ¶
- type CertDeploy
- func (r *CertDeploy) Attributes(ctx http.Context) map[string]string
- func (r *CertDeploy) Authorize(ctx http.Context) error
- func (r *CertDeploy) Filters(ctx http.Context) map[string]string
- func (r *CertDeploy) Messages(ctx http.Context) map[string]string
- func (r *CertDeploy) PrepareForValidation(ctx http.Context, data validation.Data) error
- func (r *CertDeploy) Rules(ctx http.Context) map[string]string
- type CertShowAndDestroy
- func (r *CertShowAndDestroy) Attributes(ctx http.Context) map[string]string
- func (r *CertShowAndDestroy) Authorize(ctx http.Context) error
- func (r *CertShowAndDestroy) Filters(ctx http.Context) map[string]string
- func (r *CertShowAndDestroy) Messages(ctx http.Context) map[string]string
- func (r *CertShowAndDestroy) PrepareForValidation(ctx http.Context, data validation.Data) error
- func (r *CertShowAndDestroy) Rules(ctx http.Context) map[string]string
- type CertStore
- func (r *CertStore) Attributes(ctx http.Context) map[string]string
- func (r *CertStore) Authorize(ctx http.Context) error
- func (r *CertStore) Filters(ctx http.Context) map[string]string
- func (r *CertStore) Messages(ctx http.Context) map[string]string
- func (r *CertStore) PrepareForValidation(ctx http.Context, data validation.Data) error
- func (r *CertStore) Rules(ctx http.Context) map[string]string
- type CertUpdate
- func (r *CertUpdate) Attributes(ctx http.Context) map[string]string
- func (r *CertUpdate) Authorize(ctx http.Context) error
- func (r *CertUpdate) Filters(ctx http.Context) map[string]string
- func (r *CertUpdate) Messages(ctx http.Context) map[string]string
- func (r *CertUpdate) PrepareForValidation(ctx http.Context, data validation.Data) error
- func (r *CertUpdate) Rules(ctx http.Context) map[string]string
- type DNSShowAndDestroy
- func (r *DNSShowAndDestroy) Attributes(ctx http.Context) map[string]string
- func (r *DNSShowAndDestroy) Authorize(ctx http.Context) error
- func (r *DNSShowAndDestroy) Filters(ctx http.Context) map[string]string
- func (r *DNSShowAndDestroy) Messages(ctx http.Context) map[string]string
- func (r *DNSShowAndDestroy) PrepareForValidation(ctx http.Context, data validation.Data) error
- func (r *DNSShowAndDestroy) Rules(ctx http.Context) map[string]string
- type DNSStore
- func (r *DNSStore) Attributes(ctx http.Context) map[string]string
- func (r *DNSStore) Authorize(ctx http.Context) error
- func (r *DNSStore) Filters(ctx http.Context) map[string]string
- func (r *DNSStore) Messages(ctx http.Context) map[string]string
- func (r *DNSStore) PrepareForValidation(ctx http.Context, data validation.Data) error
- func (r *DNSStore) Rules(ctx http.Context) map[string]string
- type DNSUpdate
- func (r *DNSUpdate) Attributes(ctx http.Context) map[string]string
- func (r *DNSUpdate) Authorize(ctx http.Context) error
- func (r *DNSUpdate) Filters(ctx http.Context) map[string]string
- func (r *DNSUpdate) Messages(ctx http.Context) map[string]string
- func (r *DNSUpdate) PrepareForValidation(ctx http.Context, data validation.Data) error
- func (r *DNSUpdate) Rules(ctx http.Context) map[string]string
- type Obtain
- func (r *Obtain) Attributes(ctx http.Context) map[string]string
- func (r *Obtain) Authorize(ctx http.Context) error
- func (r *Obtain) Filters(ctx http.Context) map[string]string
- func (r *Obtain) Messages(ctx http.Context) map[string]string
- func (r *Obtain) PrepareForValidation(ctx http.Context, data validation.Data) error
- func (r *Obtain) Rules(ctx http.Context) map[string]string
- type Renew
- func (r *Renew) Attributes(ctx http.Context) map[string]string
- func (r *Renew) Authorize(ctx http.Context) error
- func (r *Renew) Filters(ctx http.Context) map[string]string
- func (r *Renew) Messages(ctx http.Context) map[string]string
- func (r *Renew) PrepareForValidation(ctx http.Context, data validation.Data) error
- func (r *Renew) Rules(ctx http.Context) map[string]string
- type UserShowAndDestroy
- func (r *UserShowAndDestroy) Attributes(ctx http.Context) map[string]string
- func (r *UserShowAndDestroy) Authorize(ctx http.Context) error
- func (r *UserShowAndDestroy) Filters(ctx http.Context) map[string]string
- func (r *UserShowAndDestroy) Messages(ctx http.Context) map[string]string
- func (r *UserShowAndDestroy) PrepareForValidation(ctx http.Context, data validation.Data) error
- func (r *UserShowAndDestroy) Rules(ctx http.Context) map[string]string
- type UserStore
- func (r *UserStore) Attributes(ctx http.Context) map[string]string
- func (r *UserStore) Authorize(ctx http.Context) error
- func (r *UserStore) Filters(ctx http.Context) map[string]string
- func (r *UserStore) Messages(ctx http.Context) map[string]string
- func (r *UserStore) PrepareForValidation(ctx http.Context, data validation.Data) error
- func (r *UserStore) Rules(ctx http.Context) map[string]string
- type UserUpdate
- func (r *UserUpdate) Attributes(ctx http.Context) map[string]string
- func (r *UserUpdate) Authorize(ctx http.Context) error
- func (r *UserUpdate) Filters(ctx http.Context) map[string]string
- func (r *UserUpdate) Messages(ctx http.Context) map[string]string
- func (r *UserUpdate) PrepareForValidation(ctx http.Context, data validation.Data) error
- func (r *UserUpdate) Rules(ctx http.Context) map[string]string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CertDeploy ¶
type CertDeploy struct { ID uint `form:"id" json:"id"` WebsiteID uint `form:"website_id" json:"website_id"` }
func (*CertDeploy) Attributes ¶
func (r *CertDeploy) Attributes(ctx http.Context) map[string]string
func (*CertDeploy) PrepareForValidation ¶
func (r *CertDeploy) PrepareForValidation(ctx http.Context, data validation.Data) error
type CertShowAndDestroy ¶
type CertShowAndDestroy struct {
ID uint `form:"id" json:"id"`
}
func (*CertShowAndDestroy) Attributes ¶
func (r *CertShowAndDestroy) Attributes(ctx http.Context) map[string]string
func (*CertShowAndDestroy) Authorize ¶
func (r *CertShowAndDestroy) Authorize(ctx http.Context) error
func (*CertShowAndDestroy) Filters ¶
func (r *CertShowAndDestroy) Filters(ctx http.Context) map[string]string
func (*CertShowAndDestroy) Messages ¶
func (r *CertShowAndDestroy) Messages(ctx http.Context) map[string]string
func (*CertShowAndDestroy) PrepareForValidation ¶
func (r *CertShowAndDestroy) PrepareForValidation(ctx http.Context, data validation.Data) error
type CertStore ¶
type CertStore struct { Type string `form:"type" json:"type"` Domains []string `form:"domains" json:"domains"` AutoRenew bool `form:"auto_renew" json:"auto_renew"` UserID uint `form:"user_id" json:"user_id"` DNSID uint `form:"dns_id" json:"dns_id"` WebsiteID uint `form:"website_id" json:"website_id"` }
func (*CertStore) PrepareForValidation ¶
type CertUpdate ¶
type CertUpdate struct { ID uint `form:"id" json:"id"` Type string `form:"type" json:"type"` Domains []string `form:"domains" json:"domains"` AutoRenew bool `form:"auto_renew" json:"auto_renew"` UserID uint `form:"user_id" json:"user_id"` DNSID uint `form:"dns_id" json:"dns_id"` WebsiteID uint `form:"website_id" json:"website_id"` }
func (*CertUpdate) Attributes ¶
func (r *CertUpdate) Attributes(ctx http.Context) map[string]string
func (*CertUpdate) PrepareForValidation ¶
func (r *CertUpdate) PrepareForValidation(ctx http.Context, data validation.Data) error
type DNSShowAndDestroy ¶
type DNSShowAndDestroy struct {
ID uint `form:"id" json:"id"`
}
func (*DNSShowAndDestroy) Attributes ¶
func (r *DNSShowAndDestroy) Attributes(ctx http.Context) map[string]string
func (*DNSShowAndDestroy) Filters ¶
func (r *DNSShowAndDestroy) Filters(ctx http.Context) map[string]string
func (*DNSShowAndDestroy) Messages ¶
func (r *DNSShowAndDestroy) Messages(ctx http.Context) map[string]string
func (*DNSShowAndDestroy) PrepareForValidation ¶
func (r *DNSShowAndDestroy) PrepareForValidation(ctx http.Context, data validation.Data) error
type DNSStore ¶
type DNSStore struct { Type string `form:"type" json:"type"` Name string `form:"name" json:"name"` Data acme.DNSParam `form:"data" json:"data"` }
func (*DNSStore) PrepareForValidation ¶
type DNSUpdate ¶
type DNSUpdate struct { ID uint `form:"id" json:"id"` Type string `form:"type" json:"type"` Name string `form:"name" json:"name"` Data acme.DNSParam `form:"data" json:"data"` }
func (*DNSUpdate) PrepareForValidation ¶
type Obtain ¶
type Obtain struct {
ID uint `form:"id" json:"id"`
}
func (*Obtain) PrepareForValidation ¶
type Renew ¶
type Renew struct {
ID uint `form:"id" json:"id"`
}
func (*Renew) PrepareForValidation ¶
type UserShowAndDestroy ¶
type UserShowAndDestroy struct {
ID uint `form:"id" json:"id"`
}
func (*UserShowAndDestroy) Attributes ¶
func (r *UserShowAndDestroy) Attributes(ctx http.Context) map[string]string
func (*UserShowAndDestroy) Authorize ¶
func (r *UserShowAndDestroy) Authorize(ctx http.Context) error
func (*UserShowAndDestroy) Filters ¶
func (r *UserShowAndDestroy) Filters(ctx http.Context) map[string]string
func (*UserShowAndDestroy) Messages ¶
func (r *UserShowAndDestroy) Messages(ctx http.Context) map[string]string
func (*UserShowAndDestroy) PrepareForValidation ¶
func (r *UserShowAndDestroy) PrepareForValidation(ctx http.Context, data validation.Data) error
type UserStore ¶
type UserStore struct { CA string `form:"ca" json:"ca"` Email string `form:"email" json:"email"` Kid string `form:"kid" json:"kid"` HmacEncoded string `form:"hmac_encoded" json:"hmac_encoded"` KeyType string `form:"key_type" json:"key_type"` }
func (*UserStore) PrepareForValidation ¶
type UserUpdate ¶
type UserUpdate struct { ID uint `form:"id" json:"id"` CA string `form:"ca" json:"ca"` Email string `form:"email" json:"email"` Kid string `form:"kid" json:"kid"` HmacEncoded string `form:"hmac_encoded" json:"hmac_encoded"` KeyType string `form:"key_type" json:"key_type"` }
func (*UserUpdate) Attributes ¶
func (r *UserUpdate) Attributes(ctx http.Context) map[string]string
func (*UserUpdate) PrepareForValidation ¶
func (r *UserUpdate) PrepareForValidation(ctx http.Context, data validation.Data) error
Click to show internal directories.
Click to hide internal directories.