go-translator/api/worker/target.go
2018-04-03 08:26:51 +02:00

6 строки
118 Б
Go

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