Versions in this module Expand all Collapse all v1 v1.15.1 Nov 7, 2019 Changes in this version + func Dir(useLocal bool, name string) http.FileSystem + func FS(useLocal bool) http.FileSystem + func FSByte(useLocal bool, name string) ([]byte, error) + func FSMustByte(useLocal bool, name string) []byte + func FSMustString(useLocal bool, name string) string + func FSString(useLocal bool, name string) (string, error) + type ConfigOptions struct + CustomerHostPort string + DriverHostPort string + FrontendHostPort string + RouteHostPort string + type Response struct + Driver string + ETA time.Duration + type Server struct + func NewServer(options ConfigOptions, tracer opentracing.Tracer, logger log.Factory) *Server + func (s *Server) Run() error