mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-01 16:01:26 +02:00
linter pass
This commit is contained in:
parent
d8abcb979d
commit
e26fb04e93
13 changed files with 104 additions and 102 deletions
|
@ -77,16 +77,16 @@ func guessProtocol() string {
|
|||
type noopClient struct{}
|
||||
|
||||
// Start implements otlptrace.Client.
|
||||
func (n noopClient) Start(ctx context.Context) error {
|
||||
func (n noopClient) Start(context.Context) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
// Stop implements otlptrace.Client.
|
||||
func (n noopClient) Stop(ctx context.Context) error {
|
||||
func (n noopClient) Stop(context.Context) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
// UploadTraces implements otlptrace.Client.
|
||||
func (n noopClient) UploadTraces(ctx context.Context, protoSpans []*v1.ResourceSpans) error {
|
||||
func (n noopClient) UploadTraces(context.Context, []*v1.ResourceSpans) error {
|
||||
return nil
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue