feat: initial commit
build / test (push) Successful in 9s
build / build (push) Successful in 10s
build / build-image (push) Successful in 1m4s

This commit is contained in:
2026-06-04 14:19:37 +02:00
commit cf961ab94f
28 changed files with 3036 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
// Package scoreboardv1 contains the generated gRPC/protobuf code for the
// scoreboard service.
//
// Regenerate with `go generate ./...` (requires protoc, protoc-gen-go and
// protoc-gen-go-grpc on PATH — install the latter two with:
//
// go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
// go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest
package scoreboardv1
//go:generate protoc --proto_path=../../../proto --go_out=../../.. --go_opt=module=git.mkz.me/mycroft/root-me-api --go-grpc_out=../../.. --go-grpc_opt=module=git.mkz.me/mycroft/root-me-api scoreboard/v1/scoreboard.proto