coresetfunc

package
v0.3.39 Latest Latest
Warning

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

Go to latest
Published: May 8, 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 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) GetName

func (s Store) GetName() string

func (Store) GetPlan added in v0.3.28

func (s Store) GetPlan() lysmeta.Plan

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