Commit from GitHub Actions (Generate Clients & Examples)

This commit is contained in:
domwong
2021-11-03 14:52:07 +00:00
parent bcf90159ac
commit 80fcc6a897
10 changed files with 14 additions and 14 deletions

View File

@@ -7,7 +7,7 @@ import (
"github.com/micro/services/clients/go/cache"
)
// Get an item from the cache by key
// Get an item from the cache by key. If key is not found, an empty response is returned.
func GetAvalue() {
cacheService := cache.NewCacheService(os.Getenv("MICRO_API_TOKEN"))
rsp, err := cacheService.Get(&cache.GetRequest{