Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChangedFunction ¶
type CodeDirectory ¶
type CodeDirectory struct { // Directory is the directory where the code is stored. Path string // contains filtered or unexported fields }
CodeDirectory is the directory where the code is stored.
func NewCodeDirectory ¶
func NewCodeDirectory(path string) *CodeDirectory
NewCodeDirectory creates a new CodeDirectory.
func (*CodeDirectory) GetFileContent ¶
func (c *CodeDirectory) GetFileContent(path string) ([]byte, error)
type FileDiff ¶
type FileStatus ¶
type FileStatus string
const ( ADDED FileStatus = "added" MODIFIED FileStatus = "modified" REMOVED FileStatus = "removed" RENAMED FileStatus = "renamed" )
Click to show internal directories.
Click to hide internal directories.