forked from mystiq/dex
spelling: from
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
parent
8905fb4a65
commit
3352e4e74f
4 changed files with 4 additions and 4 deletions
|
@ -353,7 +353,7 @@ func (m *UpdateClientReq) GetLogoUrl() string {
|
|||
return ""
|
||||
}
|
||||
|
||||
// UpdateClientResp returns the reponse form updating a client.
|
||||
// UpdateClientResp returns the reponse from updating a client.
|
||||
type UpdateClientResp struct {
|
||||
NotFound bool `protobuf:"varint,1,opt,name=not_found,json=notFound,proto3" json:"not_found,omitempty"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
|
|
|
@ -45,7 +45,7 @@ message UpdateClientReq {
|
|||
string logo_url = 5;
|
||||
}
|
||||
|
||||
// UpdateClientResp returns the reponse form updating a client.
|
||||
// UpdateClientResp returns the reponse from updating a client.
|
||||
message UpdateClientResp {
|
||||
bool not_found = 1;
|
||||
}
|
||||
|
|
|
@ -353,7 +353,7 @@ func (m *UpdateClientReq) GetLogoUrl() string {
|
|||
return ""
|
||||
}
|
||||
|
||||
// UpdateClientResp returns the reponse form updating a client.
|
||||
// UpdateClientResp returns the reponse from updating a client.
|
||||
type UpdateClientResp struct {
|
||||
NotFound bool `protobuf:"varint,1,opt,name=not_found,json=notFound,proto3" json:"not_found,omitempty"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
|
|
|
@ -45,7 +45,7 @@ message UpdateClientReq {
|
|||
string logo_url = 5;
|
||||
}
|
||||
|
||||
// UpdateClientResp returns the reponse form updating a client.
|
||||
// UpdateClientResp returns the reponse from updating a client.
|
||||
message UpdateClientResp {
|
||||
bool not_found = 1;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue