models

package
v0.0.0-...-c891680 Latest Latest
Warning

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

Go to latest
Published: Apr 28, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Overview

Package models contains data structures common through the program.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

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  string `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