fix missing server interface method HasPermission
This commit is contained in:
parent
636e75ae1f
commit
6e18e4a1ce
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user