package
0.8.1
Repository: https://github.com/hasura/ndc-http.git
Documentation: pkg.go.dev

# Functions

NewArgumentPreset create a new ArgumentPreset instance.
NewArgumentPresets create a new ArgumentPresets instance.
NewArgumentPresetValueEnv creates a new ArgumentPresetValueEnv instance.
NewArgumentPresetValueForwardHeader creates a new ArgumentPresetValueForwardHeader instance.
NewArgumentPresetValueGetter creates an ArgumentPresetValueGetter from config.
NewArgumentPresetValueLiteral creates a new ArgumentPresetValueLiteral instance.

# Structs

ArgumentPreset represents an argument preset.
ArgumentPresets manage and apply default preset values to request arguments.
ArgumentPresetValueEnv represents the argument preset getter from an environment variable.
ArgumentPresetValueForwardHeader represents the argument preset getter from request headers.
ArgumentPresetValueLiteral represents an argument preset getter from a literal value.

# Interfaces

ArgumentPresetValueGetter abstracts the value getter of a argument preset.