mirror of
				https://github.com/caddyserver/caddy.git
				synced 2025-10-31 02:27:19 -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 | ||||
| 	// default output will be applied (optional). | ||||
| 	Defaults []string | ||||
| 	Defaults []string `json:"defaults,omitempty"` | ||||
| } | ||||
| 
 | ||||
| // CaddyModule returns the Caddy module information. | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user