fix and add some tests

This commit is contained in:
Livio Amstutz 2021-08-20 07:49:00 +02:00
parent 8b40741e7a
commit 37a504cb43
5 changed files with 155 additions and 2 deletions

View file

@ -148,7 +148,6 @@ type openidProvider struct {
decoder *schema.Decoder
encoder *schema.Encoder
interceptors []HttpInterceptor
retry func(int) (bool, int)
timer <-chan time.Time
}