Documentation ¶ Index ¶ type Client func New(addr string) *Client func (c *Client) Connect() error func (c *Client) Send(data []byte) error func (c *Client) SendRequest(message []byte) (string, error) func (c *Client) Start() error func (c *Client) Stop() Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Client ¶ type Client struct { // contains filtered or unexported fields } func New ¶ func New(addr string) *Client func (*Client) Connect ¶ func (c *Client) Connect() error func (*Client) Send ¶ func (c *Client) Send(data []byte) error func (*Client) SendRequest ¶ func (c *Client) SendRequest(message []byte) (string, error) func (*Client) Start ¶ func (c *Client) Start() error func (*Client) Stop ¶ func (c *Client) Stop() Source Files ¶ View all Source files client.go Directories ¶ Show internal Expand all Path Synopsis client cmd generate command migrate tls command web command hook internal adapter/quicSrv adapter/storage adapter/storage/bucket adapter/storage/control adapter/storage/data adapter/storage/point adapter/storage/token adapter/tcp adapter/web/server adapter/web/server/route adapter/web/server/route/dto adapter/web/server/route/map core/domain core/dto core/ports core/service/bucket core/service/control core/service/data core/service/point core/service/token engine engine/conv engine/env engine/event Click to show internal directories. Click to hide internal directories.