types

package
v0.0.0-...-7b34d14 Latest Latest
Warning

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

Go to latest
Published: Jul 7, 2020 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const TaglineKuma = "Kuma"

Variables

View Source
var InvalidPageSize = errors.New("Invalid page size")
View Source
var PaginationNotSupported = errors.New("Pagination and filtering at the same time is not supported")

Functions

func IsMaxPageSizeExceeded

func IsMaxPageSizeExceeded(err error) bool

func NewMaxPageSizeExceeded

func NewMaxPageSizeExceeded(pageSize, limit int) error

Types

type IndexResponse

type IndexResponse struct {
	Hostname string `json:"hostname"`
	Tagline  string `json:"tagline"`
	Version  string `json:"version"`
}

Jump to

Keyboard shortcuts

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