spelling: existing
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
parent
0288864da7
commit
8905fb4a65
@ -281,7 +281,7 @@ func (m *DeleteClientResp) GetNotFound() bool {
|
|||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
|
|
||||||
// UpdateClientReq is a request to update an exisitng client.
|
// UpdateClientReq is a request to update an existing client.
|
||||||
type UpdateClientReq struct {
|
type UpdateClientReq struct {
|
||||||
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
|
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
|
||||||
RedirectUris []string `protobuf:"bytes,2,rep,name=redirect_uris,json=redirectUris,proto3" json:"redirect_uris,omitempty"`
|
RedirectUris []string `protobuf:"bytes,2,rep,name=redirect_uris,json=redirectUris,proto3" json:"redirect_uris,omitempty"`
|
||||||
|
@ -36,7 +36,7 @@ message DeleteClientResp {
|
|||||||
bool not_found = 1;
|
bool not_found = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
// UpdateClientReq is a request to update an exisitng client.
|
// UpdateClientReq is a request to update an existing client.
|
||||||
message UpdateClientReq {
|
message UpdateClientReq {
|
||||||
string id = 1;
|
string id = 1;
|
||||||
repeated string redirect_uris = 2;
|
repeated string redirect_uris = 2;
|
||||||
|
@ -281,7 +281,7 @@ func (m *DeleteClientResp) GetNotFound() bool {
|
|||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
|
|
||||||
// UpdateClientReq is a request to update an exisitng client.
|
// UpdateClientReq is a request to update an existing client.
|
||||||
type UpdateClientReq struct {
|
type UpdateClientReq struct {
|
||||||
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
|
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
|
||||||
RedirectUris []string `protobuf:"bytes,2,rep,name=redirect_uris,json=redirectUris,proto3" json:"redirect_uris,omitempty"`
|
RedirectUris []string `protobuf:"bytes,2,rep,name=redirect_uris,json=redirectUris,proto3" json:"redirect_uris,omitempty"`
|
||||||
|
@ -36,7 +36,7 @@ message DeleteClientResp {
|
|||||||
bool not_found = 1;
|
bool not_found = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
// UpdateClientReq is a request to update an exisitng client.
|
// UpdateClientReq is a request to update an existing client.
|
||||||
message UpdateClientReq {
|
message UpdateClientReq {
|
||||||
string id = 1;
|
string id = 1;
|
||||||
repeated string redirect_uris = 2;
|
repeated string redirect_uris = 2;
|
||||||
|
@ -226,7 +226,7 @@ func TestCheckCost(t *testing.T) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Attempts to list and revoke an exisiting refresh token.
|
// Attempts to list and revoke an existing refresh token.
|
||||||
func TestRefreshToken(t *testing.T) {
|
func TestRefreshToken(t *testing.T) {
|
||||||
logger := &logrus.Logger{
|
logger := &logrus.Logger{
|
||||||
Out: os.Stderr,
|
Out: os.Stderr,
|
||||||
|
Reference in New Issue
Block a user