models

package
v0.0.0-...-eb336c4 Latest Latest
Warning

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

Go to latest
Published: Mar 25, 2022 License: MPL-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 Chat

type Chat struct {
	ID        int64  `db:"id"`
	Active    bool   `db:"active"`
	ProjectID string `db:"project_id"`
}

type Client

type Client struct {
	ID           string         `db:"id"`
	Active       bool           `db:"active"`
	TGNick       sql.NullString `db:"tg_nick"`
	PersonalChat sql.NullInt64  `db:"personal_chat"`
	Email        string         `db:"email"`
}

type Project

type Project struct {
	ID          string         `db:"id"`
	Active      bool           `db:"active"`
	ClientID    string         `db:"client_id"`
	PrettyTitle sql.NullString `db:"pretty_title"`
	SecretKey   string         `db:"secret_key"`
}

Jump to

Keyboard shortcuts

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