Skip to content

Commit

Permalink
Remove unused proto message
Browse files Browse the repository at this point in the history
  • Loading branch information
hyun98 committed Jul 22, 2024
1 parent 9736e8f commit 977ecf8
Show file tree
Hide file tree
Showing 7 changed files with 121 additions and 188 deletions.
5 changes: 0 additions & 5 deletions api/docs/yorkie/v1/admin.openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -859,11 +859,6 @@ components:
type: string
title: GetSnapshotMetaResponse
type: object
yorkie.v1.GetVersionRequest:
additionalProperties: false
description: ""
title: GetVersionRequest
type: object
yorkie.v1.JSONElementSimple:
additionalProperties: false
description: ""
Expand Down
280 changes: 113 additions & 167 deletions api/yorkie/v1/admin.pb.go

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions api/yorkie/v1/admin.proto
Original file line number Diff line number Diff line change
Expand Up @@ -168,10 +168,6 @@ message ListChangesResponse {
repeated Change changes = 1;
}

message GetVersionRequest {

}

message GetServerVersionResponse {
string yorkie_version = 1;
string go_version = 2;
Expand Down
5 changes: 2 additions & 3 deletions api/yorkie/v1/resources.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions api/yorkie/v1/v1connect/admin.connect.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions api/yorkie/v1/v1connect/yorkie.connect.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions api/yorkie/v1/yorkie.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 977ecf8

Please sign in to comment.