MCPcopy
hub / github.com/apache/devlake / DefaultBasicRes

Struct DefaultBasicRes

backend/impls/context/default_basic_res.go:28–32  ·  view source on GitHub ↗

DefaultBasicRes offers a common implementation for the BasisRes interface

Source from the content-addressed store, hash-verified

26
27// DefaultBasicRes offers a common implementation for the BasisRes interface
28type DefaultBasicRes struct {
29 cfg config.ConfigReader
30 logger log.Logger
31 db dal.Dal
32}
33
34// GetConfigReader returns the ConfigReader instance
35func (c *DefaultBasicRes) GetConfigReader() config.ConfigReader {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected