requests

package
v0.0.0-...-830f6a5 Latest Latest
Warning

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

Go to latest
Published: Feb 1, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Overview

requests is a place for request structs to be used for both database and handlers.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MultipleEventsRequest

type MultipleEventsRequest struct {
	Shallow       bool  `schema:"shallow"` // TODO: Unused
	PageNo        int32 `schema:"pageNo"`
	PageSize      int32 `schema:"pageSize"`
	PageStartItem int32 `schema:"pageStartItem"`
	Lazy          bool  `schema:"lazy"`
	Readable      bool  `schema:"readable"` // TODO: Unused
	Conditions    []query.Condition
}

type SingleEventRequest

type SingleEventRequest struct {
	Shallow bool `schema:"shallow"` // TODO: Unused
}

Jump to

Keyboard shortcuts

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