account

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Aug 17, 2026 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 Account

type Account struct {
	Id           string             `json:"id" postgres:"id,primarykey,type:uuid,default:gen_random_uuid()"`
	Name         string             `json:"name" postgres:"name,default:''"`
	EmailAddress string             `` /* 138-byte string literal not displayed */
	CreatedAt    *time.Time         `json:"created_at" postgres:"created_at,default:now()"`
	Locked       bool               `json:"locked" postgres:"locked,default:false"`
	Customer     *customer.Customer `json:"customer" postgres:"customer,nullable"`
	Roles        []string           `json:"roles" postgres:"roles"`
}

Jump to

Keyboard shortcuts

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