mirror of https://github.com/docker/buildx.git
				
				
				
			build: clarify NewResultHandle comment
Signed-off-by: Justin Chadwell <me@jedevc.com>
This commit is contained in:
		
							parent
							
								
									b7f0b3d763
								
							
						
					
					
						commit
						c6db4cf342
					
				|  | @ -20,8 +20,8 @@ import ( | ||||||
| 	"golang.org/x/sync/errgroup" | 	"golang.org/x/sync/errgroup" | ||||||
| ) | ) | ||||||
| 
 | 
 | ||||||
| // NewResultHandle wraps a call to client.Build, additionally returning a
 | // NewResultHandle makes a call to client.Build, additionally returning a
 | ||||||
| // ResultHandle alongside the standard response and error.
 | // opaque ResultHandle alongside the standard response and error.
 | ||||||
| //
 | //
 | ||||||
| // This ResultHandle can be used to execute additional build steps in the same
 | // This ResultHandle can be used to execute additional build steps in the same
 | ||||||
| // context as the build occurred, which can allow easy debugging of build
 | // context as the build occurred, which can allow easy debugging of build
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue