sample

package
v0.6.28 Latest Latest
Warning

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

Go to latest
Published: May 31, 2021 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Overview

Package sample is a test package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TestSampleStruct

type TestSampleStruct struct {
	SimpleFloat64 float64 `json:"simple_float64"`
	SimpleBool    bool    `json:"simple_bool"`

	Sub      TestSubStruct   `json:"sub"`
	SubSlice []TestSubStruct `json:"sub_slice"`

	AnonTypeStruct struct {
		FieldOne int `json:"int"`
	} `json:"anon_type_struct"`
}

TestSampleStruct is a test dummy.

type TestSubStruct

type TestSubStruct struct {
	SubInt int `json:"sample_int"`
}

TestSubStruct is a test dummy.

Directories

Path Synopsis
Package experiment is a test package.
Package experiment is a test package.
variation
Package variation is a test package.
Package variation is a test package.

Jump to

Keyboard shortcuts

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