Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParseUpstreamURL ¶ added in v0.13.0
ParseUpstreamURL parses the URL of the git upstream being used by SalsaFlow and returns the given GitHub owner and repository.
Types ¶
type Config ¶ added in v0.8.0
type Config interface {
ApiToken() string
}
func LoadConfig ¶ added in v0.8.0
type GlobalConfig ¶ added in v0.8.0
type GlobalConfig struct { GitHub struct { Token string `yaml:"token"` } `yaml:"github"` }
Click to show internal directories.
Click to hide internal directories.