16 lines
489 B
Protocol Buffer
16 lines
489 B
Protocol Buffer
syntax = "proto3";
|
|
package artistinfo;
|
|
option go_package = "./;artistinfoArtshow";
|
|
|
|
//import "validate.proto";
|
|
import public "google/protobuf/timestamp.proto";
|
|
// import "google/protobuf/empty.proto"; //使用 google.protobuf.Empty
|
|
|
|
// protoc -I . -I ./pb --proto_path=. --go_out=./pb/artistinfoStatement --go-triple_out=./pb/artistinfoStatement --validate_out="lang=go:./pb/artistinfoStatement" ./pb/artistinfoStatement.proto
|
|
service Statement {
|
|
//版权对账
|
|
|
|
|
|
//物权对账
|
|
|
|
} |