Documentation
¶
Index ¶
- func AuthnFromContext(ctx context.Context) (string, bool)
- func AuthnIntoContext(ctx context.Context, value string) context.Context
- func ConfigKeyFromContext(ctx context.Context) (string, error)
- func ConfigKeyIntoContext(ctx context.Context, value string) context.Context
- func IDFromContext(ctx context.Context) (string, error)
- func IDIntoContext(ctx context.Context, id string) context.Context
- func LimitFromContext(ctx context.Context) (int32, error)
- func LimitIntoContext(ctx context.Context, limit int32) context.Context
- func NameFromContext(ctx context.Context) (string, error)
- func NameIntoContext(ctx context.Context, name string) context.Context
- func NewNameFromContext(ctx context.Context) (string, error)
- func NewNameIntoContext(ctx context.Context, name string) context.Context
- func ScenarioFromContext(ctx context.Context) (string, bool)
- func ScenarioIntoContext(ctx context.Context, scen *godog.Scenario) context.Context
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AuthnFromContext ¶ added in v0.0.94
...
func AuthnIntoContext ¶ added in v0.0.114
...
func ConfigKeyFromContext ¶ added in v0.3.26
...
func ConfigKeyIntoContext ¶ added in v0.3.26
...
func IDIntoContext ¶ added in v0.0.114
...
func LimitFromContext ¶ added in v0.3.71
...
func LimitIntoContext ¶ added in v0.3.71
...
func NameIntoContext ¶ added in v0.0.114
...
func NewNameIntoContext ¶ added in v0.0.114
...
func ScenarioFromContext ¶ added in v0.3.71
...
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.