Documentation
¶
Index ¶
- func Bind(mux *http.ServeMux, settings config.Settings)
- func Cloudfoundry(settings config.Settings) error
- func Cloudfront(settings config.Settings) error
- func LetsEncrypt(settings config.Settings) error
- func Postgresql(settings config.Settings) error
- func S3(settings config.Settings) error
- type User
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Cloudfoundry ¶
func Cloudfront ¶
func LetsEncrypt ¶
func Postgresql ¶
Types ¶
type User ¶
type User struct { Email string Registration *acme.RegistrationResource // contains filtered or unexported fields }
func (*User) GetPrivateKey ¶
func (u *User) GetPrivateKey() crypto.PrivateKey
func (*User) GetRegistration ¶
func (u *User) GetRegistration() *acme.RegistrationResource
Click to show internal directories.
Click to hide internal directories.