Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitConfig ¶
func InitConfig()
func InitLogger ¶
func InitLogger()
func NewJaegerTracer ¶
Types ¶
type Registry ¶
func (*Registry) DeRegister ¶
type RegistryClient ¶
type RegistryClient interface { Register(address string, port int, name string, tags []string, id string) error DeRegister(serviceId string) error }
func NewRegistryClient ¶
func NewRegistryClient(host string, port int) RegistryClient
Click to show internal directories.
Click to hide internal directories.