datatype

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Oct 16, 2021 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Array

type Array struct {
}

func (Array) GetSlicedItemsAndCount

func (a Array) GetSlicedItemsAndCount(data interface{}, start, end, pageSize int) (interface{}, int, error)

type GORM added in v0.1.0

type GORM struct {
}

func (GORM) GetSlicedItemsAndCount added in v0.1.0

func (g GORM) GetSlicedItemsAndCount(data interface{}, start, end, pageSize int) (interface{}, int, error)

type IDatatype

type IDatatype interface {
	GetSlicedItemsAndCount(data interface{}, start, end, pageSize int) (interface{}, int, error)
}

Jump to

Keyboard shortcuts

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