apply_block.go (
5
lines of code) (
raw
):
package golden type ApplyBlock interface { Block Apply() error }