initial
This commit is contained in:
commit
0ef4602dec
4 changed files with 314 additions and 0 deletions
8
ginerror/type.go
Normal file
8
ginerror/type.go
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
package ginerror
|
||||
|
||||
import "git.icod.de/dalu/oidc/options"
|
||||
|
||||
type Error struct {
|
||||
Description options.ErrorDescription
|
||||
Error error
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue