Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidInput = errors.New("invalid input") ErrNoService = errors.New("service not found") )
Functions ¶
This section is empty.
Types ¶
type Adapter ¶
type Adapter struct {
// contains filtered or unexported fields
}
Adapter is a struct representing a service that listens for messages from libparodus and forwards them to the appropriate service. It also listens for messages from the appropriate service and forwards them to libparodus.
type Option ¶
type Option interface {
// contains filtered or unexported methods
}
Option is the interface implemented by types that can be used to configure the service.
func KeepaliveInterval ¶
func ReceiveTimeout ¶
func SendTimeout ¶
Click to show internal directories.
Click to hide internal directories.