DSCGS-33 Added MasterID to Search.Result (#34)
This commit is contained in:
		@@ -133,6 +133,7 @@ type Result struct {
 | 
				
			|||||||
	ResourceURL string    `json:"resource_url,omitempty"`
 | 
						ResourceURL string    `json:"resource_url,omitempty"`
 | 
				
			||||||
	Type        string    `json:"type,omitempty"`
 | 
						Type        string    `json:"type,omitempty"`
 | 
				
			||||||
	ID          int       `json:"id,omitempty"`
 | 
						ID          int       `json:"id,omitempty"`
 | 
				
			||||||
 | 
						MasterID    int       `json:"master_id,omitempty"`
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// Search makes search request to discogs.
 | 
					// Search makes search request to discogs.
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user