summaryrefslogtreecommitdiff
path: root/output/interface.go
blob: c6ee3f6fac325de3752986d055f3211fa3302738 (plain)
1
2
3
4
5
6
7
package output

import "github.com/Shugyousha/stasher/work"

type Output interface {
       Output(*work.Work)
}