search

package
v1.0.6 Latest Latest
Warning

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

Go to latest
Published: Jul 16, 2020 License: LGPL-3.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AuthRequest added in v1.0.5

type AuthRequest struct {
	Request
	Username string `json:"username"`
	Password string `json:"password"`
}

type Request

type Request struct {
	Command string `json:"command"`
	Session int    `json:"session"`
}

type Response

type Response struct {
	Request
	Result bool   `json:"result"`
	Error  string `json:"error"`
}

Jump to

Keyboard shortcuts

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