mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-12 03:05:14 +00:00
updates
This commit is contained in:
@@ -11,7 +11,7 @@ proto:
|
||||
|
||||
docs:
|
||||
protoc --openapi_out=. --proto_path=. --micro_out=. --go_out=:. proto/chats.proto
|
||||
@redoc-cli bundle api-protobuf.json
|
||||
@redoc-cli bundle api-chats.json
|
||||
|
||||
.PHONY: build
|
||||
build:
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,7 +1,9 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package chats;
|
||||
|
||||
option go_package = "proto;chats";
|
||||
|
||||
import "google/protobuf/timestamp.proto";
|
||||
import "google/protobuf/wrappers.proto";
|
||||
|
||||
@@ -57,4 +59,4 @@ message ListMessagesRequest {
|
||||
|
||||
message ListMessagesResponse {
|
||||
repeated Message messages = 1;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user