This commit is contained in:
2021-11-14 16:37:58 +01:00
commit 0ef4602dec
4 changed files with 314 additions and 0 deletions

8
ginerror/type.go Normal file
View File

@ -0,0 +1,8 @@
package ginerror
import "git.icod.de/dalu/oidc/options"
type Error struct {
Description options.ErrorDescription
Error error
}