Files
tweetdistributor/output/output.go
2025-03-15 19:07:16 +09:00

6 lines
72 B
Go

package output
type OutputInterface interface {
Write(string) error
}