feat(omaha): add more update_engine extensions
This commit is contained in:
parent
60265ef0fc
commit
94018ed305
1 changed files with 10 additions and 7 deletions
|
@ -202,6 +202,9 @@ type Action struct {
|
|||
NeedsAdmin bool `xml:"needsadmin,attr"`
|
||||
IsDelta bool `xml:"IsDelta,attr"`
|
||||
DisablePayloadBackoff bool `xml:"DisablePayloadBackoff,attr,omitempty"`
|
||||
MetadataSignatureRsa string `xml:"MetadataSignatureRsa,attr,omitempty"`
|
||||
MetadataSize string `xml:"MetadataSize,attr,omitempty"`
|
||||
Deadline string `xml:"deadline,attr,omitempty"`
|
||||
}
|
||||
|
||||
func (m *Manifest) AddAction(event string) *Action {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue