Documentation ¶
Index ¶
- Constants
- Variables
- func AnalyseService(service string, print bool, filter string, errors_dump bool)
- func CheckEnvFileExistance() bool
- func CheckFileExistance(path string) bool
- func CreateAWScredentialsFile(...)
- func Find(a []string, x string) bool
- func GetJsonFromFile(filepath string) (result map[string]interface{})
- func GetJsonKey(m string) (key interface{})
- func LoadEnv()
- func PackResponse(response interface{}) string
- func PrintDividedLine(service string)
- func PrintPrettifiedJson(to_prettify string) (string, error)
- func ProcessServiceArgument(str string) []string
- func RemoveDuplicateValues(intSlice []string) []string
- func ServiceNames() []string
- func ToLowerServices(a []string) (services_lowercase []string)
Constants ¶
View Source
const ERROR_FILEPATH string = "./enum-results/errors/"
View Source
const FILEPATH string = "./enum-results/"
Variables ¶
View Source
var Cyan = color.New(color.FgCyan).SprintFunc()
View Source
var Green = color.New(color.FgGreen).SprintFunc()
View Source
var Magenta = color.New(color.FgMagenta).SprintFunc()
View Source
var Red = color.New(color.FgRed).SprintFunc()
View Source
var White = color.New(color.FgWhite).SprintFunc()
View Source
var Yellow = color.New(color.FgYellow).SprintFunc()
Colors
Functions ¶
func AnalyseService ¶
func CheckEnvFileExistance ¶
func CheckEnvFileExistance() bool
func CheckFileExistance ¶
func CreateAWScredentialsFile ¶
func CreateAWScredentialsFile(aws_region, aws_access_key_id, aws_secret_access_key, aws_session_token *string)
func GetJsonFromFile ¶
func GetJsonKey ¶
func GetJsonKey(m string) (key interface{})
func PackResponse ¶
func PackResponse(response interface{}) string
func PrintDividedLine ¶
func PrintDividedLine(service string)
func PrintPrettifiedJson ¶
func ProcessServiceArgument ¶
func RemoveDuplicateValues ¶
func ServiceNames ¶
func ServiceNames() []string
func ToLowerServices ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.