add wildcard warnings (#5030)
Signed-off-by: Chris O'Haver <cohaver@infoblox.com>
This commit is contained in:
parent
e5ea3341fa
commit
744468ea78
3 changed files with 33 additions and 0 deletions
|
@ -86,6 +86,7 @@ var (
|
|||
errNoItems = errors.New("no items found")
|
||||
errNsNotExposed = errors.New("namespace is not exposed")
|
||||
errInvalidRequest = errors.New("invalid query name")
|
||||
wildCount uint64
|
||||
)
|
||||
|
||||
// Services implements the ServiceBackend interface.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue