Documentation ¶
Index ¶
Constants ¶
View Source
const ( // PRODUCTION production environment PRODUCTION = ENVIRONMENT("PRODUCTION") // DEVELOP development environment DEVELOP = ENVIRONMENT("DEVELOP") // TEST test environment TEST = ENVIRONMENT("TEST") )
View Source
const ( // MONGO mongo as db MONGO = "MONGO" // INMEMORY in memory storage as db INMEMORY = "INMEMORY" )
View Source
const ( // Kube object ADD command ADD = Command("ADD") // Kube object UPDATE command UPDATE = Command("UPDATE") // Kube object DELETE command DELETE = Command("DELETE") )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.