protocol: style fix, use "ID" and "SHA" in identifiers.
This commit is contained in:
parent
5f9a499a46
commit
6198ba9443
10 changed files with 51 additions and 51 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue