Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DiffJar ¶
type DiffJar struct {
Diffs map[string]Diff
Sender *router.ServiceRouter
}
func NewDiffJar ¶
func NewDiffJar(sender *router.ServiceRouter) *DiffJar
func (*DiffJar) Add ¶
func (d *DiffJar) Add(name string, is *g.Repository, was *g.Repository)
Click to show internal directories.
Click to hide internal directories.