rest

package
v0.1.0 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GreetingV1

type GreetingV1 struct {
	Id      uint32 `json:"id"`
	Content string `json:"content"`
}

type HealthV1

type HealthV1 struct {
	Status   string `json:"status"`
	Requests int    `json:"requests"`
}

type KVPairV1

type KVPairV1 struct {
	Key   string `json:"key"`
	Value string `json:"value"`
}

type KVUpdateV1

type KVUpdateV1 struct {
	Key  string `json:"key"`
	Type string `json:"type"`
}

Jump to

Keyboard shortcuts

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