Documentation ¶ Index ¶ type Server func NewServer(l zerolog.Logger, ent *connection.EntConnection) (*Server, error) func (s *Server) Engine() *gin.Engine func (s *Server) Start() error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Server ¶ type Server struct { // contains filtered or unexported fields } func NewServer ¶ func NewServer(l zerolog.Logger, ent *connection.EntConnection) (*Server, error) func (*Server) Engine ¶ func (s *Server) Engine() *gin.Engine func (*Server) Start ¶ func (s *Server) Start() error Source Files ¶ View all Source files server.go Directories ¶ Show internal Expand all Path Synopsis error handler aggregate process proof webhook middleware Click to show internal directories. Click to hide internal directories.