user

package
v0.0.0-...-930eec9 Latest Latest
Warning

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

Go to latest
Published: Jan 4, 2020 License: GPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var DefaultUser = User{
	Diet: diet.VEGETARIAN,
}

Functions

This section is empty.

Types

type User

type User struct {
	Birthday     time.Time `json:"birthday"`
	Diet         diet.Diet `json:"diet"`
	Gender       string    `json:"gender"`
	Height       int       `json:"height"`
	Name         string    `json:"name"`
	TargetDQS    int       `json:"targetDQS"`
	TargetWeight int       `json:"targetWeight"`
	Weight       int       `json:"weight"`
}

Jump to

Keyboard shortcuts

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