mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-30 06:51:30 +02:00
lint
This commit is contained in:
parent
f72b5d5bdd
commit
6fb794b92c
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ func (rec *OTLPTraceReceiver) Attach(ctx context.Context) {
|
|||
}
|
||||
|
||||
// Modify implements testenv.Modifier.
|
||||
func (rec *OTLPTraceReceiver) Modify(cfg *config.Config) {}
|
||||
func (rec *OTLPTraceReceiver) Modify(*config.Config) {}
|
||||
|
||||
func (rec *OTLPTraceReceiver) ReceivedRequests() []*coltracepb.ExportTraceServiceRequest {
|
||||
rec.mu.Lock()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue