svn

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Nov 21, 2024 License: BSD-3-Clause Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ChangedFile

type ChangedFile struct {
	Path string `xml:"path,attr"`
}

type Changelist

type Changelist struct {
	Name  string        `xml:"name,attr"`
	Files []ChangedFile `xml:"entry"`
}

type SVNStatus

type SVNStatus struct {
	Changelists []Changelist `xml:"changelist"`
}

func GetStatus

func GetStatus() (*SVNStatus, error)

Jump to

Keyboard shortcuts

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