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