make Outputname a string alias
This commit is contained in:
		@ -2,7 +2,7 @@ package niri
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
import "encoding/json"
 | 
					import "encoding/json"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
type OutputName string
 | 
					type OutputName = string
 | 
				
			||||||
 | 
					
 | 
				
			||||||
type Output struct {
 | 
					type Output struct {
 | 
				
			||||||
	Name         OutputName    `json:"name"`
 | 
						Name         OutputName    `json:"name"`
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user