Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
// contains filtered or unexported fields
}
A Config for Context creation
type Context ¶
type Context interface { Ctx() context.Context Get(key string) (interface{}, bool) GetWithoutCheck(key string) interface{} Set(key string, val interface{}) }
Context in wrap default context implementation with Get and Set which can carry a value from one flow
type Kontext ¶
type Kontext struct {
// contains filtered or unexported fields
}
Kontext implement kontext.Context
func (*Kontext) Get ¶
Get data from the context. It will return value and a boolean to indicate if the value is exists or not
func (*Kontext) GetWithoutCheck ¶
GetWithoutCheck will return value from the Context without returning boolean indicator if the value is exists or not
Click to show internal directories.
Click to hide internal directories.