request

package
v1.7.8 Latest Latest
Warning

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

Go to latest
Published: Dec 26, 2025 License: MIT, Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	ID     string `json:"id,omitempty"`
	Secret string `json:"secret,omitempty"`
	Domain string `json:"domain,omitempty"`
	UserID string `json:"userID,omitempty"`
}

type Cursor

type Cursor[T any] = sqlx.Cursor[T]

type CursorAny

type CursorAny = Cursor[any]

type FilterMap

type FilterMap = sqlx.FilterExprMap

type Filters

type Filters = sqlx.FilterExprs

type Id

type Id struct {
	Id uint64 `json:"id"`
}

type List

type List = sqlx.List

type OauthReq

type OauthReq struct {
	ResponseType   string `json:"responseType,omitempty"`
	ClientID       string `json:"clientID,omitempty"`
	Scope          string `json:"scope,omitempty"`
	RedirectURI    string `json:"redirectURI,omitempty"`
	State          string `json:"state,omitempty"`
	UserID         string `json:"userID,omitempty"`
	AccessTokenExp int64  `json:"accessTokenExp,omitempty"`
	ClientSecret   string `json:"clientSecret,omitempty"`
	Code           string `json:"code,omitempty"`
	RefreshToken   string `json:"refreshToken,omitempty"`
	GrantType      string `json:"grantType,omitempty"`
	AccessType     string `json:"accessType,omitempty"`
	LoginURI       string `json:"loginURI,omitempty"`
}

type Pagination

type Pagination = clause.Pagination

type PaginationEmbedded

type PaginationEmbedded = clause.PaginationEmbedded

type Range

type Range[T any] = clause.Range[T]

type RangeAny

type RangeAny = Range[any]

type Sort

type Sort = sqlx.Sort

type Sorts added in v1.7.0

type Sorts = clause.Sorts

Jump to

Keyboard shortcuts

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