mirror of
https://github.com/chaitin/SafeLine.git
synced 2026-02-01 22:33:29 +08:00
27 lines
870 B
Go
27 lines
870 B
Go
package api
|
|
|
|
const (
|
|
Version = "/Version"
|
|
UpgradeTips = "/UpgradeTips"
|
|
Login = "/Login"
|
|
Logout = "/Logout"
|
|
OTPUrl = "/OTPUrl"
|
|
User = "/User"
|
|
DetectLogList = "/DetectLogList"
|
|
DetectLogDetail = "/DetectLogDetail"
|
|
Behaviour = "/Behaviour"
|
|
FalsePositives = "/FalsePositives"
|
|
Website = "/Website"
|
|
UploadSSLCert = "/UploadSSLCert"
|
|
SSLCert = "/SSLCert"
|
|
PolicyRule = "/PolicyRule"
|
|
SwitchPolicyRule = "/SwitchPolicyRule"
|
|
DashboardCounts = "/dashboard/counts"
|
|
DashboardSites = "/dashboard/sites"
|
|
DashboardQps = "/dashboard/qps"
|
|
DashboardRequests = "/dashboard/requests"
|
|
DashboardIntercepts = "/dashboard/intercepts"
|
|
PolicyGroupGlobal = "/PolicyGroupGlobal"
|
|
SrcIPConfig = "/SrcIPConfig"
|
|
)
|