debian-forge-composer/internal/blueprint
Brian C. Lane cce9a2712c Fix Blueprint Revision, it is an integer not a string
This changes it to an int pointer so that the JSON will output null.
This means it needs to be checked for nil or for 0 in go.

0 is not a valid revision in the WELDR response, they always start at 1
and increment for each new revision tag so either way is a valid way
to indicate it isn't set.
2020-03-03 12:21:40 +01:00
..
blueprint.go Fix Blueprint Revision, it is an integer not a string 2020-03-03 12:21:40 +01:00
blueprint_test.go lint: fix unhandled errors 2020-03-02 14:28:55 +01:00
customizations.go blueprint: tag all struct fields for toml 2019-12-04 19:15:33 +01:00