structs

package
v0.13.11 Latest Latest
Warning

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

Go to latest
Published: Dec 18, 2024 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type QTable

type QTable struct {
	Headers []string   `json:"headers"`
	Rows    [][]string `json:"rows"`
}

type Server

type Server struct {
	ID          config.TargetID
	Description string
	Tags        []Tag
	Type        string
	Tables      []config.TargetTable
}

type Tag added in v0.11.0

type Tag struct {
	Name string
}

type User added in v0.9.0

type User struct {
	ID       config.UserID
	Username string
}

Jump to

Keyboard shortcuts

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