Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Plugin ¶
type Plugin interface { // Proccess reads input stream data, proccesses files to add necessary tags and writes output. Proccess() error }
Plugin is simple plugin interface. It has Process func only. It reads input stream data, proccesses files to add necessary tags and writes output according to the following specification: https://github.com/golang/protobuf/blob/master/protoc-gen-go/plugin/plugin.proto
Click to show internal directories.
Click to hide internal directories.