Files
steampipe/pluginmanager/Makefile
kaidaguerre e0ff19a280 Update package naming to be consistent and follow Go standards. Closes #1282
General code spring cleaning:
* move file paths from `consts` package to `filepaths`
* move InitData and ExportData to query and control packages
2022-01-04 12:28:36 +00:00

4 lines
157 B
Makefile

#rebuild the protobuf type definitions
protoc:
protoc -I ./grpc/proto/ ./grpc/proto/plugin_manager.proto --go_out=./grpc/proto/ --go-grpc_out=./grpc/proto/