ByteArray Byte[] Deprecated: it will not be supported in next major version, being replaced by a slice type instead.
| 82 | // ByteArray Byte[] |
| 83 | // Deprecated: it will not be supported in next major version, being replaced by a slice type instead. |
| 84 | type ByteArray struct { |
| 85 | Values []uint8 |
| 86 | } |
| 87 | |
| 88 | // nolint |
| 89 | func (ba *ByteArray) Get() []interface{} { |
nothing calls this directly
no outgoing calls
no test coverage detected