Versions in this module Expand all Collapse all v0 v0.1.3 Jul 13, 2023 v0.1.2 Jul 13, 2023 Changes in this version + type Session struct + ErrOnWarning bool + ServerCapabilities []string + SessionID int + Transport transport.Transport + func NewSession(t transport.Transport) (*Session, error) + func (s *Session) Close() error + func (s *Session) Exec(methods ...rpc.RPCMethod) (*rpc.RPCReply, error)