Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrNotImplemented = xerrors.New("not implemented")
)
View Source
var Module = fx.Options( fx.Provide(NewChainstorageClient), )
Functions ¶
func IsRetryableCode ¶
func WithClientID ¶
func WithServerAddress ¶
Types ¶
type ClientOption ¶
type ClientOption func(cfg *clientConfig)
type GrpcError ¶
GrpcError defines the interface of an error returned by "google.golang.org/grpc/status". See https://dev.to/khepin/go-1-13-errors-and-grpc-errors-1gik for more details.
Click to show internal directories.
Click to hide internal directories.