Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Logger ¶
type Logger struct {
// contains filtered or unexported fields
}
Logger is the logger for the listener
func NewLogger ¶
func NewLogger(logger commonlogger.Logger) (*Logger, error)
NewLogger creates a new listener logger
func (*Logger) ServerStarted ¶
ServerStarted logs a success message when the server starts
type ServicePort ¶
ServicePort is the port of the service
func LoadServicePort ¶
func LoadServicePort(host string, key string) ( servicePort *ServicePort, err error, )
LoadServicePort load Service port from environment variables
Click to show internal directories.
Click to hide internal directories.