feat: initial commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package ctl
|
||||
|
||||
import "time"
|
||||
|
||||
type SubGraph struct {
|
||||
Service string
|
||||
URL *string
|
||||
WSUrl *string
|
||||
ChangedBy string
|
||||
ChangedAt time.Time
|
||||
}
|
||||
Reference in New Issue
Block a user