api

package
v0.0.0-...-fe06dec Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 11, 2024 License: Apache-2.0 Imports: 27 Imported by: 0

Documentation

Index

Constants

View Source
const (
	CONNECTED_STATUS     = "connected"
	DISCONNECTED_STATUS  = "disconnected"
	DECODE_ERROR         = "Unable to process json input"
	NEGATIVE_DELAY_ERROR = "Delay field cannot be negative"
	PING_ERROR           = "Ping failed"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type ApiSpecServer

type ApiSpecServer struct {
	// contains filtered or unexported fields
}

func NewApiSpecServer

func NewApiSpecServer(r *mux.Router, urlPrefix string, f string) *ApiSpecServer

func (*ApiSpecServer) Routes

func (s *ApiSpecServer) Routes()

type ConnectionMediatorV2

type ConnectionMediatorV2 struct {
	// contains filtered or unexported fields
}

func (*ConnectionMediatorV2) Routes

func (this *ConnectionMediatorV2) Routes()

type ManagementServer

type ManagementServer struct {
	// contains filtered or unexported fields
}

func (*ManagementServer) Routes

func (s *ManagementServer) Routes()

type MessageReceiver

type MessageReceiver struct {
	// contains filtered or unexported fields
}

func NewMessageReceiver

func NewMessageReceiver(byClientID connection_repository.GetConnectionByClientID, tenantTranslator tenantid.Translator, proxyFactory controller.ConnectorClientProxyFactory, r *mux.Router, urlPrefix string, cfg *config.Config) *MessageReceiver

func (*MessageReceiver) Routes

func (jr *MessageReceiver) Routes()

type MonitoringServer

type MonitoringServer struct {
	// contains filtered or unexported fields
}

func NewMonitoringServer

func NewMonitoringServer(r *mux.Router, cfg *config.Config) *MonitoringServer

func (*MonitoringServer) Routes

func (s *MonitoringServer) Routes()

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL