To avoid importing all of grpc when consuming events, the types of events have been split in to a separate package. This should allow a reduction in memory usage in cases where a package is consuming events but not using the gprc service directly. Signed-off-by: Stephen J Day <stephen.day@docker.com>
		
			
				
	
	
		
			4 lines
		
	
	
		
			103 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			103 B
		
	
	
	
		
			Go
		
	
	
	
	
	
// Package events has protobuf types for various events that are used in
 | 
						|
// containerd.
 | 
						|
package events
 |