File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ func (g *SQLGraphLoader) Generate() (*registry.Package, error) {
44
44
return nil , err
45
45
}
46
46
47
- channels , err := g . GraphFromEntries (channelEntries )
47
+ channels , err := graphFromEntries (channelEntries )
48
48
if err != nil {
49
49
return nil , err
50
50
}
@@ -56,8 +56,8 @@ func (g *SQLGraphLoader) Generate() (*registry.Package, error) {
56
56
}, nil
57
57
}
58
58
59
- // GraphFromEntries builds the graph from a set of channel entries
60
- func ( g * SQLGraphLoader ) GraphFromEntries (channelEntries []registry.ChannelEntryAnnotated ) (map [string ]registry.Channel , error ) {
59
+ // graphFromEntries builds the graph from a set of channel entries
60
+ func graphFromEntries (channelEntries []registry.ChannelEntryAnnotated ) (map [string ]registry.Channel , error ) {
61
61
channels := map [string ]registry.Channel {}
62
62
63
63
type replaces map [registry.BundleKey ]map [registry.BundleKey ]struct {}
You can’t perform that action at this time.
0 commit comments