model

package
v0.0.0-...-183713d Latest Latest
Warning

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

Go to latest
Published: Nov 4, 2021 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Status

type Status struct {
	ID         int
	URLID      int
	Clock      time.Time
	StatusCode int
}

type URL

type URL struct {
	ID       int
	UserID   int
	URL      string
	Period   int
	Statuses []Status
}

type User

type User struct {
	ID       int
	Email    string
	Password string
	Urls     []URL
}

Jump to

Keyboard shortcuts

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