Documentation
¶
Index ¶
- type Server
- func (s *Server) Engin() *gin.Engine
- func (s *Server) Frontend(fe fs.FS)
- func (s *Server) Get(key string) (value interface{}, exists bool)
- func (s *Server) Group(relativePath string) *gin.RouterGroup
- func (s *Server) MustGet(key string) interface{}
- func (s *Server) Option() interface{}
- func (s *Server) Set(key string, value interface{})
- func (s *Server) Start() error
- func (s *Server) Stop(grace bool) error
- type SetupPlugin
- type SetupRouter
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
}
type SetupPlugin ¶ added in v1.2.2
type SetupRouter ¶ added in v1.2.2
Click to show internal directories.
Click to hide internal directories.