10 lines
		
	
	
		
			223 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			223 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)
 | 
						|
} |