Documentation ¶
Index ¶
- func BuildDopplerConfig(etcdClientURL string, metronPort int) dopplerConf.Config
- func BuildMetronConfig(dopplerURI string, grpcPort, udpPort int) metronConf.Config
- func BuildTrafficControllerConf(etcdClientURL string, dopplerWSPort, dopplerGRPCPort, metronPort int) tcConf.Config
- func CAFilePath() string
- func ClientCertFilePath() string
- func ClientKeyFilePath() string
- func ServerCertFilePath() string
- func ServerKeyFilePath() string
- func StartDoppler(conf dopplerConf.Config) (cleanup func(), wsPort, grpcPort int)
- func StartMetron(conf metronConf.Config) (func(), int, func())
- func StartTestEtcd() (func(), string)
- func StartTrafficController(conf tcConf.Config) (func(), int)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildDopplerConfig ¶
func BuildDopplerConfig(etcdClientURL string, metronPort int) dopplerConf.Config
func BuildMetronConfig ¶
func BuildMetronConfig(dopplerURI string, grpcPort, udpPort int) metronConf.Config
func CAFilePath ¶
func CAFilePath() string
func ClientCertFilePath ¶
func ClientCertFilePath() string
func ClientKeyFilePath ¶
func ClientKeyFilePath() string
func ServerCertFilePath ¶
func ServerCertFilePath() string
func ServerKeyFilePath ¶
func ServerKeyFilePath() string
func StartDoppler ¶
func StartDoppler(conf dopplerConf.Config) (cleanup func(), wsPort, grpcPort int)
func StartMetron ¶
func StartMetron(conf metronConf.Config) (func(), int, func())
func StartTestEtcd ¶
func StartTestEtcd() (func(), string)
func StartTrafficController ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.