feat: update protoc

This commit is contained in:
Manfred Touron
2020-07-08 23:31:19 +02:00
parent 014a8d4143
commit 7b16849798
9 changed files with 737 additions and 105 deletions

View File

@@ -2,9 +2,9 @@
package foo
import (
"github.com/golang/protobuf/ptypes/timestamp"
"github.com/golang/protobuf/ptypes/timestamp"
)
type Repository interface {
GetFoo(timestamp *timestamp.Timestamp) (*timestamp.Timestamp, error)
}
GetFoo(timestamp *timestamp.Timestamp ) (string, error)
}