Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UDTField ¶
type UDTField struct { Name string Type gocql.Type ValIn []byte // value to attempt to marshal Err bool // is error expected? }
UDTField describes a field in a gocql User Defined Type
type UDTTestCase ¶
type UDTTestCase struct { Obj gocql.UDTMarshaler ObjName string New func() gocql.UDTUnmarshaler Fields []UDTField }
UDTTestCase describes a test for a UDT
Click to show internal directories.
Click to hide internal directories.