mirror of
				https://github.com/caddyserver/caddy.git
				synced 2025-10-30 18:22:49 -04:00 
			
		
		
		
	map: Add missing json struct tag
This commit is contained in:
		
							parent
							
								
									f0c0f38ba5
								
							
						
					
					
						commit
						58e83a811b
					
				| @ -48,7 +48,7 @@ type Handler struct { | |||||||
| 
 | 
 | ||||||
| 	// If no mappings match or if the mapped output is null/nil, the associated | 	// If no mappings match or if the mapped output is null/nil, the associated | ||||||
| 	// default output will be applied (optional). | 	// default output will be applied (optional). | ||||||
| 	Defaults []string | 	Defaults []string `json:"defaults,omitempty"` | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| // CaddyModule returns the Caddy module information. | // CaddyModule returns the Caddy module information. | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user