MCPcopy Index your code
hub / github.com/APIParkLab/APIPark / imlLogModule

Struct imlLogModule

module/log/iml.go:33–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31var _ ILogModule = (*imlLogModule)(nil)
32
33type 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
42var labels = map[string]string{
43 "cluster": "$cluster",

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected