rest

package
v1.11.2 Latest Latest
Warning

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

Go to latest
Published: Nov 25, 2025 License: GPL-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 Result

type Result struct {
	// GUID represents a unique identifier for a session. It is a string field used in the Result struct
	// and is also annotated with the json tag "session".
	GUID string `json:"session"`

	// Object represents a string field used in the Result struct. It is annotated with the json tag "object".
	Object string `json:"object"`

	// Operation represents a string field used in the Result struct. It is annotated with the json tag "operation".
	Operation string `json:"operation"`

	// Result represents the result field in the Result struct. It can hold any type of value.
	// The field is annotated with the json tag "result".
	Result any `json:"result"`
}

Result is a handleAuthentication JSON result object for the Nauthilus REST API.

Jump to

Keyboard shortcuts

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