Create & Init Project...
This commit is contained in:
16
app/job/openplatform/open-sug/api/grpc/v1/BUILD.bazel
Normal file
16
app/job/openplatform/open-sug/api/grpc/v1/BUILD.bazel
Normal file
@ -0,0 +1,16 @@
|
||||
load("@io_bazel_rules_go//go:def.bzl", "go_library")
|
||||
load("@io_bazel_rules_go//proto:def.bzl", "go_proto_library")
|
||||
|
||||
filegroup(
|
||||
name = "package-srcs",
|
||||
srcs = glob(["**"]),
|
||||
tags = ["automanaged"],
|
||||
visibility = ["//visibility:private"],
|
||||
)
|
||||
|
||||
filegroup(
|
||||
name = "all-srcs",
|
||||
srcs = [":package-srcs"],
|
||||
tags = ["automanaged"],
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
1
app/job/openplatform/open-sug/api/grpc/v1/api.proto
Normal file
1
app/job/openplatform/open-sug/api/grpc/v1/api.proto
Normal file
@ -0,0 +1 @@
|
||||
syntax = "proto3";
|
1
app/job/openplatform/open-sug/api/http/api.md
Normal file
1
app/job/openplatform/open-sug/api/http/api.md
Normal file
@ -0,0 +1 @@
|
||||
# HTTP API文档
|
Reference in New Issue
Block a user