try to make this work
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
@ -19,6 +19,8 @@ type Context interface {
|
||||
|
||||
ProtocolSettings() interface{}
|
||||
|
||||
ForInnerProtocol(p Type) Context
|
||||
|
||||
StateForProtocol(p Type) interface{}
|
||||
GetProtocolState() interface{}
|
||||
SetProtocolState(interface{})
|
||||
|
||||
Reference in New Issue
Block a user