MCPcopy Create free account
hub / github.com/apache/dubbo-go-hessian2 / ByteArray

Struct ByteArray

array.go:84–86  ·  view source on GitHub ↗

ByteArray Byte[] Deprecated: it will not be supported in next major version, being replaced by a slice type instead.

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected