2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-05 00:39:32 +08:00

fix: build

This commit is contained in:
耗子
2024-06-28 01:58:43 +08:00
parent ff524cdb0b
commit c70758339f
47 changed files with 189 additions and 1 deletions

View File

@@ -23,6 +23,10 @@ func (r *Https) Rules(ctx http.Context) map[string]string {
}
}
func (r *Https) Filters(ctx http.Context) map[string]string {
return map[string]string{}
}
func (r *Https) Messages(ctx http.Context) map[string]string {
return map[string]string{}
}