Documentation
¶
Index ¶
Constants ¶
View Source
const EnvironmentPrefix = "ASK_MAI_"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type NoopLooger ¶
type NoopLooger struct {
}
func (NoopLooger) Debug ¶
func (n NoopLooger) Debug(message string)
func (NoopLooger) Error ¶
func (n NoopLooger) Error(message string)
func (NoopLooger) Fatal ¶
func (n NoopLooger) Fatal(message string)
func (NoopLooger) Info ¶
func (n NoopLooger) Info(message string)
func (NoopLooger) Print ¶
func (n NoopLooger) Print(message string)
func (NoopLooger) Trace ¶
func (n NoopLooger) Trace(message string)
func (NoopLooger) Warning ¶
func (n NoopLooger) Warning(message string)
Click to show internal directories.
Click to hide internal directories.