response and readme updates

- fixed example syntax
- framework now response on timeout skips
- framework will now alert of missing permissions
This commit is contained in:
2025-06-04 17:06:13 -04:00
parent 6ae84c0d5b
commit ca67dc71ca
2 changed files with 43 additions and 6 deletions

View File

@@ -47,7 +47,7 @@ func main() {
return "hi", nil
},
Timeout: time.Second * 10,
Roles: []string{"admin"}
Roles: []string{"admin"},
},
)