2020-07-08 23:31:19 +02:00

10 lines
209 B
Go

// Code generated by protoc-gen-gotemplate
package foo
import (
"github.com/golang/protobuf/ptypes/timestamp"
)
type Repository interface {
GetFoo(timestamp *timestamp.Timestamp ) (string, error)
}