examples

package
v0.0.0-...-a1c84da Latest Latest
Warning

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

Go to latest
Published: Jan 14, 2021 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 {
	Street     string
	City       string
	State      string
	PostalCode string
}

type Employee

type Employee struct {
	Name   string
	Salary float64
	Address
}

type Person

type Person struct {
	Name string
	Age  int
	Address
}

type Subscriber

type Subscriber struct {
	Name   string
	Rate   float64
	Active bool
	Address
}

Jump to

Keyboard shortcuts

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