Files
onepanel/pkg/service_types.go
2020-08-05 11:00:32 -07:00

9 lines
225 B
Go

package v1
// Service represents an installable "service" added to the system.
// This can be something like modeldb, or some other service that complements the main system.
type Service struct {
Name string
URL string
}