open-vault/sdk/framework
Jeff Mitchell 2f7019f5bd
Fix some regressions (#6723)
Multierror is not nil unless you return ErrorOrNil, so this was causing
non-nil errors to be returned when not expected.

Also we need to ensure we only call handleWALRollback if a function
exists.
2019-05-13 11:04:06 -04:00
..
testdata
backend.go Fix some regressions (#6723) 2019-05-13 11:04:06 -04:00
backend_test.go
field_data.go
field_data_test.go
field_type.go
lease.go
lease_test.go
openapi.go
openapi_test.go
path.go
path_map.go
path_map_test.go
path_struct.go
path_struct_test.go
path_test.go
policy_map.go
policy_map_test.go
secret.go
secret_test.go
template.go
testing.go
wal.go
wal_test.go