mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-08-28 19:40:28 +00:00
Fix linting problems
This commit is contained in:
@@ -18,7 +18,7 @@ func getFilterMapFunctions() map[string]entity.FilterMapFunction {
|
||||
return filterMapFunctions
|
||||
}
|
||||
|
||||
// GetFilterSchema ...
|
||||
// GetFilterSchema returns filter schema
|
||||
func GetFilterSchema() string {
|
||||
var m Model
|
||||
return entity.GetFilterSchema(m)
|
||||
|
@@ -11,11 +11,11 @@ import (
|
||||
const (
|
||||
tableName = "host"
|
||||
|
||||
// ProxyHostType ...
|
||||
// ProxyHostType is self explanatory
|
||||
ProxyHostType = "proxy"
|
||||
// RedirectionHostType ...
|
||||
// RedirectionHostType is self explanatory
|
||||
RedirectionHostType = "redirection"
|
||||
// DeadHostType ...
|
||||
// DeadHostType is self explanatory
|
||||
DeadHostType = "dead"
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user