Joshua Deare
5d21f061f7
added json omitempty tags
...
bigquery was throwing errors without these due to null defined fields
2013-07-01 13:17:08 -07:00
Joshua Deare
2315500129
terminated XMLName from appearing in json
...
when we need json encoding(putting AppRequestLogs into bigquery)
we don't want the XMLName tag adding on needless data
2013-06-28 22:48:55 -07:00
Brandon Philips
94018ed305
feat(omaha): add more update_engine extensions
2013-06-26 15:53:31 -07:00
Brandon Philips
60265ef0fc
fix(omaha): create section for update_engine extensions
...
add this comment section just so it is a littlemore clear what is going
on.
2013-06-26 10:39:52 -07:00
Brandon Philips
d68e528e59
feat(omaha): add disablebackoff field to action
...
another extension added by the the chromeos update engine
2013-06-26 10:39:52 -07:00
Joshua Deare
da9eaa53f9
added nil datastore tags to XMLName
...
now if a struct is put in datastore it won't be bloated
with needless XMLName field
2013-06-25 16:39:01 -07:00
Brandon Philips
51340c1e14
omaha: add support for multiple events
...
add a test and support for multiple events
2013-06-25 08:08:19 -07:00
Brandon Philips
acc428b640
fix(omaha): follow go standards with package name
...
The last item in a package path in Go should match the package name.
This is not the case right now.
Fix by making the new import path:
github.com/coreos/go-omaha/omaha
2013-06-23 19:54:27 -07:00