Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Base *Base GHEBaseURL string `yaml:"ghe_base_url"` GHEGraphQLEndpoint string `yaml:"ghe_graphql_endpoint"` Vars map[string]interface{} Templates map[string]string Post map[string]*PostConfig Exec map[string][]*ExecConfig Hide map[string]string SkipNoToken bool `yaml:"skip_no_token"` Silent bool }
type ExecConfig ¶
type PostConfig ¶
type PostConfig struct { Template string TemplateForTooLong string EmbeddedVarNames []string // UpdateCondition Update the comment that matches with the condition. // If multiple comments match, the latest comment is updated // If no comment matches, aa new comment is created UpdateCondition string }
func (*PostConfig) UnmarshalYAML ¶
func (pc *PostConfig) UnmarshalYAML(unmarshal func(interface{}) error) error
Click to show internal directories.
Click to hide internal directories.