bloat/types/carrier.go
2025-04-07 03:20:36 -06:00

5 lines
65 B
Go

package types
type Carrier struct {
Addr string `xml:"Addr"`
}