types

package
v1.3.0 Latest Latest
Warning

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

Go to latest
Published: Mar 2, 2026 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 ServerSummary

type ServerSummary struct {
	ID          string  `json:"id"`
	Name        string  `json:"name"`
	OS          *string `json:"os"`
	IsConnected bool    `json:"is_connected"`
}

ServerSummary is the nested server object returned in API responses.

type UserSummary

type UserSummary struct {
	ID    string `json:"id"`
	Name  string `json:"name"`
	Email string `json:"email"`
}

UserSummary is the nested user object returned in API responses.

Jump to

Keyboard shortcuts

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