func() (tit string, metrics []map[string]interface{})
| 23 | var Delims = []byte("\r\n") |
| 24 | |
| 25 | type ExtInfoFunc func() (tit string, metrics []map[string]interface{}) |
| 26 | |
| 27 | type info struct { |
| 28 | sync.Mutex |
nothing calls this directly
no outgoing calls
no test coverage detected