Documentation ¶ Index ¶ Variables func Logo(version string) string func Mappings(mappings map[string]string, mocksDefs []mock.Mock) string Constants ¶ This section is empty. Variables ¶ View Source var MockLogger = log.NewLogger(" MOCK ", log.WithStyle(&pterm.Style{ pterm.FgBlack, pterm.BgLightMagenta, })) View Source var ProxyLogger = log.NewLogger(" PROXY ", log.WithStyle(&pterm.Style{ pterm.FgBlack, pterm.BgLightBlue, })) Functions ¶ func Logo ¶ func Logo(version string) string func Mappings ¶ func Mappings(mappings map[string]string, mocksDefs []mock.Mock) string Types ¶ This section is empty. Source Files ¶ View all Source files loggers.gologo.gomappings.go Click to show internal directories. Click to hide internal directories.