| 31 | var _ ILogModule = (*imlLogModule)(nil) |
| 32 | |
| 33 | type imlLogModule struct { |
| 34 | service log.ILogService `autowired:""` |
| 35 | clusterService cluster.IClusterService `autowired:""` |
| 36 | |
| 37 | transaction store.ITransaction `autowired:""` |
| 38 | //scheduleCtx context.Context |
| 39 | scheduleCancel context.CancelFunc |
| 40 | } |
| 41 | |
| 42 | var labels = map[string]string{ |
| 43 | "cluster": "$cluster", |
nothing calls this directly
no outgoing calls
no test coverage detected