Documentation
¶
Index ¶
- Constants
- func AfterFrame(ctx context.Context) (*shredder.AfterFrame, bool)
- func ClearFreeCtx(ctx context.Context) context.Context
- func Frame(ctx context.Context) shredder.SimpleFrame
- func FrameInfect(source context.Context, target context.Context) context.Context
- func FrameInsert(ctx context.Context) (context.Context, *shredder.AfterFrame)
- func FrameRemove(ctx context.Context) context.Context
- func IsFreeCtx(ctx context.Context) bool
- func LogCanceled(ctx context.Context, action string)
- func LogFreeWarning(ctx context.Context, entity string, operation string)
- func NewFreeContext(ctx context.Context, runtime context.Context) context.Context
- type Store
Constants ¶
View Source
const ( KeyCore ctxKey = iota KeySessionStore KeyInstanceStore KeyRouter )
Variables ¶
This section is empty.
Functions ¶
func AfterFrame ¶
func AfterFrame(ctx context.Context) (*shredder.AfterFrame, bool)
func FrameInsert ¶
func LogCanceled ¶
Types ¶
type Store ¶
type Store = *store
Store is goroutine-safe key-value storage.
Click to show internal directories.
Click to hide internal directories.