godisApi

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

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

Go to latest
Published: Nov 11, 2021 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FlushResult

type FlushResult struct {
	Success bool `json:"success"`
}

type GetResult

type GetResult struct {
	Success bool   `json:"success"`
	Value   string `json:"value"`
}

type InternalError

type InternalError struct {
	Error string `json:"error"`
}

type SetRequest

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

type SetResult

type SetResult struct {
	Success bool `json:"success"`
}

Jump to

Keyboard shortcuts

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