Versions in this module Expand all Collapse all v1 v1.0.0 Feb 20, 2018 Changes in this version + type DataBag map[string]interface + func (m *DataBag) Decode(result interface{}, keys ...string) error + func (m *DataBag) Get(keys ...string) (interface{}, bool) + func (m *DataBag) GetSlice(keys ...string) ([]interface{}, bool) + func (m *DataBag) GetString(keys ...string) (result string, ok bool) + func (m *DataBag) GetStringSlice(keys ...string) (slice []string, ok bool) + func (m *DataBag) GetSubOptions(keys ...string) (result DataBag, ok bool) + func (m *DataBag) Sanitize() (err error) + type GitLabCiYamlParser struct + func NewGitLabCiYamlParser(jobName string) *GitLabCiYamlParser + func (c *GitLabCiYamlParser) ParseYaml(job *common.JobResponse) (err error)