Moved to google.golang.org/genproto/googleapis/api/annotations
Fixes #52
This commit is contained in:
		
							
								
								
									
										9
									
								
								vendor/github.com/go-kit/kit/sd/fixed_subscriber.go
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								vendor/github.com/go-kit/kit/sd/fixed_subscriber.go
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							@@ -0,0 +1,9 @@
 | 
			
		||||
package sd
 | 
			
		||||
 | 
			
		||||
import "github.com/go-kit/kit/endpoint"
 | 
			
		||||
 | 
			
		||||
// FixedSubscriber yields a fixed set of services.
 | 
			
		||||
type FixedSubscriber []endpoint.Endpoint
 | 
			
		||||
 | 
			
		||||
// Endpoints implements Subscriber.
 | 
			
		||||
func (s FixedSubscriber) Endpoints() ([]endpoint.Endpoint, error) { return s, nil }
 | 
			
		||||
		Reference in New Issue
	
	Block a user