Commit from m3o/m3o action

This commit is contained in:
m3o-actions
2022-02-18 20:32:01 +00:00
parent 004c90663d
commit 241a2e8253
25 changed files with 1292 additions and 1290 deletions

2
cache/cache.go vendored
View File

@@ -98,6 +98,8 @@ 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"`
}