package main import () type page struct { Domain string `json:"domain"` Path string `json:"path"` IsLocked bool `json:"isLocked"` }