go-translator/business/worker/target.go
2018-03-14 15:24:03 +01:00

6 строки
118 Б
Go

package worker
// Target stores the result of the transformation process.
type Target interface {
String() string
}