mirror of
https://github.com/elyby/chrly.git
synced 2025-01-05 11:41:49 +05:30
Rename ely field into chrly
This commit is contained in:
parent
a9f5632743
commit
055f3ce6c0
@ -11,7 +11,6 @@ import (
|
|||||||
type signedTexturesResponse struct {
|
type signedTexturesResponse struct {
|
||||||
Id string `json:"id"`
|
Id string `json:"id"`
|
||||||
Name string `json:"name"`
|
Name string `json:"name"`
|
||||||
IsEly bool `json:"ely,omitempty"`
|
|
||||||
Props []property `json:"properties"`
|
Props []property `json:"properties"`
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -41,8 +40,8 @@ func (cfg *Config) SignedTextures(response http.ResponseWriter, request *http.Re
|
|||||||
Value: rec.MojangTextures,
|
Value: rec.MojangTextures,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
Name: "ely",
|
Name: "chrly",
|
||||||
Value: "but why are you asking?",
|
Value: "how do you tame a horse in Minecraft?",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
@ -41,8 +41,8 @@ func TestConfig_SignedTextures(t *testing.T) {
|
|||||||
"value": "mocked textures base64"
|
"value": "mocked textures base64"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "ely",
|
"name": "chrly",
|
||||||
"value": "but why are you asking?"
|
"value": "how do you tame a horse in Minecraft?"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}`, string(response))
|
}`, string(response))
|
||||||
|
Loading…
Reference in New Issue
Block a user