request

package
v0.0.0-...-5c42bcd Latest Latest
Warning

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

Go to latest
Published: Jan 10, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AccountSearch

type AccountSearch struct {
	patrol.Account
	StartCreatedAt *time.Time `json:"startCreatedAt" form:"startCreatedAt"`
	EndCreatedAt   *time.Time `json:"endCreatedAt" form:"endCreatedAt"`
	request.PageInfo
}

type CertificationRecordSearch

type CertificationRecordSearch struct {
	patrol.CertificationRecord
	StartCreatedAt *time.Time `json:"startCreatedAt" form:"startCreatedAt"`
	EndCreatedAt   *time.Time `json:"endCreatedAt" form:"endCreatedAt"`
	request.PageInfo
}

type IdentitySearch

type IdentitySearch struct {
	patrol.Identity
	StartCreatedAt *time.Time `json:"startCreatedAt" form:"startCreatedAt"`
	EndCreatedAt   *time.Time `json:"endCreatedAt" form:"endCreatedAt"`
	request.PageInfo
}

type PatrolItemSearch

type PatrolItemSearch struct {
	patrol.PatrolItem
	StartCreatedAt *time.Time `json:"startCreatedAt" form:"startCreatedAt"`
	EndCreatedAt   *time.Time `json:"endCreatedAt" form:"endCreatedAt"`
	request.PageInfo
}

type PatrolSiteSearch

type PatrolSiteSearch struct {
	patrol.PatrolSite
	StartCreatedAt *time.Time `json:"startCreatedAt" form:"startCreatedAt"`
	EndCreatedAt   *time.Time `json:"endCreatedAt" form:"endCreatedAt"`
	request.PageInfo
}

type PatrolTaskSearch

type PatrolTaskSearch struct {
	patrol.PatrolTask
	StartCreatedAt *time.Time `json:"startCreatedAt" form:"startCreatedAt"`
	EndCreatedAt   *time.Time `json:"endCreatedAt" form:"endCreatedAt"`
	request.PageInfo
}

type PersonnelQueryResult

type PersonnelQueryResult struct {
	Code    int                      `json:"code"`
	Message string                   `json:"message"`
	Data    PersonnelQueryResultData `json:"data"`
}

type PersonnelQueryResultData

type PersonnelQueryResultData struct {
	EndRow            int                `json:"endRow"`
	HasNextPage       bool               `json:"hasNextPage"`
	HasPreviousPage   bool               `json:"hasPreviousPage"`
	IsFirstPage       bool               `json:"isFirstPage"`
	IsLastPage        bool               `json:"isLastPage"`
	List              []patrol.Personnel `json:"list"`
	NavigateFirstPage int                `json:"navigateFirstPage"`
	NavigateLastPage  int                `json:"navigateLastPage"`
	NavigatePages     int                `json:"navigatePages"`
	NavigatepageNums  []int              `json:"navigatepageNums"`
	NextPage          int                `json:"nextPage"`
	PageNum           int                `json:"pageNum"`
	PageSize          int                `json:"pageSize"`
	Pages             int                `json:"pages"`
	PrePage           int                `json:"prePage"`
	Size              int                `json:"size"`
	StartRow          int                `json:"startRow"`
	Total             int                `json:"total"`
}

type PersonnelSearch

type PersonnelSearch struct {
	patrol.Personnel
	StartCreatedAt *time.Time `json:"startCreatedAt" form:"startCreatedAt"`
	EndCreatedAt   *time.Time `json:"endCreatedAt" form:"endCreatedAt"`
	request.PageInfo
}

Jump to

Keyboard shortcuts

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