field

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Jun 15, 2020 License: Apache-2.0, MIT Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func FieldMain

func FieldMain()

Types

type Config

type Config struct {
	Users map[string]*User `json:"users,omitempty"`
}

type Over added in v0.2.0

type Over string

type S1

type S1 struct {
	Field1 S2
}

type S2

type S2 struct {
	Field2 string
	Field3 *string
	Field4 []string

	Field5 *S3

	Field6 []S3
}

type S3

type S3 struct {
	FieldA string
	FieldB string
}

type S4 added in v0.2.0

type S4 struct {
	FieldA []string
	FieldB *[]string
}

type User

type User struct {
	Token *string `json:"token,omitempty"`
}

type X added in v0.2.0

type X interface {
}

type Y added in v0.2.0

type Y struct {
	X X
}

Jump to

Keyboard shortcuts

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