plugin-interface

module
v1.0.7 Latest Latest
Warning

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

Go to latest
Published: Oct 1, 2024 License: Apache-2.0

README

plugin-interface

All plugins must follow this interface:

type IPlugin interface {
	Init() error
	Name() string
	Version() string
	Run() error
	ParseOutput() string
}

You need to have installed protobuf before you run any commands in the Makefile.
For example, if you're using a mac, please run brew install protobuf before running make install.

Directories

Path Synopsis
hypothesis-interface

Jump to

Keyboard shortcuts

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