Files
schemas/ctl/types.go
T
2022-10-09 20:37:48 +02:00

12 lines
148 B
Go

package ctl
import "time"
type SubGraph struct {
Service string
URL *string
WSUrl *string
ChangedBy string
ChangedAt time.Time
}