You've already forked golang-saas-starter-kit
mirror of
https://github.com/raseels-repos/golang-saas-starter-kit.git
synced 2025-08-08 22:36:41 +02:00
fix listing ecr images
This commit is contained in:
@ -45,6 +45,13 @@ var (
|
||||
Env_Prod Env = "prod"
|
||||
)
|
||||
|
||||
// List of env names.
|
||||
var EnvNames = []Env{
|
||||
Env_Dev,
|
||||
Env_Stage,
|
||||
Env_Prod,
|
||||
}
|
||||
|
||||
func ContextEnv(ctx context.Context) string {
|
||||
cv := ctx.Value(KeyValues).(*Values)
|
||||
if cv != nil {
|
||||
|
Reference in New Issue
Block a user