protoc-gen-go-micro/examples/time/output/time.go
2017-06-08 16:40:52 +02:00

10 lines
223 B
Go

// Code generated by protoc-gen-gotemplate
package foo
import (
"github.com/golang/protobuf/ptypes/timestamp"
)
type Repository interface {
GetFoo(timestamp *timestamp.Timestamp ) (*timestamp.Timestamp, error)
}