// Verify returns a list of the datatypes contained in the argument that can be // considered sensitive w.r.t. to logging func Verify(value interface{ … } func datatypes(v reflect.Value) []string { … }
// Verify returns a list of the datatypes contained in the argument that can be // considered sensitive w.r.t. to logging func Verify(value interface{ … } func datatypes(v reflect.Value) []string { … }