add new proto
This commit is contained in:
parent
3bf6876365
commit
bd480e875a
1327
grpcapi/agenda.pb.go
1327
grpcapi/agenda.pb.go
File diff suppressed because it is too large
Load Diff
|
@ -81,10 +81,11 @@ message DeleteSubscriptionRequest {
|
||||||
|
|
||||||
message DeleteSubscriptionResponse {
|
message DeleteSubscriptionResponse {
|
||||||
bool ok = 41;
|
bool ok = 41;
|
||||||
|
}
|
||||||
message UpdateEventRequest {
|
message UpdateEventRequest {
|
||||||
Event event = 32;
|
Event event = 52;
|
||||||
}
|
}
|
||||||
|
|
||||||
message UpdateEventResponse {
|
message UpdateEventResponse {
|
||||||
Event event = 33;
|
Event event = 53;
|
||||||
}
|
}
|
|
@ -1,7 +1,6 @@
|
||||||
// Code generated by protoc-gen-go-grpc. DO NOT EDIT.
|
// Code generated by protoc-gen-go-grpc. DO NOT EDIT.
|
||||||
// versions:
|
// versions:
|
||||||
// - protoc-gen-go-grpc v1.2.0
|
// - protoc-gen-go-grpc v1.2.0
|
||||||
// - protoc v3.21.12
|
|
||||||
// - protoc v3.12.4
|
// - protoc v3.12.4
|
||||||
// source: agenda.proto
|
// source: agenda.proto
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue