Documentation
¶
Index ¶
Constants ¶
View Source
const (
TypeInbound = Type("inbound")
TypeOutbound = Type("outbound")
)
Variables ¶
View Source
var (
BadConfiguration = errors.New("Bad configuration.")
)
Functions ¶
This section is empty.
Types ¶
type ConnectionConfig ¶
type ConnectionConfig interface {
Protocol() string
Settings(configType Type) interface{}
}
type PointConfig ¶
type PointConfig interface {
Port() uint16
LogConfig() LogConfig
InboundConfig() ConnectionConfig
OutboundConfig() ConnectionConfig
}
Click to show internal directories.
Click to hide internal directories.