Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Account ¶
type Account struct { UserGuid string `spanner:"USER_GUID"` UserId int64 `spanner:"USER_ID"` FirstName string `spanner:"FIRST_NM"` LastName string `spanner:"LAST_NM"` Phone string `spanner:"PHONE"` Email string `spanner:"EMAIL"` CreatedTs time.Time `spanner:"CREATE_TS"` LastModifiedTs time.Time `spanner:"LAST_MOD_TS"` }
type AccountXref ¶
type Repository ¶
type Repository[T any] struct { // contains filtered or unexported fields }
func NewRepository ¶
func NewRepository[T any](client *Client, table string) *Repository[T]
Click to show internal directories.
Click to hide internal directories.