(loc *time.Location)
| 5 | //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . Loggable |
| 6 | type Loggable interface { |
| 7 | ToLog(loc *time.Location) string |
| 8 | ToSimpleLog() string |
| 9 | GetSourceName() string |
| 10 | } |
no outgoing calls
no test coverage detected