it's almost working
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
11
internal/outpost/radius/eap/protocol/empty.go
Normal file
11
internal/outpost/radius/eap/protocol/empty.go
Normal file
@ -0,0 +1,11 @@
|
||||
package protocol
|
||||
|
||||
type EmptyPayload struct {
|
||||
}
|
||||
|
||||
func (ep EmptyPayload) Decode(raw []byte) error {
|
||||
return nil
|
||||
}
|
||||
func (ep EmptyPayload) Encode() ([]byte, error) {
|
||||
return []byte{}, nil
|
||||
}
|
||||
Reference in New Issue
Block a user