coreuuidtest

package
v0.3.34 Latest Latest
Warning

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

Go to latest
Published: May 5, 2026 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Input

type Input struct {
	CInt  int64  `db:"c_int" json:"c_int,omitempty"`
	CText string `db:"c_text" json:"c_text,omitempty"`
}

type Model

type Model struct {
	Id        uuid.UUID        `db:"id" json:"id,omitempty"`
	CreatedAt lystype.Datetime `db:"created_at" json:"created_at,omitzero"`
	Input
}

type Store

type Store struct {
	Db *pgxpool.Pool
}

func (Store) Delete

func (s Store) Delete(ctx context.Context, id uuid.UUID) error

func (Store) GetName

func (s Store) GetName() string

func (Store) GetPlan

func (s Store) GetPlan() lysmeta.Plan

func (Store) Insert

func (s Store) Insert(ctx context.Context, input Input) (newId uuid.UUID, err error)

func (Store) Select

func (s Store) Select(ctx context.Context, params lyspg.SelectParams) (items []Model, unpagedCount lyspg.TotalCount, err error)

func (Store) SelectById

func (s Store) SelectById(ctx context.Context, id uuid.UUID) (item Model, err error)

func (Store) Update

func (s Store) Update(ctx context.Context, input Input, id uuid.UUID) error

func (Store) UpdatePartial

func (s Store) UpdatePartial(ctx context.Context, assignmentsMap map[string]any, id uuid.UUID) error

func (Store) Validate

func (s Store) Validate(validate *validator.Validate, input Input) error

Jump to

Keyboard shortcuts

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