protoc-gen-go-micro/examples/time/output/time.go

10 lines
223 B
Go
Raw Normal View History

2017-06-08 17:40:52 +03:00
// 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)
}