Initial commit.
This commit is contained in:
11
outputters/outputinterface/outputinterface.go
Normal file
11
outputters/outputinterface/outputinterface.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package outputinterface
|
||||
|
||||
import (
|
||||
// local
|
||||
"go.dev.pztrn.name/glp/structs"
|
||||
)
|
||||
|
||||
// Interface is a generic output writer interface.
|
||||
type Interface interface {
|
||||
Write(deps []*structs.Dependency, outFile string)
|
||||
}
|
Reference in New Issue
Block a user