Query.
This commit is contained in:
parent
45f1db6263
commit
7f3a92bc64
1 changed files with 2 additions and 1 deletions
|
@ -116,7 +116,8 @@ func (i *Dcim_Interfaces_List) ListInterfaces(n *NetBox, f *InterfaceFilter) err
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
fmt.Println(form)
|
query := form.Encode()
|
||||||
|
fmt.Println(query)
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue