mirror of
				https://github.com/containers/podman.git
				synced 2025-11-04 08:56:05 +08:00 
			
		
		
		
	vendor in latests containers/common
To include export HostContainersInternal Signed-off-by: Black-Hole1 <bh@bugs.cc>
This commit is contained in:
		
							
								
								
									
										2
									
								
								vendor/github.com/containers/common/pkg/hooks/hooks.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								vendor/github.com/containers/common/pkg/hooks/hooks.go
									
									
									
										generated
									
									
										vendored
									
									
								
							@ -48,7 +48,7 @@ type namedHook struct {
 | 
			
		||||
// those specified in the OCI Runtime Specification and to control
 | 
			
		||||
// OCI-defined stages instead of delegating to the OCI runtime.  See
 | 
			
		||||
// Hooks() for more information.
 | 
			
		||||
func New(ctx context.Context, directories []string, extensionStages []string) (manager *Manager, err error) {
 | 
			
		||||
func New(_ context.Context, directories []string, extensionStages []string) (manager *Manager, err error) {
 | 
			
		||||
	manager = &Manager{
 | 
			
		||||
		hooks:           map[string]*current.Hook{},
 | 
			
		||||
		directories:     directories,
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user