gmessages/libgm/cache/settings.go

8 lines
177 B
Go
Raw Normal View History

2023-06-30 09:54:08 +00:00
package cache
type Settings struct {
CarrierName string `json:"carrierName,omitempty"`
HexHash string `json:"hexHash,omitempty"`
Version string `json:"version,omitempty"`
}