mirror of
https://github.com/anchore/syft.git
synced 2025-11-17 08:23:15 +01:00
8 lines
115 B
Go
8 lines
115 B
Go
package ui
|
|
|
|
import (
|
|
"github.com/wagoodman/go-partybus"
|
|
)
|
|
|
|
type UI func(<-chan error, *partybus.Subscription) int
|