7 lines
185 B
Go
7 lines
185 B
Go
package cache
|
|
|
|
type Settings struct {
|
|
CarrierName string `json:"carrierName,omitempty"`
|
|
HexHash string `json:"hexHash,omitempty"`
|
|
Version string `json:"version,omitempty"`
|
|
}
|