model

package
v0.0.0-...-f46f3e0 Latest Latest
Warning

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

Go to latest
Published: Jan 17, 2022 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 address of this User.
	//
	// Can be null if the currently authenticated User does not have access to this
	// information.
	Email *string `json:"email"`
	// First name of this User.
	FirstName string `json:"firstName"`
	// Uniquely identifies this User.
	ID string `json:"id"`
	// First name of this User.
	LastName string `json:"lastName"`
}

An individual user registered with Chorro.

Jump to

Keyboard shortcuts

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