change hash to etag

This commit is contained in:
Maidul Islam
2024-03-01 02:11:50 -05:00
parent 5c40b538af
commit a0ea2627ed

View File

@@ -20,7 +20,6 @@ type LoggedInUser struct {
Domain string `json:"domain"`
}
type SingleEnvironmentVariable struct {
Key string `json:"key"`
Value string `json:"value"`
@@ -37,7 +36,7 @@ type SingleEnvironmentVariable struct {
type PlaintextSecretResult struct {
Secrets []SingleEnvironmentVariable
Hash string
Etag string
}
type SingleFolder struct {