mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-02-21 00:42:33 -05:00
5 lines
62 B
Go
5 lines
62 B
Go
package core
|
|
|
|
type closer interface {
|
|
Closer(func() error)
|
|
}
|