core

package
v0.7.2 Latest Latest
Warning

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

Go to latest
Published: Jun 15, 2026 License: Apache-2.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 {
	Status    string `json:"status"`
	Namespace string `json:"namespace"`
	Command   string `json:"command"`
	File      string `json:"file"`
	View      View   `json:"view"`
	Body      string `json:"body"`
}

type View

type View string
const (
	ViewTiny    View = "tiny"
	ViewCompact View = "compact"
	ViewDetail  View = "detail"
)

func (View) Valid

func (v View) Valid() bool

Jump to

Keyboard shortcuts

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