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