Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActionType ¶
type ActionType int
const ( Insert ActionType = 1 Update ActionType = 2 Delete ActionType = 3 )
func (ActionType) String ¶
func (a ActionType) String() string
type ChangeSet ¶
type ChangeSet struct { Created []string `yaml:"created" json:"created"` Updated []string `yaml:"updated" json:"updated"` Deleted []string `yaml:"deleted" json:"deleted"` }
func NewChangeSet ¶
type GitParser ¶
type GitParser struct {
// contains filtered or unexported fields
}
func NewLocalRepoParser ¶
Parses a new local .git repository
func NewRemotRepoParser ¶
Parses a remote repository with a disk clone
func NewRemoteMemoryRepoParser ¶
Parses a remote repository with an in-memory clone
Click to show internal directories.
Click to hide internal directories.