mirror of
https://github.com/status-im/status-console-client.git
synced 2025-02-24 16:48:09 +00:00
7 lines
197 B
Go
7 lines
197 B
Go
package client
|
|
|
|
// Client is a higher level protocol interface.
|
|
// It allows to interact with the messages and contacts
|
|
// in a very abstract way where a lot of low-level operations
|
|
// are hidden.
|