try different packags structures
This commit is contained in:
parent
f6ba7ab75e
commit
f19df22e8e
36 changed files with 1821 additions and 23 deletions
9
pkg/op/config.go
Normal file
9
pkg/op/config.go
Normal file
|
@ -0,0 +1,9 @@
|
|||
package server
|
||||
|
||||
type Configuration interface {
|
||||
Issuer() string
|
||||
AuthorizationEndpoint() string
|
||||
TokenEndpoint() string
|
||||
UserinfoEndpoint() string
|
||||
Port() string
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue