[MM-37772] Idiomatic naming (URL, URI, API) (#18128)
* s/Url/URL/g & s/Uri/URI/g * s/Api/API/g
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
a7f5512ff3
Коммит
757dc96461
@@ -31,8 +31,8 @@ type SamlCertificateStatus struct {
|
||||
}
|
||||
|
||||
type SamlMetadataResponse struct {
|
||||
IdpDescriptorUrl string `json:"idp_descriptor_url"`
|
||||
IdpUrl string `json:"idp_url"`
|
||||
IdpDescriptorURL string `json:"idp_descriptor_url"`
|
||||
IdpURL string `json:"idp_url"`
|
||||
IdpPublicCertificate string `json:"idp_public_certificate"`
|
||||
}
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user