Versions in this module Expand all Collapse all v1 v1.0.3 Dec 21, 2023 v1.0.1 Dec 21, 2023 Changes in this version + type GRPCClient struct + func Connect(address string) (*GRPCClient, error) + func (c *GRPCClient) AttachRouter(router *routerpkg.Router) + func (c *GRPCClient) Close() error + func (c *GRPCClient) Disconnect() error + func (c *GRPCClient) SetOnDisconnectedHandler(onDisconnectedHandler OnDisconnectedHandler) + func (c *GRPCClient) SetOnErrorHandler(onErrorHandler OnErrorHandler) + type OnDisconnectedHandler func() + type OnErrorHandler func(err error)