mirror of
				https://github.com/NginxProxyManager/nginx-proxy-manager.git
				synced 2025-10-31 15:53:33 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			198 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			198 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| package doc
 | |
| 
 | |
| import "embed"
 | |
| 
 | |
| // SwaggerFiles contain all the files used for swagger schema generation
 | |
| //
 | |
| //go:embed api.swagger.json
 | |
| //go:embed components
 | |
| //go:embed paths
 | |
| var SwaggerFiles embed.FS
 |