diglist

package
v0.0.15 Latest Latest
Warning

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

Go to latest
Published: Apr 2, 2024 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Run

func Run(cmdCtx command.Context) error

Types

type Error

type Error struct {
	Count int    `yaml:"count"`
	Msg   string `yaml:"msg"`
}

type Rdata

type Rdata struct {
	Content []string `yaml:"content"`
	Count   int      `yaml:"count"`
}

type Result

type Result struct {
	Rdata  []Rdata `yaml:"rdata"`
	Errors []Error `yaml:"errors"`
}

type Return

type Return struct {
	Results []Result `yaml:"results"`
}

Jump to

Keyboard shortcuts

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