models

package
v0.0.0-...-8e3e671 Latest Latest
Warning

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

Go to latest
Published: Aug 18, 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 User

type User struct {
	Email     string  `json:"email"`
	UUID      string  `json:"uuid"`
	Firstname *string `json:"firstname"`
	Lastname  *string `json:"lastname"`
}

type UserInput

type UserInput struct {
	Email     *string `json:"email"`
	Firstname *string `json:"firstname"`
	Lastname  *string `json:"lastname"`
}

type Users

type Users struct {
	Count int     `json:"count"`
	List  []*User `json:"list"`
}

Jump to

Keyboard shortcuts

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