requests

package
v0.0.0-...-4468414 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ClientReq

type ClientReq struct {
	ClientId *int64 `uri:"clientId" binding:"required"`
}

func (ClientReq) Query

func (r ClientReq) Query() models.DataQuery

type JobReq

type JobReq struct {
	JobId int64 `header:"jobId" binding:"required"`
}

type UserReq

type UserReq struct {
	ClientId *int64 `uri:"clientId" binding:"required"`
	UserId   *int64 `uri:"userId" binding:"required"`
}

func (UserReq) Query

func (r UserReq) Query() models.DataQuery

Jump to

Keyboard shortcuts

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