refs

package
v1.2.0 Latest Latest
Warning

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

Go to latest
Published: Jul 15, 2026 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Address

type Address struct {
	City    string  `json:"city"`
	Country *string `json:"country,omitempty"`
	Street  string  `json:"street"`
}

type Company

type Company struct {
	Ceo          *Person  `json:"ceo,omitempty"`
	Employees    []Person `json:"employees,omitempty"`
	Headquarters *Address `json:"headquarters,omitempty"`
	Name         string   `json:"name"`
}

type Person

type Person struct {
	Friends     []Person `json:"friends,omitempty"`
	HomeAddress *Address `json:"homeAddress,omitempty"`
	Name        string   `json:"name"`
	WorkAddress *Address `json:"workAddress,omitempty"`
}

Jump to

Keyboard shortcuts

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