doc

package
v0.0.0-...-aa76af1 Latest Latest
Warning

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

Go to latest
Published: May 17, 2024 License: Apache-2.0 Imports: 6 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Generate

func Generate(path string)

Generate plugin doc to the path/category directory.

func Register

func Register(category, name string, doc Doc)

Register the doc description to the doc center.

Types

type Doc

type Doc interface {
	Description() string
}

Doc generates markdown doc with the exported field. If some field want to add comment, please use comment tag to describe it.

type FieldConfig

type FieldConfig struct {
	Name    string
	Type    string
	Comment string
	Default string
}

Jump to

Keyboard shortcuts

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