types

package
v0.0.0-...-9de722a Latest Latest
Warning

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

Go to latest
Published: Sep 4, 2022 License: AGPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DataResponse

type DataResponse struct {
	Code        int    `json:"code"`
	Message     string `json:"message"`
	Ok          bool   `json:"ok"`
	Result      any    `json:"result"`
	TimeTaken   int    `json:"time_taken"`
	Title       string `json:"title"`
	Description string `json:"description"`
}

type RootResponse

type RootResponse struct {
	Ok      bool   `json:"ok"`
	Message string `json:"message"`
	Uptime  string `json:"uptime"`
	Version string `json:"version"`
}

Jump to

Keyboard shortcuts

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