Documentation
¶
Index ¶
- Constants
- func AfterFrame(ctx context.Context) (*shredder.AfterFrame, bool)
- func AfterFrameInsert(ctx context.Context) (context.Context, *shredder.AfterFrame)
- func ClearFreeCtx(ctx context.Context) context.Context
- func FrameInfect(source context.Context, target context.Context) context.Context
- 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
- func SyncFrameInsert(ctx context.Context, frame shredder.Frame) context.Context
- type Frames
- 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 AfterFrameInsert ¶ added in v0.8.14
func LogCanceled ¶
func NewFreeContext ¶
Types ¶
type Frames ¶ added in v0.8.14
type Frames struct {
// contains filtered or unexported fields
}
func (Frames) Call ¶ added in v0.10.0
func (f Frames) Call() shredder.SimpleFrame
func (Frames) JoinedFrame ¶ added in v0.8.14
type Store ¶
type Store = *store
Store is goroutine-safe key-value storage.
Click to show internal directories.
Click to hide internal directories.