mirror of
https://github.com/speatzle/nfsense.git
synced 2025-05-11 02:48:21 +00:00
6 lines
136 B
Go
6 lines
136 B
Go
package object
|
|
|
|
type Object struct {
|
|
Addresses map[string]Address `json:"addresses"`
|
|
Services map[string]Service `json:"services"`
|
|
}
|