Files
schemas/ctl/types.go
T

12 lines
148 B
Go
Raw Normal View History

2022-10-09 15:23:52 +02:00
package ctl
import "time"
type SubGraph struct {
Service string
URL *string
WSUrl *string
ChangedBy string
ChangedAt time.Time
}