Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Global []byte
View Source
var GlobalReplicaOptions = func() (fos replicaConfig.ReplicaOptionsRoot) { var g globalConfig.Raw err := ExecuteAndUnmarshalGlobal(nil, &g) if err != nil { panic(err) } err = globalConfig.UnmarshalFeatureOptions(g, globalConfig.FeatureReplica, &fos) if err != nil { panic(err) } return }()
The replica options root extracted from the executed global config template. Replica options don't require any template data to derive so this can be done at init. This is used by getlantern/replica.
View Source
var GlobalTemplate string
View Source
var Proxies []byte
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.