mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-15 04:24:44 +00:00
Commit from GitHub Actions (Generate Clients & Examples)
This commit is contained in:
2
examples/cache/delete/go/deleteAValue.go
vendored
2
examples/cache/delete/go/deleteAValue.go
vendored
@@ -7,7 +7,7 @@ import (
|
||||
"github.com/micro/services/clients/go/cache"
|
||||
)
|
||||
|
||||
// Delete a value from the cache
|
||||
// Delete a value from the cache. If key not found a success response is returned.
|
||||
func DeleteAvalue() {
|
||||
cacheService := cache.NewCacheService(os.Getenv("MICRO_API_TOKEN"))
|
||||
rsp, err := cacheService.Delete(&cache.DeleteRequest{
|
||||
|
||||
Reference in New Issue
Block a user