Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GatewayRoute ¶
type GatewayRoute struct {
// contains filtered or unexported fields
}
func NewGatewayRoute ¶
func NewGatewayRoute(management *service.Management) *GatewayRoute
func (*GatewayRoute) GetRoute ¶
func (g *GatewayRoute) GetRoute() *http.ServeMux
type ManagementRoute ¶
type ManagementRoute struct {
// contains filtered or unexported fields
}
func NewManagementRoute ¶
func NewManagementRoute(management *service.Management) *ManagementRoute
func (*ManagementRoute) GetRoute ¶
func (m *ManagementRoute) GetRoute() *gin.Engine
type StaticRoute ¶
type StaticRoute struct {
// contains filtered or unexported fields
}
func NewStaticRoute ¶
func NewStaticRoute(state *service.State) *StaticRoute
func (*StaticRoute) GetRoute ¶
func (s *StaticRoute) GetRoute() *gin.Engine
Click to show internal directories.
Click to hide internal directories.