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

@ -19,6 +19,8 @@ type Context interface {
ProtocolSettings() interface{}
ForInnerProtocol(p Type) Context
StateForProtocol(p Type) interface{}
GetProtocolState() interface{}
SetProtocolState(interface{})