Documentation ¶
Index ¶
Constants ¶
View Source
const ( ErrorOpen = "Unable to open AS conf" ErrorParse = "Unable to parse AS conf" )
View Source
const CfgName = "as.yml"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ASConf ¶
type ASConf struct { CertChainVersion int `yaml:"CertChainVersion"` MasterASKey util.B64Bytes `yaml:"MasterASKey"` PathSegmentTTL int `yaml:"PathSegmentTTL"` PropagateTime int `yaml:"PropagateTime"` RegisterPath bool `yaml:"RegisterPath"` RegisterTime int `yaml:"RegisterTime"` }
var CurrConf *ASConf
Click to show internal directories.
Click to hide internal directories.