test

package
v0.0.0-...-522126a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 23, 2019 License: Apache-2.0 Imports: 1 Imported by: 0

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 Timespec

type Timespec struct {
	Sec  int64
	Nsec int64
}

Timespec represents struct timespec in <time.h>.

+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

type Type4

type Type4 struct {
	// contains filtered or unexported fields
}

Type4 is a test data type.

+marshal

type Type5

type Type5 struct {
	// contains filtered or unexported fields
}

Type5 is a test data type.

+marshal

Directories

Path Synopsis
Package external defines types we can import for testing.
Package external defines types we can import for testing.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL