| 48 | } |
| 49 | |
| 50 | type remoteContextImpl struct { |
| 51 | parent plugin.ExecContext |
| 52 | logger log.Logger |
| 53 | ctx context.Context |
| 54 | remoteConfig *RemoteConfig |
| 55 | } |
| 56 | |
| 57 | func (r remoteContextImpl) GetRemoteConfig() *RemoteConfig { |
| 58 | return r.remoteConfig |
nothing calls this directly
no outgoing calls
no test coverage detected