Archived
2
0

add screenshot function.

This commit is contained in:
Miroslav Šedivý
2022-09-17 18:17:04 +02:00
parent 057ab2d886
commit ca6c24dee1
5 changed files with 43 additions and 2 deletions

View File

@ -32,5 +32,6 @@ type WebSocketHandler interface {
Shutdown() error
Upgrade(w http.ResponseWriter, r *http.Request) error
Stats() Stats
IsLocked(resource string) bool
IsAdmin(password string) (bool, error)
}