esutils

package
v0.0.0-...-4beed30 Latest Latest
Warning

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

Go to latest
Published: Jun 20, 2024 License: AGPL-3.0 Imports: 4 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ProcessGreetHandler

func ProcessGreetHandler(ctx *fasthttp.RequestCtx)

Types

type ResolveAliasEntry

type ResolveAliasEntry struct {
	Name    string   `json:"name"`
	Indices []string `json:"indices"`
}

type ResolveIndexEntry

type ResolveIndexEntry struct {
	Name       string   `json:"name"`
	Attributes []string `json:"attributes"`
	Aliases    []string `json:"aliases"`
}

type ResolveResponse

type ResolveResponse struct {
	IndicesEntries []ResolveIndexEntry `json:"indices"`
	AliasesEntries []ResolveAliasEntry `json:"aliases"`
}

Jump to

Keyboard shortcuts

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