Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Env = Environments[0]
View Source
var Environments = []Environment{ { Name: "production", Values: []string{"production", "prod"}, API: "https://api.vulncheck.com", WEB: "https://console.vulncheck.com", }, { Name: "development", Values: []string{"development", "dev", "local"}, API: "http://localhost:8000", WEB: "http://localhost:3000", }, { Name: "custom", Values: []string{"custom"}, API: "", WEB: "", }, }
Example usage: VC_ENV=custom VC_API=https://custom-api.com VC_WEB=https://custom-web.com vulncheck ...
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.