greatape/app/commands/spi/echo.go

8 wiersze
182 B
Go

package spi
import . "github.com/reiver/greatape/components/contracts"
func Echo(x IDispatcher, document IDocument) (IEchoResult, error) {
return x.NewEchoResult(document), nil
}