Simplified template renderer parsing and execution.

This commit is contained in:
mikestefanello 2022-01-19 09:14:18 -05:00
parent e8d73421aa
commit 22cece2d01
8 changed files with 323 additions and 221 deletions

View file

@ -51,7 +51,7 @@ func TestCacheClient(t *testing.T) {
Flush().
Group(group).
Key(key).
Exec(context.Background())
Execute(context.Background())
require.NoError(t, err)
// The data should be gone
@ -81,7 +81,7 @@ func TestCacheClient(t *testing.T) {
err = c.Cache.
Flush().
Tags("tag1").
Exec(context.Background())
Execute(context.Background())
require.NoError(t, err)
// The data should be gone