Versions in this module Expand all Collapse all v0 v0.9.12 Aug 19, 2026 Changes in this version + const CodeConfig + const CodeConnect + const CodeDisconnect + const CodeRoute + const CodeToken + type Config struct + Address string + Certificate string + Key string + LineLogBufferSize int + type Error struct + Code string + Message string + type Result struct + Error *Error + Id int + Result any + func (r Result) Json() (j []byte) + type RingLog struct + func NewRingLog(lines int, tee io.Writer) (r *RingLog) + func (ringLog *RingLog) Dump() (b []byte) + func (ringLog *RingLog) Write(b []byte) (n int, err error) + type Server struct + func New(serverConfiguration ServerConfiguration) *Server + func (s *Server) Init() (err error) + func (s *Server) Serve() (err error) + func (s *Server) Shutdown() error + type ServerConfiguration interface + GetConnectionConfiguration func() *connection.Config + GetControlConfiguration func() *Config + SaveJson func() error