open-vault/logical
Seth Vargo 6fd9d11c79 Allow more complex errors from plugins (no interface change) (#3444)
* Allow more complex errors from plugins

This enables more complex types to be registered and returned from plugins.

*  Register common error types

This is a slightly less drastic change, which keeps the HTTPCodedError
as an interface.

* Remove replication error from list
2017-10-19 13:29:59 -07:00
..
framework Add more TypeDurationSecond conversions 2017-08-02 18:12:02 -04:00
plugin Allow more complex errors from plugins (no interface change) (#3444) 2017-10-19 13:29:59 -07:00
testing Migrate physical backends into separate packages (#3106) 2017-08-03 13:24:27 -04:00
auth.go Porting identity store (#3419) 2017-10-11 10:21:20 -07:00
connection.go
error.go Allow more complex errors from plugins (no interface change) (#3444) 2017-10-19 13:29:59 -07:00
identity.go Porting identity store (#3419) 2017-10-11 10:21:20 -07:00
lease.go
lease_test.go
logical.go Backend plugin system (#2874) 2017-07-20 13:28:40 -04:00
request.go Porting identity store (#3419) 2017-10-11 10:21:20 -07:00
response.go
response_util.go
secret.go
storage.go
storage_inmem.go Make logical.InmemStorage standalone (#3066) 2017-07-26 17:59:14 -04:00
storage_inmem_test.go
system_view.go
testing.go
translate_response.go Porting identity store (#3419) 2017-10-11 10:21:20 -07:00