Versions in this module Expand all Collapse all v1 v1.0.0 Aug 24, 2023 Changes in this version + type Client struct + func NewClient(settingsFilepath string) (*Client, error) + func (c Client) Start() error + func (c Client) Stop() + type Server struct + func NewServer(settingsFilepath string) (*Server, error) + func (s Server) Start() error + func (s Server) Stop()