Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MultiClient ¶
type MultiClient struct {
// contains filtered or unexported fields
}
MultiClient - wrapper over multiple RPCs, underlying provider can be MultiNode or LazyLoader. Main purpose is to eliminate need for frequent error handling on selection of a client.
func NewMultiClient ¶
func NewMultiClient(getClient func(context.Context) (ReaderWriter, error)) *MultiClient
type ReaderWriter ¶
Click to show internal directories.
Click to hide internal directories.