open-vault/sdk/framework
Michael Gaffney 76208eaf84
sdk/framework: add TypeSignedDurationSecond FieldType (#6989)
* Refactor table driven tests to use subtests

* sdk/framework: add TypeSignedDurationSecond FieldType

Adds the TypeSignedDurationSecond FieldType which accepts positive and
negative durations. The existing TypeDurationSecond FieldType does not
accept negative durations.

* Add tests for 0 for TypeDurationSecond and TypeSignedDurationSecond
2019-06-26 13:15:36 -04:00
..
testdata update OpenAPI output to use DisplayAttributes struct (#6928) 2019-06-21 11:08:08 -04:00
backend.go sdk/framework: add TypeSignedDurationSecond FieldType (#6989) 2019-06-26 13:15:36 -04:00
backend_test.go sdk/framework: add TypeSignedDurationSecond FieldType (#6989) 2019-06-26 13:15:36 -04:00
field_data.go sdk/framework: add TypeSignedDurationSecond FieldType (#6989) 2019-06-26 13:15:36 -04:00
field_data_test.go sdk/framework: add TypeSignedDurationSecond FieldType (#6989) 2019-06-26 13:15:36 -04:00
field_type.go sdk/framework: add TypeSignedDurationSecond FieldType (#6989) 2019-06-26 13:15:36 -04:00
lease.go
lease_test.go
openapi.go sdk/framework: add TypeSignedDurationSecond FieldType (#6989) 2019-06-26 13:15:36 -04:00
openapi_test.go update OpenAPI output to use DisplayAttributes struct (#6928) 2019-06-21 11:08:08 -04:00
path.go Add new structures for OpenAPI/UI enhancements (#6931) 2019-06-19 16:48:58 -07:00
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