change_report

package
v0.8.12 Latest Latest
Warning

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

Go to latest
Published: Nov 29, 2022 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ChangeReport

type ChangeReport map[string]*FileChange

func GenerateChangeReport

func GenerateChangeReport(baseRef string) (ChangeReport, error)

type ChangeType

type ChangeType string
var (
	ADDED   ChangeType = "ADDED"
	REMOVED ChangeType = "REMOVED"
	CONTEXT ChangeType = "CONTEXT"
)

type FileChange

type FileChange struct {
	AddedLines map[int]bool
}

Jump to

Keyboard shortcuts

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