Documentation ¶
Index ¶
Constants ¶
View Source
const ( Unknown = State(iota) Created Online Banned Offline Destroyed )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Conn ¶
type Pessimizer ¶ added in v3.10.0
type Pool ¶ added in v3.7.0
type Pool interface { closer.Closer Pessimizer PoolGetter }
type PoolConfig ¶ added in v3.7.0
type PoolConfig interface { ConnectionTTL() time.Duration GrpcDialOptions() []grpc.DialOption }
type PoolGetter ¶ added in v3.10.0
type PoolGetterCloser ¶ added in v3.10.0
type PoolGetterCloser interface { PoolGetter closer.Closer }
Click to show internal directories.
Click to hide internal directories.