terraform-provider-gitea/vendor/github.com/hashicorp/terraform-plugin-go/tfprotov6/internal/tf6serverlogging/context_keys.go
Tobias Trabelsi e1266ebf64
Some checks reported errors
continuous-integration/drone/pr Build encountered an error
continuous-integration/drone/push Build encountered an error
updated GHA
Update to v2 SDK
updated dependencies
2022-08-06 16:21:18 +02:00

9 lines
292 B
Go

package tf6serverlogging
// Context key types.
// Reference: https://staticcheck.io/docs/checks/#SA1029
// ContextKeyDownstreamRequestStartTime is a context.Context key to store the
// time.Time when the server began a downstream request.
type ContextKeyDownstreamRequestStartTime struct{}