mirror of
https://github.com/kevin-DL/m3o-go.git
synced 2026-01-11 18:44:26 +00:00
Commit from m3o/m3o action
This commit is contained in:
2
cache/cache.go
vendored
2
cache/cache.go
vendored
@@ -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"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user