Documentation ¶ Index ¶ type Service func NewDefaultService(name string) Service Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Service ¶ type Service interface { Debug(format string, v ...interface{}) Error(format string, v ...interface{}) Info(format string, v ...interface{}) Warn(format string, v ...interface{}) WithLogger(logger *log.Logger) } Service ... func NewDefaultService ¶ func NewDefaultService(name string) Service NewDefaultService ... Source Files ¶ View all Source files service.go Click to show internal directories. Click to hide internal directories.