user

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Jan 22, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Overview

Package user provides contracts for managing users.

Package user contains JSON mapping structures.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type User

type User struct {
	ID string `json:"_id"` // Required.
	// Format: email.
	// Required.
	Email string `json:"email"`
}

User structure is generated from "#/components/schemas/User".

Jump to

Keyboard shortcuts

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