We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71661a6 commit c1bd489Copy full SHA for c1bd489
field/spec.go
@@ -50,6 +50,8 @@ type Spec struct {
50
// length of the field you're defining, e.g. Numeric, String, Binary
51
// etc. For Hex fields, the length is defined in terms of the number of
52
// bytes, while the value of the field is hex string.
53
+ // In case of Composite field, the Length is defined in terms of the number
54
+ // of bytes in the field value.
55
Length int
56
// Tag sets the tag specification. Only applicable to composite field
57
// types.
0 commit comments