blob: 159f03ae54c28da2834039c519399a801b4afa69 [file] [log] [blame]
package networks
type APIVersion struct {
Status string
ID string
}
type APIResource struct {
Name string
Collection string
}