open-vault/sdk/framework
Eng Zer Jun 61262ad98e
refactor: replace strings.Replace with strings.ReplaceAll (#15392)
strings.ReplaceAll(s, old, new) is a wrapper function for
strings.Replace(s, old, new, -1). But strings.ReplaceAll is more
readable and removes the hardcoded -1.

Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2022-08-03 15:22:48 -04:00
..
testdata [VAULT-5887] TypeInt64 support added to OpenApi Spec generation (#15104) 2022-04-22 15:37:12 -07:00
backend.go Dynamic parameter for mountpaths in OpenApi Spec generation(#15835) 2022-06-30 07:43:04 -07:00
backend_test.go Allow Multiple Issuers in PKI Secret Engine Mounts - PKI Pod (#15277) 2022-05-11 12:42:28 -04:00
field_data.go fix TypeCommaIntSlice panic caused by json.Number input (#15072) 2022-04-18 16:43:16 -04:00
field_data_test.go fix TypeCommaIntSlice panic caused by json.Number input (#15072) 2022-04-18 16:43:16 -04:00
field_type.go Fix barrier key autoration config edge cases (#11541) 2021-05-05 14:39:04 -05:00
filter.go Run a more strict formatter over the code (#11312) 2021-04-08 09:43:39 -07:00
identity.go
identity_test.go
lease.go Patch expiration fix over from ENT (#11650) 2021-05-18 14:55:38 -07:00
lease_test.go
openapi.go refactor: replace strings.Replace with strings.ReplaceAll (#15392) 2022-08-03 15:22:48 -04:00
openapi_test.go Dynamic parameter for mountpaths in OpenApi Spec generation(#15835) 2022-06-30 07:43:04 -07:00
path.go Dynamic parameter for mountpaths in OpenApi Spec generation(#15835) 2022-06-30 07:43:04 -07:00
path_map.go Run a more strict formatter over the code (#11312) 2021-04-08 09:43:39 -07:00
path_map_test.go
path_struct.go
path_struct_test.go Run a more strict formatter over the code (#11312) 2021-04-08 09:43:39 -07:00
path_test.go Run a more strict formatter over the code (#11312) 2021-04-08 09:43:39 -07:00
policy_map.go Run a more strict formatter over the code (#11312) 2021-04-08 09:43:39 -07:00
policy_map_test.go
secret.go
secret_test.go
template.go
testing.go
wal.go
wal_test.go