engine: resources, graph: Change the Close method to Cleanup
This also changes a few similarly named methods. Clearer what it's doing in terms of cleanup vs. causing some action.
This commit is contained in:
@@ -178,7 +178,7 @@ type testEngineRes struct {
|
||||
|
||||
func (t *testEngineRes) CheckApply(bool) (bool, error) { return false, nil }
|
||||
|
||||
func (t *testEngineRes) Close() error { return nil }
|
||||
func (t *testEngineRes) Cleanup() error { return nil }
|
||||
|
||||
func (t *testEngineRes) Cmp(engine.Res) error { return nil }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user