File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
internal/data/internal/models Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -32,15 +32,15 @@ func GetModels() []interface{} {
3232 & modelgebura.StoreApp {},
3333 & modelgebura.StoreAppBinary {},
3434
35- & modelfeed.Feed {},
36- & modelfeed.Item {},
37-
3835 & modelyesod.FeedConfig {},
3936 & modelyesod.FeedActionSet {},
4037 & modelyesod.FeedConfigAction {},
4138 & modelyesod.FeedItemCollection {},
4239 & modelyesod.FeedItemCollectionFeedItem {},
4340
41+ & modelfeed.Feed {},
42+ & modelfeed.Item {},
43+
4444 & modelnetzach.NotifyFlow {},
4545 & modelnetzach.NotifyFlowSource {},
4646 & modelnetzach.NotifyFlowTarget {},
Original file line number Diff line number Diff line change @@ -35,9 +35,9 @@ func main() {
3535 log .Info ("[Client] Test gebura begin" )
3636 c .TestGebura (ctx )
3737 log .Info ("[Client] Test gebura finish" )
38- log .Info ("[Client] Test yesod begin" )
39- c .TestYesod (ctx )
40- log .Info ("[Client] Test yesod finish" )
38+ // log.Info("[Client] Test yesod begin")
39+ // c.TestYesod(ctx)
40+ // log.Info("[Client] Test yesod finish")
4141
4242 log .Info ("[Client] All test finished" )
4343}
You can’t perform that action at this time.
0 commit comments