more debug tools

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens Langhammer
2025-05-23 20:13:51 +02:00
parent 7c996d9d9d
commit 10fc15ffe0
8 changed files with 105 additions and 5 deletions

View File

@ -6,6 +6,7 @@ type Payload interface {
Handle(ctx Context) Payload
Type() Type
Offerable() bool
String() string
}
type Inner interface {