mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 19:17:58 +00:00
Add TypeKVPairs field type (#3535)
This commit is contained in:
@@ -614,6 +614,8 @@ func (t FieldType) Zero() interface{} {
|
||||
return false
|
||||
case TypeMap:
|
||||
return map[string]interface{}{}
|
||||
case TypeKVPairs:
|
||||
return map[string]string{}
|
||||
case TypeDurationSecond:
|
||||
return 0
|
||||
case TypeSlice:
|
||||
|
||||
Reference in New Issue
Block a user