try different packags structures

This commit is contained in:
Livio Amstutz 2019-11-19 13:10:40 +01:00
parent f6ba7ab75e
commit f19df22e8e
36 changed files with 1821 additions and 23 deletions

View file

@ -1,9 +0,0 @@
package server
type Configuration interface {
Issuer() string
AuthorizationEndpoint() string
TokenEndpoint() string
UserinfoEndpoint() string
Port() string
}