protoc-gen-go-micro/examples/time/output/time.go
Manfred Touron 36f4177b68
chore: lint
2019-01-19 20:01:03 +01:00

11 lines
215 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)
}