structs

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 Course

type Course struct {
	Name     string
	Location string
	Founded  int
	Par      int
	Points   float64
	Rank     int
	Rating   float64
}

type Employee

type Employee struct {
	Name   string
	Salary float64
	Address
}

type Guestbook

type Guestbook struct {
	SignatureCount int
	Signatures     []string
}

type Person

type Person struct {
	Name string
	Age  int
	Address
}

type Player

type Player struct {
	Name     string
	Handicap float64
}

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