Files
authentik/internal/outpost/radius/eap/protocol/peap/state.go
Jens Langhammer 5d25f68b71 start inner STM
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
2025-07-01 22:43:01 +02:00

8 lines
135 B
Go

package peap
import "goauthentik.io/internal/outpost/radius/eap/protocol"
type State struct {
SubState map[string]*protocol.State
}