internal

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Apr 26, 2023 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func HandlePageableArgs

func HandlePageableArgs(query string, pageable DbPageable) string

Types

type DbPageable

type DbPageable struct {
	Limit  *int
	Offset *int
	Sort   []DbSortArg
}

type DbSortArg

type DbSortArg struct {
	Column string
	Order  string
}

Directories

Path Synopsis
pkg

Jump to

Keyboard shortcuts

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