mirror of
https://github.com/pomerium/pomerium.git
synced 2025-06-25 22:18:23 +02:00
config: use config.Config instead of config.Options everywhere
This commit is contained in:
parent
5f51510e91
commit
1b80e8a6c2
40 changed files with 484 additions and 412 deletions
|
@ -32,7 +32,7 @@ func TestLoadSession(t *testing.T) {
|
|||
},
|
||||
},
|
||||
})
|
||||
raw, err := loadRawSession(req, opts, encoder)
|
||||
raw, err := loadRawSession(req, config.New(opts), encoder)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue