Skip to content

Commit f6dad69

Browse files
committed
expose instrument for esapi to allow injection via struct
1 parent d41bd38 commit f6dad69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/build/cmd/generate/commands/gensource/generator.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ type ` + g.Endpoint.MethodWithNamespace() + `Request struct {`)
287287
g.w("\n\n\tHeader\thttp.Header\n")
288288

289289
g.w("\n\tctx context.Context\n")
290-
g.w("\n\tinstrument Instrumentation\n")
290+
g.w("\n\tInstrument Instrumentation\n")
291291
g.w("}\n")
292292
}
293293

0 commit comments

Comments
 (0)