Documentation
¶
Index ¶
- func GetCtxWithScope(ctx context.Context, scope string) context.Context
- func GetCtxWithTraceId(ctx context.Context) context.Context
- func GetScopeFromCtx(ctx context.Context) (string, bool)
- func GetTraceIdFromCtx(ctx context.Context) (string, bool)
- func PrintColoredBanner()
- func SetOsProxy(port uint16) error
- func UnsetOsProxy() error
- type Args
- type Config
- type StringArray
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PrintColoredBanner ¶
func PrintColoredBanner()
func SetOsProxy ¶
func UnsetOsProxy ¶
func UnsetOsProxy() error
Types ¶
type Args ¶
type Config ¶
type StringArray ¶
type StringArray []string
func (*StringArray) Set ¶
func (arr *StringArray) Set(value string) error
func (*StringArray) String ¶
func (arr *StringArray) String() string
Click to show internal directories.
Click to hide internal directories.