mirror of
				https://gitea.com/Lydanne/buildx.git
				synced 2025-11-04 18:13:42 +08:00 
			
		
		
		
	Replace usage of *os.File by console.File interface on printer
Signed-off-by: ulyssessouza <ulyssessouza@gmail.com>
This commit is contained in:
		@@ -30,7 +30,7 @@ func (p *printer) Status() chan *client.SolveStatus {
 | 
			
		||||
	return p.status
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func NewPrinter(ctx context.Context, out *os.File, mode string) Writer {
 | 
			
		||||
func NewPrinter(ctx context.Context, out console.File, mode string) Writer {
 | 
			
		||||
	statusCh := make(chan *client.SolveStatus)
 | 
			
		||||
	doneCh := make(chan struct{})
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user