Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetConsumers ¶ added in v0.1.21
func GetConsumers() []string
Types ¶
type ErrCon ¶ added in v0.3.10
type ErrCon struct {
// contains filtered or unexported fields
}
func (ErrCon) NewStream ¶ added in v0.3.10
func (c ErrCon) NewStream(ctx context.Context, desc *grpc.StreamDesc, method string, opts ...grpc.CallOption) (grpc.ClientStream, error)
type GenerateFun ¶ added in v0.8.0
func Auto ¶ added in v0.8.16
func Auto[t any](fun func(cc grpc.ClientConnInterface) t) GenerateFun[t]
func NewClient ¶
func NewClient[t any](serviceName string, fun func(cc grpc.ClientConnInterface) t) GenerateFun[t]
Source Files ¶
Click to show internal directories.
Click to hide internal directories.