mirror of
https://github.com/foomo/gotsrpc.git
synced 2026-07-05 01:00:05 +00:00
7 lines
98 B
Go
7 lines
98 B
Go
package model
|
|
|
|
type Array struct {
|
|
Value *Value
|
|
Len int // 0 = slice, >0 = fixed-size array
|
|
}
|