pkg/types/closer.go (
5
lines of code) (
raw
):
package types import "context" type Closer interface { Close(ctx context.Context) error }