package
0.2.4
Repository: https://github.com/go-predator/predator.git
Documentation: pkg.go.dev

# Functions

AcquireCtx returns an empty Context instance from context pool.
NewContext returns a new Context instance.
ReleaseCtx returns ctx acquired via AcquireCtx to Context pool.

# Constants

以读为主的上下文, 适用于读操作远多于写的场景.
适用于读写各半或写多于读的场景.

# Interfaces

No description provided by the author

# Type aliases

上下文类型.