Files
frontier/pkg/frontlas/repo/model_service.go
2024-05-07 20:45:09 +08:00

10 lines
221 B
Go

package repo
// key: serviceID; value: Service
type Service struct {
Service string `json:"service"`
FrontierID string `json:"frontier_id"`
Addr string `json:"addr"`
UpdateTime int64 `json:"update_time"`
}