model

package
v0.0.0-...-b14b177 Latest Latest
Warning

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

Go to latest
Published: Jul 26, 2023 License: MIT Imports: 1 Imported by: 0

Documentation

Overview

Package model contains the domain models of the application.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Quote

type Quote struct {
	// ID is the ID of the quote.
	// Read more about ULID here: https://github.com/oklog/ulid
	ID ulid.ULID `json:"id"`
	// Text is the text of the quote.
	Text string `json:"text"`
	// Author is the author of the quote.
	Author string `json:"author"`
}

Quote is a representation of a quote.

Jump to

Keyboard shortcuts

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