deis / workflow-manager-api

Deis Workflow Manager API
MIT License
5 stars 0 forks source link

ref(data): split the data.go file apart #87

Closed arschles closed 8 years ago

arschles commented 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.

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