diff --git a/control/server.go b/control/server.go index c0b553f..9a817fe 100644 --- a/control/server.go +++ b/control/server.go @@ -16,6 +16,8 @@ type Server interface { Stop() error Exec(command string) error Rebuild() error + + HasPermission(string, string) bool } // Server is a single instance of a Service managed by the panel