Documentation ¶
Overview ¶
Package test contains data structures for testing the go_marshal tool.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Stat ¶
type Stat struct { Dev uint64 Ino uint64 Nlink uint64 Mode uint32 UID uint32 GID uint32 Rdev uint64 Size int64 Blksize int64 Blocks int64 ATime Timespec MTime Timespec CTime Timespec // contains filtered or unexported fields }
Stat represents struct stat.
+marshal
type Type1 ¶
type Type1 struct {
// contains filtered or unexported fields
}
Type1 is a test data type.
+marshal
type Type2 ¶
type Type2 struct {
// contains filtered or unexported fields
}
Type2 is a test data type.
+marshal
type Type3 ¶
type Type3 struct {
// contains filtered or unexported fields
}
Type3 is a test data type.
+marshal
Click to show internal directories.
Click to hide internal directories.