implement everything in Func but add the additional requirements Done tells the function that it will never be called again. This will get called a maximum of once, and before Cleanup is called if it is present.
()
| 215 | // get called a maximum of once, and before Cleanup is called if it is |
| 216 | // present. |
| 217 | Done() error // TODO: Should we return an error? |
| 218 | } |
| 219 | |
| 220 | // BuildableFunc is an interface for functions which need a Build or Check step. |
no outgoing calls