From 3eb210c9e50227206afe7f38c4bcded09399cf0d Mon Sep 17 00:00:00 2001 From: Kalle Carlbark Date: Tue, 13 Apr 2021 11:31:51 +0200 Subject: [PATCH] s/string/interface{} --- netbox_devices.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netbox_devices.go b/netbox_devices.go index 2123402..c4d93d5 100644 --- a/netbox_devices.go +++ b/netbox_devices.go @@ -159,7 +159,7 @@ type DcimDevicesList struct { DcimDeviceCountTimesLastRun interface{} `json:"dcim_device_count_times_last_run"` DcimDeviceImportVrfs interface{} `json:"dcim_device_import_vrfs"` DcimDeviceVrfTag interface{} `json:"dcim_device_vrf_tag"` - DcimDevicePod string `json:"dcim_device_pod"` + DcimDevicePod interface{} `json:"dcim_device_pod"` } `json:"custom_fields"` ConfigContext struct { AdditionalProp1 string `json:"additionalProp1"`