Documentation ¶
Index ¶
Constants ¶
View Source
const ( Unknown = State(iota) Created Online Banned Offline Destroyed )
Variables ¶
View Source
var ( // ErrOperationNotReady specified error when operation is not ready ErrOperationNotReady = fmt.Errorf("operation is not ready yet") )
nolint:gofumpt nolint:nolintlint
Functions ¶
Types ¶
type Conn ¶
type Pessimizer ¶ added in v3.10.0
type PoolConfig ¶ added in v3.7.0
type PoolConfig interface { ConnectionTTL() time.Duration GrpcDialOptions() []grpc.DialOption }
Click to show internal directories.
Click to hide internal directories.