adding package

pull/89331/head
Ryan McKinley 11 months ago
parent 7b6e4d5da4
commit f8a2a83d59
  1. 2
      Makefile
  2. 1
      go.work

@ -379,7 +379,7 @@ protobuf: ## Compile protobuf definitions
# buf generate pkg/plugins/backendplugin/pluginextensionv2 --template pkg/plugins/backendplugin/pluginextensionv2/buf.gen.yaml
# buf generate pkg/plugins/backendplugin/secretsmanagerplugin --template pkg/plugins/backendplugin/secretsmanagerplugin/buf.gen.yaml
# buf generate pkg/services/store/entity --template pkg/services/store/entity/buf.gen.yaml
buf generate pkg/services/store/resource --template pkg/services/store/resource/buf.gen.yaml
buf generate pkg/storage/api --template pkg/storage/api/buf.gen.yaml
.PHONY: clean
clean: ## Clean up intermediate build artifacts.

@ -6,6 +6,7 @@ use (
./pkg/apiserver
./pkg/build/wire
./pkg/promlib
./pkg/storage/api
./pkg/util/xorm
)

Loading…
Cancel
Save