Versions in this module Expand all Collapse all v0 v0.0.1 Sep 10, 2024 Changes in this version + var ErrEmptyCredentials = fmt.Errorf("empty username or password") + var ErrInvalidArguments = fmt.Errorf("invalid arguments") + type Message struct + From string + Text string + To string + func (m *Message) Marshal() ([]byte, error) + func (m *Message) Unmarshal(data []byte) error