open-vault/logical
Vishal Nayak 150ad8405b
Remove logical.Initialize() method (#3848)
* Remove logical.Initialize() method

* More cleanup

* Fix test
2018-01-25 20:19:27 -05:00
..
framework Remove logical.Initialize() method (#3848) 2018-01-25 20:19:27 -05:00
plugin Remove logical.Initialize() method (#3848) 2018-01-25 20:19:27 -05:00
testing Add context to storage backends and wire it through a lot of places (#3817) 2018-01-19 01:44:44 -05:00
auth.go
connection.go
error.go
identity.go
lease.go
lease_test.go
logical.go Remove logical.Initialize() method (#3848) 2018-01-25 20:19:27 -05:00
request.go
response.go
response_util.go
secret.go
storage.go Add context to storage backends and wire it through a lot of places (#3817) 2018-01-19 01:44:44 -05:00
storage_inmem.go Add context to storage backends and wire it through a lot of places (#3817) 2018-01-19 01:44:44 -05:00
storage_inmem_test.go
system_view.go Add context to storage backends and wire it through a lot of places (#3817) 2018-01-19 01:44:44 -05:00
testing.go Add context to storage backends and wire it through a lot of places (#3817) 2018-01-19 01:44:44 -05:00
translate_response.go