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 {
|
||||
return err
|
||||
}
|
||||
fmt.Println(form)
|
||||
query := form.Encode()
|
||||
fmt.Println(query)
|
||||
return nil
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue