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