adding package

This commit is contained in:
Ryan McKinley 2024-06-12 14:44:18 +03:00
parent 7b6e4d5da4
commit f8a2a83d59
2 changed files with 2 additions and 1 deletions

View File

@ -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.

View File

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