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. Expand ▾ Collapse ▴ Directories ¶ Show internal Expand all Path Synopsis hypothesis-interface github.com/StandardRunbook/hypothesis shared Click to show internal directories. Click to hide internal directories.