Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewJaegerLogger ¶
func NewJaegerLogger() jaegerLogger
Types ¶
type Config ¶
type Config struct { UserServiceGRPCAddress string `env:"UserServiceGRPCAddress,required"` VideoServiceGRPCAddress string `env:"VideoServiceGRPCAddress,required"` SchedulerServiceGRPCAddress string `env:"SchedulerServiceGRPCAddress,required"` JaegerAddress string `env:"JaegerAddress"` VideoClient videoproto.VideoServiceClient UserClient userproto.UserServiceClient SchedulerClient schedulerproto.SchedulerClient }
Click to show internal directories.
Click to hide internal directories.