try to make this work

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens Langhammer
2025-05-21 02:00:12 +02:00
parent 1155ccb3e8
commit 82c177b7eb
10 changed files with 101 additions and 53 deletions

View File

@ -8,6 +8,10 @@ type Payload interface {
Offerable() bool
}
type Inner interface {
HasInner() Payload
}
type Type uint8
type Code uint8