Closed arschles closed 8 years ago
Fixes https://github.com/deis/workflow-manager-api/issues/60
This patch has no functional changes - only splitting code in the data/data.go file into multiple smaller files, each with related functionality.
data/data.go
Also note that these changes are one of the pre-requisites to migrating to using gorm. See https://github.com/deis/workflow-manager-api/pull/69 for more information
Fixes https://github.com/deis/workflow-manager-api/issues/60
This patch has no functional changes - only splitting code in the
data/data.go
file into multiple smaller files, each with related functionality.Also note that these changes are one of the pre-requisites to migrating to using gorm. See https://github.com/deis/workflow-manager-api/pull/69 for more information