aboutsummaryrefslogtreecommitdiffstats
path: root/src/orchestrator/pkg/module/app.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/orchestrator/pkg/module/app.go')
-rw-r--r--src/orchestrator/pkg/module/app.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/orchestrator/pkg/module/app.go b/src/orchestrator/pkg/module/app.go
index 1e1a5974..40659de8 100644
--- a/src/orchestrator/pkg/module/app.go
+++ b/src/orchestrator/pkg/module/app.go
@@ -38,6 +38,7 @@ type AppMetaData struct {
}
//AppContent contains fileContent
+// TODO : This should have been []byte
type AppContent struct {
FileContent string
}