netboxgo/netbox.go

6 lines
61 B
Go
Raw Normal View History

2019-09-10 22:32:20 +02:00
package netboxclient
type NetBox struct {
RootURL string
}