Commit from m3o/m3o action

This commit is contained in:
m3o-actions
2022-02-18 20:39:45 +00:00
parent 241a2e8253
commit 9218ed3365
23 changed files with 1137 additions and 1139 deletions

2
cache/cache.go vendored
View File

@@ -98,8 +98,6 @@ type DeleteResponse struct {
}
type GetRequest struct {
// Specify a default value returned in the event the value does not exist
DefaultValue string `json:"default_value"`
// The key to retrieve
Key string `json:"key"`
}