Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIServer ¶
type APIServer struct {
// contains filtered or unexported fields
}
func New ¶
func New( bctx context.Context, log logrus.FieldLogger, cfg *config.Config, port int, rootRoute string, clients api_clients.APIClientsInterface, handlerMiddleware HttpHandlerMiddleware, ) (*APIServer, error)
func (*APIServer) ControlStream ¶
func (*APIServer) ServiceMapStream ¶
type LoggingMiddleware ¶
type LoggingMiddleware struct {
// contains filtered or unexported fields
}
func (*LoggingMiddleware) Clone ¶
func (lm *LoggingMiddleware) Clone() cp.ChannelMiddleware
func (*LoggingMiddleware) RunBeforePolling ¶
type WrappedRouteOptions ¶
type WrappedRouteOptions struct {
TimescapeRequired bool
}
Source Files ¶
Click to show internal directories.
Click to hide internal directories.