mirror of
				https://github.com/traefik/traefik.git
				synced 2025-11-04 02:11:15 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			220 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			220 B
		
	
	
	
		
			Go
		
	
	
	
	
	
package cli
 | 
						|
 | 
						|
// ResourceLoader is a configuration resource loader.
 | 
						|
type ResourceLoader interface {
 | 
						|
	// Load populates cmd.Configuration, optionally using args to do so.
 | 
						|
	Load(args []string, cmd *Command) (bool, error)
 | 
						|
}
 |