start tying it into the flow

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens Langhammer
2025-05-16 15:38:52 +02:00
parent 2a024238fe
commit fa06c9fe4e
7 changed files with 60 additions and 8 deletions

View File

@ -14,7 +14,7 @@ const (
)
type Context interface {
// GlobalState()
Packet() *radius.Request
ProtocolSettings() interface{}
GetProtocolState(def func(Context) interface{}) interface{}