terraform-provider-gitea/vendor/github.com/hashicorp/terraform-plugin-go/tfprotov6/internal/tf6serverlogging/context_keys.go

9 lines
292 B
Go
Raw Normal View History

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{}