models

package
v0.0.0-...-09f4b59 Latest Latest
Warning

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

Go to latest
Published: Dec 1, 2020 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 AccountType

type AccountType string

type BuildInformation

type BuildInformation struct {
	Version   string `json:"version"`
	Commit    string `json:"commit"`
	BuildDate string `json:"buildDate"`
}

type Data

type Data struct {
	Users []User `json:"users"`
}

type User

type User struct {
	ID       uint64      `json:"id"`
	Account  AccountType `json:"account"`
	Username string      `json:"username"`
	Email    string      `json:"email"`
}

Jump to

Keyboard shortcuts

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