mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 19:17:58 +00:00
sdk: Fix fmt + add FieldType test (#19493)
* sdk: Fix fmt + add FieldType test * Add test comment
This commit is contained in:
@@ -753,7 +753,7 @@ func (t FieldType) Zero() interface{} {
|
||||
case TypeInt:
|
||||
return 0
|
||||
case TypeInt64:
|
||||
return int64(0)
|
||||
return int64(0)
|
||||
case TypeBool:
|
||||
return false
|
||||
case TypeMap:
|
||||
|
||||
Reference in New Issue
Block a user