goipam/web/templates/structs.go

9 lines
123 B
Go
Raw Normal View History

2024-02-22 20:52:37 +01:00
package templates
type IndexCounts struct {
SubnetCount int
AddressCount int
DeviceCount int
LocationCount int
}