MCPcopy Index your code
hub / github.com/apache/devlake / remoteContextImpl

Struct remoteContextImpl

backend/server/services/remote/bridge/context.go:50–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50type remoteContextImpl struct {
51 parent plugin.ExecContext
52 logger log.Logger
53 ctx context.Context
54 remoteConfig *RemoteConfig
55}
56
57func (r remoteContextImpl) GetRemoteConfig() *RemoteConfig {
58 return r.remoteConfig

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected