cmd

package
v0.1.8 Latest Latest
Warning

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

Go to latest
Published: Jan 27, 2025 License: GPL-3.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Execute

func Execute()

Types

type Chapter added in v0.1.8

type Chapter struct {
	Name        string   `json:"name"`
	Content     string   `json:"content"`
	Number      []int    `json:"number"`
	SubItems    []string `json:"sub_items"`
	Path        string   `json:"path"`
	SourcePath  string   `json:"source_path"`
	ParentNames []string `json:"parent_names"`
}

type Config added in v0.1.8

type Config struct {
	Sections      []Section `json:"sections"`
	NonExhaustive *string   `json:"__non_exhaustive"`
}

type Connections

type Connections struct {
	// contains filtered or unexported fields
}

type Section added in v0.1.8

type Section struct {
	Chapter Chapter `json:"Chapter"`
}

Jump to

Keyboard shortcuts

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