mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-06-07 13:44:24 +00:00
style: apply gofmt formatting
This commit is contained in:
parent
07fecdbf86
commit
a3d8e9c55c
1 changed files with 4 additions and 4 deletions
|
|
@ -12,10 +12,10 @@ import (
|
|||
// APIController handles the main API routes for the 3x-ui panel, including inbounds and server management.
|
||||
type APIController struct {
|
||||
BaseController
|
||||
inboundController *InboundController
|
||||
serverController *ServerController
|
||||
userController *UserController
|
||||
nodeController *NodeController
|
||||
inboundController *InboundController
|
||||
serverController *ServerController
|
||||
userController *UserController
|
||||
nodeController *NodeController
|
||||
Tgbot service.Tgbot
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue