Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type StartOptions ¶
type StartOptions struct {
KbfsParams libkbfs.InitParams
// Remote is the name that the caller's repo (on local disk) has
// assigned to the KBFS-based repo.
Remote string
// Repo is the URL the caller's repo (on local disk) is trying to
// access, in the form "keybase://private/user/reponame".
Repo string
// GitDir is the filepath leading to the .git directory of the
// caller's local on-disk repo.
GitDir string
}
StartOptions are options for starting up.
Click to show internal directories.
Click to hide internal directories.