Skip to content

Commit

Permalink
Refactor package name and add CreateCache function
Browse files Browse the repository at this point in the history
  • Loading branch information
Walkmana-25 committed Sep 30, 2024
1 parent 5d2a60b commit bbc1f8b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions libanemos.go
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
package libanemos

import (
"github.com/redis/go-redis/v9"
"github.com/solufit/anemos-public-api-library/internal/cache"
)

func CreateCache(client *redis.Client, anemosData []interface{}) error {
return cache.CreateCache(client, anemosData)
}

0 comments on commit bbc1f8b

Please sign in to comment.