model

package
v0.0.0-...-a1d8bd3 Latest Latest
Warning

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

Go to latest
Published: Oct 22, 2024 License: Apache-2.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 Secret

type Secret struct {
	Id         string
	KeyPrivate string
}

type TableSize

type TableSize struct {
	Database string   `json:"database"`
	Size     *float64 `json:"size"`
}

type User

type User struct {
	Id         string    `json:"id"`
	Username   string    `json:"username"`
	Email      string    `json:"email"`
	Password   string    `json:"password"`
	NameFamily string    `json:"name_family"`
	NameGiven  string    `json:"name_given"`
	Scope      string    `json:"scope"`
	Active     bool      `json:"active"`
	Created    time.Time `json:"created"`
}

Jump to

Keyboard shortcuts

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