coresetfunc

package
v0.2.1 Latest Latest
Warning

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

Go to latest
Published: Sep 9, 2025 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Model

type Model struct {
	IntVal  int    `db:"int_val" json:"int_val"`
	TextVal string `db:"text_val" json:"text_val"`
}

type Store

type Store struct {
	Db *pgxpool.Pool
}

func (Store) GetMeta

func (s Store) GetMeta() lysmeta.Result

func (Store) GetName

func (s Store) GetName() string

func (Store) GetSetFuncUrlParamNames

func (s Store) GetSetFuncUrlParamNames() []string

func (Store) Select

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

Jump to

Keyboard shortcuts

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