sample

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Jun 20, 2022 License: MIT Imports: 0 Imported by: 0

Documentation

Overview

Package sample contains test data.

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 structure.

type TestSubStruct

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

TestSubStruct is a test structure.

Jump to

Keyboard shortcuts

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