Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Connector ¶
type Connector struct {
// contains filtered or unexported fields
}
Connector includes all relevant information that the connector needs to hold and maintain
func (*Connector) HandleConnectionError ¶
HandleConnectionError listens for incoming connection errors. If it is recoverable it will attempt a self-heal. Otherwise it shutsdown the whole connector
type RabbitToOpenFaaS ¶
type RabbitToOpenFaaS interface { Run() error Shutdown() }
RabbitToOpenFaaS defines the basic interactions for the connector
Click to show internal directories.
Click to hide internal directories.