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