model

package
v0.0.0-...-71330bb Latest Latest
Warning

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

Go to latest
Published: Jul 26, 2022 License: EUPL-1.2 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Departure

type Departure struct {
	Direction string
	Arrival   string
}

type Stop

type Stop struct {
	Id   string
	Name string
}

type User

type User struct {
	Id        int
	Username  string
	Email     string
	CreatedAt *time.Time
}

type UserLogin

type UserLogin struct {
	Username string
	Password string
}

type UserRegistration

type UserRegistration struct {
	Username string
	Password string
	Email    string
}

Jump to

Keyboard shortcuts

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