github.com/btwiuse/jiri@v0.0.0-20191125065820-53353bcfef54/project/.api (about)

     1  pkg project, const FastScan ScanMode
     2  pkg project, const FullScan ScanMode
     3  pkg project, func ApplyToLocalMaster(*jiri.X, Projects, func() error) error
     4  pkg project, func CheckoutSnapshot(*jiri.X, string, bool) error
     5  pkg project, func CleanupProjects(*jiri.X, Projects, bool) error
     6  pkg project, func CreateSnapshot(*jiri.X, string, string) error
     7  pkg project, func CurrentProjectKey(*jiri.X) (ProjectKey, error)
     8  pkg project, func GetProjectState(*jiri.X, ProjectKey, bool) (*ProjectState, error)
     9  pkg project, func GetProjectStates(*jiri.X, bool) (map[ProjectKey]*ProjectState, error)
    10  pkg project, func LoadManifest(*jiri.X) (Projects, Hooks, error)
    11  pkg project, func LoadSnapshotFile(*jiri.X, string) (Projects, Hooks, error)
    12  pkg project, func LocalProjects(*jiri.X, ScanMode) (Projects, error)
    13  pkg project, func MakeProjectKey(string, string) ProjectKey
    14  pkg project, func ManifestFromBytes([]byte) (*Manifest, error)
    15  pkg project, func ManifestFromFile(*jiri.X, string) (*Manifest, error)
    16  pkg project, func ProjectAtPath(*jiri.X, string) (Project, error)
    17  pkg project, func ProjectFromFile(*jiri.X, string) (*Project, error)
    18  pkg project, func UpdateUniverse(*jiri.X, bool) error
    19  pkg project, func WriteUpdateHistorySnapshot(*jiri.X, string) error
    20  pkg project, method (*Import) ProjectKey() ProjectKey
    21  pkg project, method (*Manifest) ToBytes() ([]byte, error)
    22  pkg project, method (*Manifest) ToFile(*jiri.X, string) error
    23  pkg project, method (Project) Key() ProjectKey
    24  pkg project, method (Project) ToFile(*jiri.X, string) error
    25  pkg project, method (ProjectKeys) Len() int
    26  pkg project, method (ProjectKeys) Less(int, int) bool
    27  pkg project, method (ProjectKeys) Swap(int, int)
    28  pkg project, method (Projects) Find(string) Projects
    29  pkg project, method (Projects) FindUnique(string) (Project, error)
    30  pkg project, type BranchState struct
    31  pkg project, type BranchState struct, HasGerritMessage bool
    32  pkg project, type BranchState struct, Name string
    33  pkg project, type CL struct
    34  pkg project, type CL struct, Author string
    35  pkg project, type CL struct, Description string
    36  pkg project, type CL struct, Email string
    37  pkg project, type Import struct
    38  pkg project, type Import struct, Manifest string
    39  pkg project, type Import struct, Name string
    40  pkg project, type Import struct, Remote string
    41  pkg project, type Import struct, RemoteBranch string
    42  pkg project, type Import struct, Root string
    43  pkg project, type Import struct, XMLName struct{}
    44  pkg project, type LocalImport struct
    45  pkg project, type LocalImport struct, File string
    46  pkg project, type LocalImport struct, XMLName struct{}
    47  pkg project, type Manifest struct
    48  pkg project, type Manifest struct, Imports []Import
    49  pkg project, type Manifest struct, LocalImports []LocalImport
    50  pkg project, type Manifest struct, Projects []Project
    51  pkg project, type Manifest struct, Hooks []Hook
    52  pkg project, type Manifest struct, SnapshotPath string
    53  pkg project, type Manifest struct, XMLName struct{}
    54  pkg project, type Project struct
    55  pkg project, type Project struct, GerritHost string
    56  pkg project, type Project struct, GitHooks string
    57  pkg project, type Project struct, Name string
    58  pkg project, type Project struct, Path string
    59  pkg project, type Project struct, Remote string
    60  pkg project, type Project struct, RemoteBranch string
    61  pkg project, type Project struct, Revision string
    62  pkg project, type Project struct, XMLName struct{}
    63  pkg project, type ProjectKey string
    64  pkg project, type ProjectKeys []ProjectKey
    65  pkg project, type ProjectState struct
    66  pkg project, type ProjectState struct, Branches []BranchState
    67  pkg project, type ProjectState struct, CurrentBranch string
    68  pkg project, type ProjectState struct, HasUncommitted bool
    69  pkg project, type ProjectState struct, HasUntracked bool
    70  pkg project, type ProjectState struct, Project Project
    71  pkg project, type Projects map[ProjectKey]Project
    72  pkg project, type ScanMode bool
    73  pkg project, type Update map[string][]CL
    74  pkg project, var JiriName string
    75  pkg project, var JiriPackage string
    76  pkg project, var JiriProject string
    77  pkg project, type Hook struct
    78  pkg project, type Hook struct, Name string
    79  pkg project, type Hook struct, Action string
    80  pkg project, type Hook struct, ProjectName string
    81  pkg project, type Hook struct, XMLName struct{}
    82  pkg project, type Hook struct, ActionPath string
    83  pkg project, type Hooks map[string]Hook
    84  pkg project, type HookKey string