added more stuff including some of docker support
This commit is contained in:
14
models/types.go
Normal file
14
models/types.go
Normal file
@@ -0,0 +1,14 @@
|
||||
package models
|
||||
|
||||
type DatabaseType string
|
||||
|
||||
const (
|
||||
MONGO DatabaseType = "mongo"
|
||||
)
|
||||
|
||||
type InstanceManagerType string
|
||||
|
||||
const (
|
||||
KUBERNETES InstanceManagerType = "kubernetes"
|
||||
DOCKER InstanceManagerType = "docker"
|
||||
)
|
||||
Reference in New Issue
Block a user