mirror of
https://github.com/netbirdio/dex.git
synced 2026-05-22 18:43:53 -07:00
spelling: every time
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
+1
-1
@@ -957,7 +957,7 @@ type VersionResp struct {
|
||||
|
||||
// Semantic version of the server.
|
||||
Server string `protobuf:"bytes,1,opt,name=server,proto3" json:"server,omitempty"`
|
||||
// Numeric version of the API. It increases everytime a new call is added to the API.
|
||||
// Numeric version of the API. It increases every time a new call is added to the API.
|
||||
// Clients should use this info to determine if the server supports specific features.
|
||||
Api int32 `protobuf:"varint,2,opt,name=api,proto3" json:"api,omitempty"`
|
||||
}
|
||||
|
||||
+1
-1
@@ -112,7 +112,7 @@ message VersionReq {}
|
||||
message VersionResp {
|
||||
// Semantic version of the server.
|
||||
string server = 1;
|
||||
// Numeric version of the API. It increases everytime a new call is added to the API.
|
||||
// Numeric version of the API. It increases every time a new call is added to the API.
|
||||
// Clients should use this info to determine if the server supports specific features.
|
||||
int32 api = 2;
|
||||
}
|
||||
|
||||
+1
-1
@@ -957,7 +957,7 @@ type VersionResp struct {
|
||||
|
||||
// Semantic version of the server.
|
||||
Server string `protobuf:"bytes,1,opt,name=server,proto3" json:"server,omitempty"`
|
||||
// Numeric version of the API. It increases everytime a new call is added to the API.
|
||||
// Numeric version of the API. It increases every time a new call is added to the API.
|
||||
// Clients should use this info to determine if the server supports specific features.
|
||||
Api int32 `protobuf:"varint,2,opt,name=api,proto3" json:"api,omitempty"`
|
||||
}
|
||||
|
||||
+1
-1
@@ -112,7 +112,7 @@ message VersionReq {}
|
||||
message VersionResp {
|
||||
// Semantic version of the server.
|
||||
string server = 1;
|
||||
// Numeric version of the API. It increases everytime a new call is added to the API.
|
||||
// Numeric version of the API. It increases every time a new call is added to the API.
|
||||
// Clients should use this info to determine if the server supports specific features.
|
||||
int32 api = 2;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user