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