Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LoggerService ¶
type LoggerService interface {
PostLogMessage(msg string)
}
type LoggerType ¶
type LoggerType struct {
// contains filtered or unexported fields
}
func NewLoggerService ¶
func NewLoggerService(URL string) LoggerType
func (LoggerType) PostLogMessage ¶
func (l LoggerType) PostLogMessage(message string) error
Click to show internal directories.
Click to hide internal directories.