parser

package
v0.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 8, 2018 License: GPL-3.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Parse

func Parse(input string) map[string]Project

Types

type Project

type Project struct {
	Path  string
	Repos []Repo
}

func (Project) String

func (p Project) String() string

type Repo

type Repo struct {
	Url    string
	Branch string
}

func (Repo) DirFromPath added in v0.2.0

func (r Repo) DirFromPath() string

func (Repo) String

func (r Repo) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL