Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAdminAccessLogMiddleware ¶
func NewAdminAccessLogMiddleware() middleware.Middleware
Types ¶
type AdminAPI ¶
type AdminAPI struct {
// contains filtered or unexported fields
}
AdminAPI represents the administrative API for managing the load balancer.
func NewAdminAPI ¶
func NewAdminAPI(manager *service.Manager, cfg *config.Config, authService *auth_service.AuthService) *AdminAPI
NewAdminAPI creates a new instance of AdminAPI with the provided service manager and configuration. It initializes the HTTP mux and registers all API routes.
type AdminAccessLogMiddleware ¶
type AdminAccessLogMiddleware struct{}
func (*AdminAccessLogMiddleware) Middleware ¶
func (m *AdminAccessLogMiddleware) Middleware(next http.Handler) http.Handler
type BackendStatus ¶
Click to show internal directories.
Click to hide internal directories.