Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( HomePath string Uid uint32 Gid uint32 Pid = os.Getpid() StartAt = time.Now().UnixNano() Protocol = "http" CaCertPool *x509.CertPool SkipVerify bool EnableHTTPS bool EnableClientAuth bool // require and verify client certificates (mTLS) when true // OutboundMTLSKeyPair is loaded in init() when EnableClientAuth is true; used by HTTP clients. OutboundMTLSKeyPair tls.Certificate EnableTelemetry bool Architecture string Os string ObproxyHomePath string )
Functions ¶
func InitGlobalVariable ¶
func InitGlobalVariable()
Types ¶
type VirtualClock ¶
type VirtualClock struct {
// contains filtered or unexported fields
}
func (*VirtualClock) Sync ¶
func (vc *VirtualClock) Sync() (err error)
Click to show internal directories.
Click to hide internal directories.