entity

package
v0.0.0-...-2147667 Latest Latest
Warning

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

Go to latest
Published: Jul 19, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Tenant

type Tenant struct {
	ID                      uuid.UUID `db:"id"                        json:"id"`
	Name                    string    `db:"name"                      json:"name"`
	Status                  int       `db:"status"                    json:"status"`
	Domain                  string    `db:"port"                      json:"port"`
	Timezone                string    `db:"timezone"                  json:"timezone"`
	ProductionType          int       `db:"production_type"           json:"production_type"`
	SubscriptionType        int       `db:"subscription_type"         json:"subscription_type"`
	SelfRegistrationEnabled bool      `db:"self_registration_enabled" json:"self_registration_enabled"`
	CreatedAt               time.Time `db:"created_at"                json:"created_at"`
	UpdatedAt               time.Time `db:"updated_at"                json:"updated_at"`
}

Jump to

Keyboard shortcuts

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