field

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Dec 4, 2019 License: Apache-2.0, MIT Imports: 7 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 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 User

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

Jump to

Keyboard shortcuts

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