tool

package
v0.0.0-...-aa0d0d3 Latest Latest
Warning

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

Go to latest
Published: May 22, 2022 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Category

type Category struct {
	Name  string `mapstructure:"name"`
	Tools []Tool `mapstructure:"tools"`
}

type Tool

type Tool struct {
	Name        string `mapstructure:"name"`
	Description string `mapstructure:"description"`
	URL         string `mapstructure:"url"`
}

type ToolboxApp

type ToolboxApp interface {
	List() (files []string, err error)
	Read(filename string) (list []Category, err error)
}

func NewToolboxApp

func NewToolboxApp(path, key string) ToolboxApp

Jump to

Keyboard shortcuts

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