domain

package
v0.0.0-...-d941976 Latest Latest
Warning

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

Go to latest
Published: May 12, 2021 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ListQuery

type ListQuery struct {
	Limit      int
	Offset     int
	Order      *QueryOrder
	Conditions []*QueryCondition
}

ListQuery - 一覧取得時のクエリ用構造体

type QueryCondition

type QueryCondition struct {
	Field    string
	Operator string // ==, !=, >、>=, <=, <, IN, LIKE, BETWEEN
	Value    interface{}
}

QueryCondition - 絞り込み用の構造体

type QueryOrder

type QueryOrder struct {
	By        string
	Direction string
}

QueryOrder - ソート用の構造体

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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