Documentation ¶
Index ¶
- func Init(homeDir string, logFile string, runModeStr string, accessGroupOverride bool, ...) error
- func InitOnce(homeDir string, logFile string, runModeStr string, accessGroupOverride bool, ...)
- func LogSend(status string, feedback string, sendLogs bool, uiLogPath string) (string, error)
- func ReadB64() (string, error)
- func Reset() error
- func Version() string
- func WriteB64(str string) error
- type ExternalDNSNSFetcher
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Init ¶
func Init(homeDir string, logFile string, runModeStr string, accessGroupOverride bool, externalDNSNSFetcher ExternalDNSNSFetcher) error
Init runs the Keybase services
func InitOnce ¶
func InitOnce(homeDir string, logFile string, runModeStr string, accessGroupOverride bool, dnsNSFetcher ExternalDNSNSFetcher)
InitOnce runs the Keybase services (only runs one time)
Types ¶
type ExternalDNSNSFetcher ¶ added in v1.0.21
type ExternalDNSNSFetcher interface {
GetServers() []byte
}
Click to show internal directories.
Click to hide internal directories.