tebakaja's picture
deployment
03c0050
raw
history blame
83 Bytes
package loaders
type SectorsWrapper struct {
Sectors []string `json:"sectors"`
}