Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client is a remote client that implements driver.Interface
type Redis ¶
type Redis struct {
// contains filtered or unexported fields
}
Redis is a simulator of remote Redis cache
func (*Redis) FindDriverIDs ¶
FindDriverIDs finds IDs of drivers who are near the location.
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server implements jaeger-demo-frontend service
func NewServer ¶
func NewServer(hostPort string, tracer opentracing.Tracer, metricsFactory metrics.Factory, logger log.Factory, jAgentHostPort string) *Server
NewServer creates a new driver.Server
func (*Server) FindNearest ¶
FindNearest implements Thrift interface TChanDriver
Click to show internal directories.
Click to hide internal directories.