package
Version:
v0.0.0-...-64b876b
Opens a new window with list of versions in this module.
Published: Jul 9, 2022
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type ACL struct {
Pattern string `hcl:"pattern,label"`
Token string `hcl:"token"`
}
type CertMagic struct {
Host string `hcl:"host,label"`
}
type Config struct {
Server Server `hcl:"server,block"`
Provider Provider `hcl:"provider,block"`
ACLs []ACL `hcl:"acl,block"`
}
type Provider struct {
Type string `hcl:"type,label"`
Remain hcl.Body `hcl:",remain"`
}
type Server struct {
ListenAddress string `hcl:"listen_addr"`
CertMagic *CertMagic `hcl:"certmagic,block"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.