request

package
v0.0.0-...-38e5134 Latest Latest
Warning

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

Go to latest
Published: Feb 11, 2022 License: MIT Imports: 0 Imported by: 0

Documentation

Overview

Package request @program: arco-design-pro-gin @author: [lliuhuan](https://github.com/lliuhuan) @create: 2021-12-10 17:46

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GetAuthorityId

type GetAuthorityId struct {
	AuthorityId string `json:"authorityId" form:"authorityId"` // 角色ID
}

GetAuthorityId Get role by id structure

type GetById

type GetById struct {
	ID float64 `json:"id" form:"id" uri:"id"` // 主键ID
}

GetById Find by id structure

func (*GetById) Uint

func (r *GetById) Uint() uint

type GetByIds

type GetByIds struct {
	IDS []float64 `json:"ids" form:"ids"` // 主键ID
}

GetByIds Find by id structure

type IdsReq

type IdsReq struct {
	Ids []int `json:"ids" form:"ids"`
}

type PageInfo

type PageInfo struct {
	Page     int `json:"page" form:"page"`         // 页码
	PageSize int `json:"pageSize" form:"pageSize"` // 每页大小
}

PageInfo Paging common input parameter structure

Jump to

Keyboard shortcuts

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