handle google.protobuf.timestamp
This commit is contained in:
10
examples/time/output/time.go
Normal file
10
examples/time/output/time.go
Normal file
@@ -0,0 +1,10 @@
|
||||
// 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)
|
||||
}
|
Reference in New Issue
Block a user