Skip to content

context-as-argument

Default severity: warning

Require context.Context to be the first parameter. Default: enabled.

func Load(id string, ctx context.Context) error
func Load(ctx context.Context, id string) error