models

package
v0.0.0-...-f8624db Latest Latest
Warning

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

Go to latest
Published: Jan 18, 2022 License: MIT Imports: 0 Imported by: 9

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Book

type Book struct {
	Title    string            `json:"title" dynamodbav:"Title"`
	Author   string            `json:"author" dynamodbav:"Author"`
	Category string            `json:"category,omitempty" dynamodbav:"Category"`
	Formats  map[string]string `json:"formats,omitempty" dynamodbav:"Formats"`
}

type Token

type Token struct {
	AccessToken  string `json:"access_token"`
	RefreshToken string `json:"refresh_token"`
	ExpiresIn    int32  `json:"expires_in"`
}

type User

type User struct {
	Email    string `json:"email"`
	Password string `json:"password"`
}

Jump to

Keyboard shortcuts

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