Documentation
¶
Index ¶
Constants ¶
View Source
const ( NameMainCf = "main.cf" NameMasterCf = "master.cf" )
View Source
const ( DistMainCf = "/etc/postfix/main.cf" DistMasterCf = "/etc/postfix/master.cf" )
Variables ¶
View Source
var ( ConfBindMainCf = appconf.NewConfBind(&fs, NameMainCf, DistMainCf, perm) ConfBindMasterCf = appconf.NewConfBind(&fs, NameMasterCf, DistMasterCf, perm) )
View Source
var ConfBinds = []*appconf.ConfBind{ ConfBindMainCf, ConfBindMasterCf, }
Functions ¶
func ConfBindMap ¶
func ConfBindMap(optMainCf OptMainCf, optMasterCf OptMasterCf) map[string]any
Types ¶
type OptMasterCf ¶
type OptMasterCf struct{}
Click to show internal directories.
Click to hide internal directories.