Versions in this module Expand all Collapse all v1 v1.0.1 Nov 22, 2024 v1.0.0 Sep 3, 2024 Changes in this version + type Server struct + func New(conf *config.Server, logger *zerolog.Logger, ...) *Server + func (s *Server) RegisterAPI(apiImplementation apiServerDefinition.ServerInterface) + func (s *Server) Shutdown(ctx context.Context) error + func (s *Server) Start() error