goipam/web/templates/structs.go

9 lines
123 B
Go

package templates
type IndexCounts struct {
SubnetCount int
AddressCount int
DeviceCount int
LocationCount int
}