model

package
v0.0.0-...-dc9d3bd Latest Latest
Warning

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

Go to latest
Published: Aug 8, 2021 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Login

type Login struct {
	Username string `json:"username"`
	Password string `json:"password"`
}

type NewUser

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

type Pump

type Pump struct {
	State bool `json:"state"`
}

type PumpState

type PumpState struct {
	State bool `json:"state"`
}

type RefreshTokenInput

type RefreshTokenInput struct {
	Token string `json:"token"`
}

type Tank

type Tank struct {
	Level float64 `json:"level"`
}

type User

type User struct {
	ID    string `json:"id"`
	Email string `json:"email"`
}

Jump to

Keyboard shortcuts

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