initial
This commit is contained in:
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
|
||||
}
|
Reference in New Issue
Block a user