engine, yamlgraph: Disable the old exported resources stuff
These were really just stubs so that I could prove out the reactive model very early, and I don't think they're really used anywhere. I'm also not really using the yamlgraph frontend. If someone wants any of that code, step up, or it will rot even more.
This commit is contained in:
@@ -1501,12 +1501,6 @@ func (obj *FileRes) UIDs() []engine.ResUID {
|
||||
// return fmt.Errorf("not possible at the moment")
|
||||
//}
|
||||
|
||||
// CollectPattern applies the pattern for collection resources.
|
||||
func (obj *FileRes) CollectPattern(pattern string) {
|
||||
// XXX: currently the pattern for files can only override the Dirname variable :P
|
||||
obj.Dirname = pattern // XXX: simplistic for now
|
||||
}
|
||||
|
||||
// UnmarshalYAML is the custom unmarshal handler for this struct. It is
|
||||
// primarily useful for setting the defaults.
|
||||
func (obj *FileRes) UnmarshalYAML(unmarshal func(interface{}) error) error {
|
||||
|
||||
Reference in New Issue
Block a user