mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-06-07 21:54:10 +00:00
fix: apply gofmt formatting to inbound.go and speedlimit.go
Agent-Logs-Url: https://github.com/xAlokyx/3x-ui/sessions/c914d2a1-a03a-42f6-9f72-9620e5d2e619 Co-authored-by: xAlokyx <234771438+xAlokyx@users.noreply.github.com>
This commit is contained in:
parent
20e90d5fcd
commit
70dbdaa831
2 changed files with 1 additions and 2 deletions
|
|
@ -23,7 +23,7 @@ import (
|
||||||
// It handles CRUD operations for inbounds, client management, traffic monitoring,
|
// It handles CRUD operations for inbounds, client management, traffic monitoring,
|
||||||
// and integration with the Xray API for real-time updates.
|
// and integration with the Xray API for real-time updates.
|
||||||
type InboundService struct {
|
type InboundService struct {
|
||||||
xrayApi xray.XrayAPI
|
xrayApi xray.XrayAPI
|
||||||
speedLimitService SpeedLimitService
|
speedLimitService SpeedLimitService
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -225,4 +225,3 @@ func (s *SpeedLimitService) RestoreAllLimits(inbounds []*model.Inbound) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue