Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RAW_REPO_REGEX = regexp.MustCompile(`^(?P<name>.+)=(?P<url>.+)$`)
Functions ¶
This section is empty.
Types ¶
type CsvParser ¶
type CsvParser struct {
// contains filtered or unexported fields
}
func NewCsvParser ¶
func (*CsvParser) ParseWriteInto ¶
func (csvParser *CsvParser) ParseWriteInto(repositories map[string]utils.Repository) error
type RawParser ¶
type RawParser struct {
// contains filtered or unexported fields
}
func NewRawParser ¶
func (*RawParser) ParseWriteInto ¶
func (rawParser *RawParser) ParseWriteInto(repositories map[string]utils.Repository) error
Click to show internal directories.
Click to hide internal directories.