Pkg
Config

Config

Explore the following sections to learn more:

config

import "github.com/gemini-oss/rego/pkg/common/config"

pkg/common/config/config.go

Index

func GetEnv

func GetEnv(key string) string

Get environment variable (no default value)

func GetEnvAsInt

func GetEnvAsInt(key string) int

Get environment variable as integer (no default value)

Generated by gomarkdoc