Skip to content
Snippets Groups Projects
Commit 377312bc authored by Yordan Kinkov's avatar Yordan Kinkov
Browse files

#2 skip dot import linter check in API design pkg

parent 5bced456
Branches
Tags
2 merge requests!3Create SET cache endpoint,!2Resolve "Create cache GET endpoint"
Pipeline #49727 passed
// nolint:revive
package design package design
import . "goa.design/goa/v3/dsl" import . "goa.design/goa/v3/dsl"
......
...@@ -26,7 +26,8 @@ func New(addr, user, pass string, db int, defaultTTL time.Duration) *Client { ...@@ -26,7 +26,8 @@ func New(addr, user, pass string, db int, defaultTTL time.Duration) *Client {
}) })
return &Client{ return &Client{
rdb: rdb, rdb: rdb,
defaultTTL: defaultTTL,
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment