Skip to content
Snippets Groups Projects

Add concept of external script generation to the compiler

Merged Vaastav Anand requested to merge mongo_replication into main
5 files
+ 149
3
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -14,6 +14,8 @@ type DeployInfo struct {
@@ -14,6 +14,8 @@ type DeployInfo struct {
PublicPorts map[int]int
PublicPorts map[int]int
NumReplicas int
NumReplicas int
Command []string
Command []string
 
Entrypoint []string
 
Volumes []string
}
}
func NewDeployInfo() *DeployInfo {
func NewDeployInfo() *DeployInfo {
Loading