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

11 lines
215 B
Go
Raw Normal View History

2017-06-08 17:40:52 +03:00
// Code generated by protoc-gen-gotemplate
package foo
import (
2019-01-19 22:01:03 +03:00
"github.com/golang/protobuf/ptypes/timestamp"
2017-06-08 17:40:52 +03:00
)
type Repository interface {
2019-01-19 22:01:03 +03:00
GetFoo(timestamp *timestamp.Timestamp) (*timestamp.Timestamp, error)
}