domains

package
v0.0.0-...-c60c4f7 Latest Latest
Warning

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

Go to latest
Published: Aug 11, 2023 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Project

type Project struct {
	Id              int64  `json:"id" db:"id"`
	Name            string `json:"name" db:"name"`
	OrgId           int64  `json:"org_id" db:"org_id"`
	Code            string `json:"code" db:"code"`
	Description     string `json:"description" db:"description"`
	Timezone        string `json:"timezone" db:"timezone"`
	Settings        string `json:"settings" db:"settings"`
	DefaultLanguage string `json:"default_language" db:"default_language"`

	CreatedAt  time.Time `json:"created_at" db:"created_at"`
	UpdatedAt  time.Time `json:"updated_at" db:"updated_at"`
	ArchivedAt time.Time `json:"archived_at" db:"archived_at"`
}

Jump to

Keyboard shortcuts

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