protocol: style fix, use "ID" and "SHA" in identifiers.

This commit is contained in:
Michael Marineau 2017-05-03 12:38:39 -07:00
parent 5f9a499a46
commit 6198ba9443
10 changed files with 51 additions and 51 deletions

View file

@ -25,7 +25,7 @@ import (
// existing install. The application id may not be blank.
type Update struct {
XMLName xml.Name `xml:"update" json:"-"`
Id string `xml:"appid,attr"`
ID string `xml:"appid,attr"`
PreviousVersion string `xml:"previousversion,attr,omitempty"`
URL URL `xml:"urls>url"`
Manifest