Documentation
¶
Index ¶
- Constants
- func GetProfileValues(currentProfile *model.Profile, profiles []*model.Profile, ...) map[string]string
- func ReadProfile(root, filename string) (*model.Profile, error)
- func ReadProfiles(root string) ([]*model.Profile, error)
- func ReadRequest(root, filename string) (*model.RequestMold, error)
- func ReadRequests(root string) ([]*model.RequestMold, error)
Constants ¶
View Source
const ( YAML_EXT = ".yaml" YML_EXT = ".yml" STAR_EXT = ".star" LUA_EXT = ".lua" )
Variables ¶
This section is empty.
Functions ¶
func GetProfileValues ¶
func GetProfileValues(currentProfile *model.Profile, profiles []*model.Profile, environmentVars []string) map[string]string
FIXME: quick and dirty implementation for overriding profile values
func ReadRequest ¶
func ReadRequest(root, filename string) (*model.RequestMold, error)
func ReadRequests ¶
func ReadRequests(root string) ([]*model.RequestMold, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.