Documentation ¶
Index ¶
- Constants
- Variables
- func AccountProtocol(i AccountInterface) rpc.Protocol
- func ApiserverProtocol(i ApiserverInterface) rpc.Protocol
- func BTCProtocol(i BTCInterface) rpc.Protocol
- func BackendCommonProtocol(i BackendCommonInterface) rpc.Protocol
- func BlockProtocol(i BlockInterface) rpc.Protocol
- func CommonProtocol(i CommonInterface) rpc.Protocol
- func ConfigProtocol(i ConfigInterface) rpc.Protocol
- func ConstantsProtocol(i ConstantsInterface) rpc.Protocol
- func CryptoProtocol(i CryptoInterface) rpc.Protocol
- func CryptocurrencyProtocol(i CryptocurrencyInterface) rpc.Protocol
- func CtlProtocol(i CtlInterface) rpc.Protocol
- func DebuggingProtocol(i DebuggingInterface) rpc.Protocol
- func DelegateUiCtlProtocol(i DelegateUiCtlInterface) rpc.Protocol
- func DeviceProtocol(i DeviceInterface) rpc.Protocol
- func FavoriteProtocol(i FavoriteInterface) rpc.Protocol
- func FormatTime(t Time) string
- func FromTime(t Time) time.Time
- func FsProtocol(i FsInterface) rpc.Protocol
- func GpgCommonProtocol(i GpgCommonInterface) rpc.Protocol
- func GpgUiProtocol(i GpgUiInterface) rpc.Protocol
- func GregorProtocol(i GregorInterface) rpc.Protocol
- func GregorUIProtocol(i GregorUIInterface) rpc.Protocol
- func IdentifyCommonProtocol(i IdentifyCommonInterface) rpc.Protocol
- func IdentifyProtocol(i IdentifyInterface) rpc.Protocol
- func IdentifyUiProtocol(i IdentifyUiInterface) rpc.Protocol
- func InstallProtocol(i InstallInterface) rpc.Protocol
- func KbfsCommonProtocol(i KbfsCommonInterface) rpc.Protocol
- func KbfsMountProtocol(i KbfsMountInterface) rpc.Protocol
- func KbfsProtocol(i KbfsInterface) rpc.Protocol
- func Kex2Provisionee2Protocol(i Kex2Provisionee2Interface) rpc.Protocol
- func Kex2ProvisioneeProtocol(i Kex2ProvisioneeInterface) rpc.Protocol
- func Kex2ProvisionerProtocol(i Kex2ProvisionerInterface) rpc.Protocol
- func LogProtocol(i LogInterface) rpc.Protocol
- func LogUiProtocol(i LogUiInterface) rpc.Protocol
- func LoginProtocol(i LoginInterface) rpc.Protocol
- func LoginUiProtocol(i LoginUiInterface) rpc.Protocol
- func LogsendProtocol(i LogsendInterface) rpc.Protocol
- func MetadataProtocol(i MetadataInterface) rpc.Protocol
- func MetadataUpdateProtocol(i MetadataUpdateInterface) rpc.Protocol
- func NotifyAppProtocol(i NotifyAppInterface) rpc.Protocol
- func NotifyBadgesProtocol(i NotifyBadgesInterface) rpc.Protocol
- func NotifyCtlProtocol(i NotifyCtlInterface) rpc.Protocol
- func NotifyFSProtocol(i NotifyFSInterface) rpc.Protocol
- func NotifyFSRequestProtocol(i NotifyFSRequestInterface) rpc.Protocol
- func NotifyFavoritesProtocol(i NotifyFavoritesInterface) rpc.Protocol
- func NotifyKeyfamilyProtocol(i NotifyKeyfamilyInterface) rpc.Protocol
- func NotifyPGPProtocol(i NotifyPGPInterface) rpc.Protocol
- func NotifyPaperKeyProtocol(i NotifyPaperKeyInterface) rpc.Protocol
- func NotifyServiceProtocol(i NotifyServiceInterface) rpc.Protocol
- func NotifySessionProtocol(i NotifySessionInterface) rpc.Protocol
- func NotifyTrackingProtocol(i NotifyTrackingInterface) rpc.Protocol
- func NotifyUsersProtocol(i NotifyUsersInterface) rpc.Protocol
- func PGPProtocol(i PGPInterface) rpc.Protocol
- func PGPUiProtocol(i PGPUiInterface) rpc.Protocol
- func PaperprovisionProtocol(i PaperprovisionInterface) rpc.Protocol
- func PassphraseCommonProtocol(i PassphraseCommonInterface) rpc.Protocol
- func ProcessProtocol(i ProcessInterface) rpc.Protocol
- func ProveCommonProtocol(i ProveCommonInterface) rpc.Protocol
- func ProveProtocol(i ProveInterface) rpc.Protocol
- func ProveUiProtocol(i ProveUiInterface) rpc.Protocol
- func ProvisionUiProtocol(i ProvisionUiInterface) rpc.Protocol
- func QuotaProtocol(i QuotaInterface) rpc.Protocol
- func Quote(s string) []byte
- func ReachabilityProtocol(i ReachabilityInterface) rpc.Protocol
- func RekeyProtocol(i RekeyInterface) rpc.Protocol
- func RekeyUIProtocol(i RekeyUIInterface) rpc.Protocol
- func RevokeProtocol(i RevokeInterface) rpc.Protocol
- func SaltpackProtocol(i SaltpackInterface) rpc.Protocol
- func SaltpackUiProtocol(i SaltpackUiInterface) rpc.Protocol
- func ScanProofsProtocol(i ScanProofsInterface) rpc.Protocol
- func SecretKeysProtocol(i SecretKeysInterface) rpc.Protocol
- func SecretUiProtocol(i SecretUiInterface) rpc.Protocol
- func SessionProtocol(i SessionInterface) rpc.Protocol
- func SignupProtocol(i SignupInterface) rpc.Protocol
- func SigsProtocol(i SigsInterface) rpc.Protocol
- func SimpleFSProtocol(i SimpleFSInterface) rpc.Protocol
- func StreamUiProtocol(i StreamUiInterface) rpc.Protocol
- func TestProtocol(i TestInterface) rpc.Protocol
- func TlfKeysProtocol(i TlfKeysInterface) rpc.Protocol
- func TlfProtocol(i TlfInterface) rpc.Protocol
- func TrackProtocol(i TrackInterface) rpc.Protocol
- func UiProtocol(i UiInterface) rpc.Protocol
- func Unquote(data []byte) string
- func UpdateCommonProtocol(i UpdateCommonInterface) rpc.Protocol
- func UpdateProtocol(i UpdateInterface) rpc.Protocol
- func UpdateUiProtocol(i UpdateUiInterface) rpc.Protocol
- func UserProtocol(i UserInterface) rpc.Protocol
- func WrapError(e error) interface{}
- type APIRes
- type APIStatus
- type AccountClient
- func (c AccountClient) EmailChange(ctx context.Context, __arg EmailChangeArg) (err error)
- func (c AccountClient) HasServerKeys(ctx context.Context, sessionID int) (res HasServerKeysRes, err error)
- func (c AccountClient) PassphraseChange(ctx context.Context, __arg PassphraseChangeArg) (err error)
- func (c AccountClient) PassphrasePrompt(ctx context.Context, __arg PassphrasePromptArg) (res GetPassphraseRes, err error)
- func (c AccountClient) ResetAccount(ctx context.Context, sessionID int) (err error)
- type AccountDeleteArg
- type AccountInterface
- type AddReferenceArg
- type ApiserverClient
- func (c ApiserverClient) Delete(ctx context.Context, __arg DeleteArg) (res APIRes, err error)
- func (c ApiserverClient) Get(ctx context.Context, __arg GetArg) (res APIRes, err error)
- func (c ApiserverClient) GetWithSession(ctx context.Context, __arg GetWithSessionArg) (res APIRes, err error)
- func (c ApiserverClient) Post(ctx context.Context, __arg PostArg) (res APIRes, err error)
- func (c ApiserverClient) PostJSON(ctx context.Context, __arg PostJSONArg) (res APIRes, err error)
- type ApiserverInterface
- type AppExitArg
- type ArchiveReferenceArg
- type ArchiveReferenceWithCountArg
- type Asset
- type AsyncOps
- type AuthenticateArg
- type AuthenticateSessionArg
- type BTCClient
- type BTCInterface
- type BackendCommonClient
- type BackendCommonInterface
- type BadgeConversationInfo
- type BadgeState
- type BadgeStateArg
- type BinaryKID
- type BlockClient
- func (c BlockClient) AddReference(ctx context.Context, __arg AddReferenceArg) (err error)
- func (c BlockClient) ArchiveReference(ctx context.Context, __arg ArchiveReferenceArg) (res []BlockReference, err error)
- func (c BlockClient) ArchiveReferenceWithCount(ctx context.Context, __arg ArchiveReferenceWithCountArg) (res DowngradeReferenceRes, err error)
- func (c BlockClient) AuthenticateSession(ctx context.Context, signature string) (err error)
- func (c BlockClient) BlockPing(ctx context.Context) (res BlockPingResponse, err error)
- func (c BlockClient) DelReference(ctx context.Context, __arg DelReferenceArg) (err error)
- func (c BlockClient) DelReferenceWithCount(ctx context.Context, __arg DelReferenceWithCountArg) (res DowngradeReferenceRes, err error)
- func (c BlockClient) GetBlock(ctx context.Context, __arg GetBlockArg) (res GetBlockRes, err error)
- func (c BlockClient) GetSessionChallenge(ctx context.Context) (res ChallengeInfo, err error)
- func (c BlockClient) GetUserQuotaInfo(ctx context.Context) (res []byte, err error)
- func (c BlockClient) PutBlock(ctx context.Context, __arg PutBlockArg) (err error)
- type BlockIdCombo
- type BlockInterface
- type BlockPingArg
- type BlockPingResponse
- type BlockRefNonce
- type BlockReference
- type BlockReferenceCount
- type BlockType
- type BootstrapStatus
- type BoxNonce
- type BoxPublicKey
- type Bytes32
- type CancelArg
- type CanonicalTLFNameAndIDWithBreaks
- type CanonicalTlfName
- type ChallengeInfo
- type ChatConversationID
- type CheckAPIServerOutOfDateWarningArg
- type CheckDeviceNameForUserArg
- type CheckDeviceNameFormatArg
- type CheckInvitationCodeArg
- type CheckProofArg
- type CheckProofStatus
- type CheckReachabilityArg
- type CheckResult
- type CheckResultFreshness
- type CheckTrackingArg
- type CheckUsernameAvailableArg
- type ChooseDeviceArg
- type ChooseDeviceTypeArg
- type ChooseGPGMethodArg
- type ChooseProvisioningMethodArg
- type ChooseType
- type CiphertextBundle
- type ClearStoredSecretArg
- type ClearValueArg
- type ClientDetails
- type ClientOutOfDateArg
- type ClientType
- type CloseArg
- type CommonClient
- type CommonInterface
- type CompleteAndCanonicalizePrivateTlfNameArg
- type ComponentResult
- type Config
- type ConfigClient
- func (c ConfigClient) CheckAPIServerOutOfDateWarning(ctx context.Context) (res OutOfDateInfo, err error)
- func (c ConfigClient) ClearValue(ctx context.Context, path string) (err error)
- func (c ConfigClient) GetBootstrapStatus(ctx context.Context, sessionID int) (res BootstrapStatus, err error)
- func (c ConfigClient) GetConfig(ctx context.Context, sessionID int) (res Config, err error)
- func (c ConfigClient) GetCurrentStatus(ctx context.Context, sessionID int) (res GetCurrentStatusRes, err error)
- func (c ConfigClient) GetExtendedStatus(ctx context.Context, sessionID int) (res ExtendedStatus, err error)
- func (c ConfigClient) GetValue(ctx context.Context, path string) (res ConfigValue, err error)
- func (c ConfigClient) HelloIAm(ctx context.Context, details ClientDetails) (err error)
- func (c ConfigClient) SetPath(ctx context.Context, __arg SetPathArg) (err error)
- func (c ConfigClient) SetUserConfig(ctx context.Context, __arg SetUserConfigArg) (err error)
- func (c ConfigClient) SetValue(ctx context.Context, __arg SetValueArg) (err error)
- func (c ConfigClient) WaitForClient(ctx context.Context, __arg WaitForClientArg) (res bool, err error)
- type ConfigInterface
- type ConfigValue
- type ConfiguredAccount
- type ConfirmArg
- type ConfirmDuplicateKeyChosenArg
- type ConfirmResult
- type ConstantsClient
- type ConstantsInterface
- type CopyArgs
- type CryptKey
- type CryptKeysArg
- type CryptoClient
- func (c CryptoClient) SignED25519(ctx context.Context, __arg SignED25519Arg) (res ED25519SignatureInfo, err error)
- func (c CryptoClient) SignED25519ForKBFS(ctx context.Context, __arg SignED25519ForKBFSArg) (res ED25519SignatureInfo, err error)
- func (c CryptoClient) SignToString(ctx context.Context, __arg SignToStringArg) (res string, err error)
- func (c CryptoClient) UnboxBytes32(ctx context.Context, __arg UnboxBytes32Arg) (res Bytes32, err error)
- func (c CryptoClient) UnboxBytes32Any(ctx context.Context, __arg UnboxBytes32AnyArg) (res UnboxAnyRes, err error)
- type CryptoInterface
- type Cryptocurrency
- type CryptocurrencyClient
- type CryptocurrencyInterface
- type CsrfToken
- type CtlClient
- func (c CtlClient) AppExit(ctx context.Context, sessionID int) (err error)
- func (c CtlClient) DbDelete(ctx context.Context, __arg DbDeleteArg) (err error)
- func (c CtlClient) DbGet(ctx context.Context, __arg DbGetArg) (res *DbValue, err error)
- func (c CtlClient) DbNuke(ctx context.Context, sessionID int) (err error)
- func (c CtlClient) DbPut(ctx context.Context, __arg DbPutArg) (err error)
- func (c CtlClient) LogRotate(ctx context.Context, sessionID int) (err error)
- func (c CtlClient) Reload(ctx context.Context, sessionID int) (err error)
- func (c CtlClient) Stop(ctx context.Context, __arg StopArg) (err error)
- type CtlInterface
- type CurrentSessionArg
- type DbDeleteArg
- type DbGetArg
- type DbKey
- type DbNukeArg
- type DbPutArg
- type DbType
- type DbValue
- type DebugShowRekeyStatusArg
- type DebuggingClient
- func (c DebuggingClient) FirstStep(ctx context.Context, __arg FirstStepArg) (res FirstStepResult, err error)
- func (c DebuggingClient) Increment(ctx context.Context, __arg IncrementArg) (res int, err error)
- func (c DebuggingClient) SecondStep(ctx context.Context, __arg SecondStepArg) (res int, err error)
- type DebuggingInterface
- type DelReferenceArg
- type DelReferenceWithCountArg
- type DelegateIdentifyUIArg
- type DelegateRekeyUIArg
- type DelegateUiCtlClient
- func (c DelegateUiCtlClient) RegisterGregorFirehose(ctx context.Context) (err error)
- func (c DelegateUiCtlClient) RegisterIdentifyUI(ctx context.Context) (err error)
- func (c DelegateUiCtlClient) RegisterRekeyUI(ctx context.Context) (err error)
- func (c DelegateUiCtlClient) RegisterSecretUI(ctx context.Context) (err error)
- func (c DelegateUiCtlClient) RegisterUpdateUI(ctx context.Context) (err error)
- type DelegateUiCtlInterface
- type DeleteArg
- type DeleteKeyArg
- type DeprovisionArg
- type Device
- type DeviceAddArg
- type DeviceClient
- func (c DeviceClient) CheckDeviceNameForUser(ctx context.Context, __arg CheckDeviceNameForUserArg) (err error)
- func (c DeviceClient) CheckDeviceNameFormat(ctx context.Context, __arg CheckDeviceNameFormatArg) (res bool, err error)
- func (c DeviceClient) DeviceAdd(ctx context.Context, sessionID int) (err error)
- func (c DeviceClient) DeviceHistoryList(ctx context.Context, sessionID int) (res []DeviceDetail, err error)
- func (c DeviceClient) DeviceList(ctx context.Context, sessionID int) (res []Device, err error)
- type DeviceDetail
- type DeviceHistoryListArg
- type DeviceID
- type DeviceInterface
- type DeviceListArg
- type DeviceType
- type DidCounterSign2Arg
- type DidCounterSignArg
- type Dirent
- type DirentType
- type DismissArg
- type DismissReason
- type DismissReasonType
- type DismissWithTokenArg
- type DisplayAndPromptSecretArg
- type DisplayCryptocurrencyArg
- type DisplayKeyArg
- type DisplayPaperKeyPhraseArg
- type DisplayPrimaryPaperKeyArg
- type DisplayRecheckWarningArg
- type DisplaySecretExchangedArg
- type DisplayTLFCreateWithInviteArg
- type DisplayTrackStatementArg
- type DisplayUserCardArg
- type DowngradeReferenceRes
- type DurationSec
- type ED25519PublicKey
- type ED25519Signature
- type ED25519SignatureInfo
- type Email
- type EmailChangeArg
- type EncryptedBytes32
- type Error
- type ErrorNum
- type ErrorUnwrapper
- type ExitArg
- type ExitCode
- type ExtendedStatus
- type FSActivityArg
- type FSEditListArg
- type FSEditListRequest
- type FSEditListRequestArg
- type FSEditListResponseArg
- type FSErrorType
- type FSEventArg
- type FSNotification
- type FSNotificationType
- type FSPathSyncStatus
- type FSStatusCode
- type FSSyncActivityArg
- type FSSyncEventArg
- type FSSyncStatus
- type FSSyncStatusArg
- type FSSyncStatusRequest
- type FSSyncStatusRequestArg
- type FSSyncStatusResponseArg
- type FakeTrackingChangedArg
- type FavoriteAddArg
- type FavoriteClient
- type FavoriteIgnoreArg
- type FavoriteInterface
- type FavoritesChangedArg
- type FavoritesResult
- type Feature
- type File
- type FileContent
- type FileDescriptor
- type FileType
- type FinishArg
- type FinishSocialProofCheckArg
- type FinishWebProofCheckArg
- type FinishedArg
- type FirstStepArg
- type FirstStepResult
- type Folder
- type FolderNeedsRekeyArg
- type FoldersNeedRekeyArg
- type ForkType
- type FsClient
- type FsInterface
- type FuseMountInfo
- type FuseStatus
- type GPGKey
- type GPGMethod
- type GUIEntryArg
- type GUIEntryFeatures
- type GetAllAvailableMountDirsArg
- type GetArg
- type GetBlockArg
- type GetBlockRes
- type GetBootstrapStatusArg
- type GetChallengeArg
- type GetConfigArg
- type GetConfiguredAccountsArg
- type GetCurrentMountDirArg
- type GetCurrentStatusArg
- type GetCurrentStatusRes
- type GetEmailOrUsernameArg
- type GetExtendedStatusArg
- type GetFavoritesArg
- type GetFolderHandleArg
- type GetFoldersForRekeyArg
- type GetInvitationCodeArg
- type GetKeyArg
- type GetKeyBundlesArg
- type GetLatestFolderHandleArg
- type GetMerkleNodeArg
- type GetMerkleRootArg
- type GetMerkleRootLatestArg
- type GetMerkleRootSinceArg
- type GetMetadataArg
- type GetPassphraseArg
- type GetPassphraseRes
- type GetPendingRekeyStatusArg
- type GetPublicCanonicalTLFNameAndIDArg
- type GetRevokeWarningArg
- type GetSecretKeysArg
- type GetSessionChallengeArg
- type GetStateArg
- type GetTLFCryptKeysArg
- type GetTLFCryptKeysRes
- type GetTTYArg
- type GetUserQuotaInfoArg
- type GetValueArg
- type GetWithSessionArg
- type GpgCommonClient
- type GpgCommonInterface
- type GpgUiClient
- func (c GpgUiClient) ConfirmDuplicateKeyChosen(ctx context.Context, sessionID int) (res bool, err error)
- func (c GpgUiClient) GetTTY(ctx context.Context) (res string, err error)
- func (c GpgUiClient) SelectKey(ctx context.Context, __arg SelectKeyArg) (res string, err error)
- func (c GpgUiClient) SelectKeyAndPushOption(ctx context.Context, __arg SelectKeyAndPushOptionArg) (res SelectKeyRes, err error)
- func (c GpgUiClient) Sign(ctx context.Context, __arg SignArg) (res string, err error)
- func (c GpgUiClient) WantToAddGPGKey(ctx context.Context, sessionID int) (res bool, err error)
- type GpgUiInterface
- type GregorClient
- type GregorInterface
- type GregorUIClient
- type GregorUIInterface
- type HasServerKeysArg
- type HasServerKeysRes
- type Hello2Arg
- type Hello2Res
- type HelloArg
- type HelloIAmArg
- type HelloRes
- type Identify2Arg
- type Identify2Res
- type IdentifyArg
- type IdentifyClient
- func (c IdentifyClient) Identify(ctx context.Context, __arg IdentifyArg) (res IdentifyRes, err error)
- func (c IdentifyClient) Identify2(ctx context.Context, __arg Identify2Arg) (res Identify2Res, err error)
- func (c IdentifyClient) Resolve(ctx context.Context, assertion string) (res UID, err error)
- func (c IdentifyClient) Resolve2(ctx context.Context, assertion string) (res User, err error)
- type IdentifyCommonClient
- type IdentifyCommonInterface
- type IdentifyInterface
- type IdentifyKey
- type IdentifyOutcome
- type IdentifyProofBreak
- type IdentifyReason
- type IdentifyReasonType
- type IdentifyRes
- type IdentifyRow
- type IdentifyTrackBreaks
- type IdentifyUiClient
- func (c IdentifyUiClient) Cancel(ctx context.Context, sessionID int) (err error)
- func (c IdentifyUiClient) Confirm(ctx context.Context, __arg ConfirmArg) (res ConfirmResult, err error)
- func (c IdentifyUiClient) DelegateIdentifyUI(ctx context.Context) (res int, err error)
- func (c IdentifyUiClient) Dismiss(ctx context.Context, __arg DismissArg) (err error)
- func (c IdentifyUiClient) DisplayCryptocurrency(ctx context.Context, __arg DisplayCryptocurrencyArg) (err error)
- func (c IdentifyUiClient) DisplayKey(ctx context.Context, __arg DisplayKeyArg) (err error)
- func (c IdentifyUiClient) DisplayTLFCreateWithInvite(ctx context.Context, __arg DisplayTLFCreateWithInviteArg) (err error)
- func (c IdentifyUiClient) DisplayTrackStatement(ctx context.Context, __arg DisplayTrackStatementArg) (err error)
- func (c IdentifyUiClient) DisplayUserCard(ctx context.Context, __arg DisplayUserCardArg) (err error)
- func (c IdentifyUiClient) Finish(ctx context.Context, sessionID int) (err error)
- func (c IdentifyUiClient) FinishSocialProofCheck(ctx context.Context, __arg FinishSocialProofCheckArg) (err error)
- func (c IdentifyUiClient) FinishWebProofCheck(ctx context.Context, __arg FinishWebProofCheckArg) (err error)
- func (c IdentifyUiClient) LaunchNetworkChecks(ctx context.Context, __arg LaunchNetworkChecksArg) (err error)
- func (c IdentifyUiClient) ReportLastTrack(ctx context.Context, __arg ReportLastTrackArg) (err error)
- func (c IdentifyUiClient) ReportTrackToken(ctx context.Context, __arg ReportTrackTokenArg) (err error)
- func (c IdentifyUiClient) Start(ctx context.Context, __arg StartArg) (err error)
- type IdentifyUiInterface
- type Identity
- type IncrementArg
- type InstallAction
- type InstallClient
- type InstallInterface
- type InstallResult
- type InstallStatus
- type InviteRequestArg
- type KID
- func (k KID) Equal(v KID) bool
- func (k KID) Exists() bool
- func (k KID) GetKeyType() byte
- func (k KID) IsIn(list []KID) bool
- func (k KID) IsNil() bool
- func (k KID) IsValid() bool
- func (k *KID) MarshalJSON() ([]byte, error)
- func (k KID) Match(q string, exact bool) bool
- func (k KID) NotEqual(v KID) bool
- func (k KID) String() string
- func (k KID) ToBinaryKID() BinaryKID
- func (k KID) ToBytes() []byte
- func (k KID) ToJsonw() *jsonw.Wrapper
- func (k KID) ToShortIDString() string
- func (k *KID) UnmarshalJSON(b []byte) error
- type KbfsClient
- func (c KbfsClient) FSEditList(ctx context.Context, __arg FSEditListArg) (err error)
- func (c KbfsClient) FSEvent(ctx context.Context, event FSNotification) (err error)
- func (c KbfsClient) FSSyncEvent(ctx context.Context, event FSPathSyncStatus) (err error)
- func (c KbfsClient) FSSyncStatus(ctx context.Context, __arg FSSyncStatusArg) (err error)
- type KbfsCommonClient
- type KbfsCommonInterface
- type KbfsInterface
- type KbfsMountClient
- type KbfsMountInterface
- type Kex2Provisionee2Client
- type Kex2Provisionee2Interface
- type Kex2ProvisioneeClient
- type Kex2ProvisioneeInterface
- type Kex2ProvisionerClient
- type Kex2ProvisionerInterface
- type KexStartArg
- type KeyBundle
- type KeyBundleResponse
- type KeyGeneratedArg
- type KeyHalf
- type KeyInfo
- type KeybaseTime
- type KeyfamilyChangedArg
- type LaunchNetworkChecksArg
- type LinkCheckResult
- type LinkID
- type ListArg
- type ListArgs
- type ListResult
- type ListTrackers2Arg
- type ListTrackersArg
- type ListTrackersByNameArg
- type ListTrackersSelfArg
- type ListTrackingArg
- type ListTrackingJSONArg
- type LoadAllPublicKeysUnverifiedArg
- type LoadDeviceErr
- type LoadMyPublicKeysArg
- type LoadMySettingsArg
- type LoadPublicKeysArg
- type LoadUncheckedUserSummariesArg
- type LoadUserArg
- type LoadUserByNameArg
- type LoadUserPlusKeysArg
- type LogArg
- type LogClient
- type LogInterface
- type LogLevel
- type LogRotateArg
- type LogUiClient
- type LogUiInterface
- type LoggedInArg
- type LoggedOutArg
- type LoginArg
- type LoginClient
- func (c LoginClient) AccountDelete(ctx context.Context, sessionID int) (err error)
- func (c LoginClient) ClearStoredSecret(ctx context.Context, __arg ClearStoredSecretArg) (err error)
- func (c LoginClient) Deprovision(ctx context.Context, __arg DeprovisionArg) (err error)
- func (c LoginClient) GetConfiguredAccounts(ctx context.Context, sessionID int) (res []ConfiguredAccount, err error)
- func (c LoginClient) Login(ctx context.Context, __arg LoginArg) (err error)
- func (c LoginClient) LoginProvisionedDevice(ctx context.Context, __arg LoginProvisionedDeviceArg) (err error)
- func (c LoginClient) LoginWithPaperKey(ctx context.Context, sessionID int) (err error)
- func (c LoginClient) Logout(ctx context.Context, sessionID int) (err error)
- func (c LoginClient) PGPProvision(ctx context.Context, __arg PGPProvisionArg) (err error)
- func (c LoginClient) PaperKey(ctx context.Context, sessionID int) (err error)
- func (c LoginClient) PaperKeySubmit(ctx context.Context, __arg PaperKeySubmitArg) (err error)
- func (c LoginClient) RecoverAccountFromEmailAddress(ctx context.Context, email string) (err error)
- func (c LoginClient) Unlock(ctx context.Context, sessionID int) (err error)
- func (c LoginClient) UnlockWithPassphrase(ctx context.Context, __arg UnlockWithPassphraseArg) (err error)
- type LoginInterface
- type LoginProvisionedDeviceArg
- type LoginUiClient
- func (c LoginUiClient) DisplayPaperKeyPhrase(ctx context.Context, __arg DisplayPaperKeyPhraseArg) (err error)
- func (c LoginUiClient) DisplayPrimaryPaperKey(ctx context.Context, __arg DisplayPrimaryPaperKeyArg) (err error)
- func (c LoginUiClient) GetEmailOrUsername(ctx context.Context, sessionID int) (res string, err error)
- func (c LoginUiClient) PromptRevokePaperKeys(ctx context.Context, __arg PromptRevokePaperKeysArg) (res bool, err error)
- type LoginUiInterface
- type LoginWithPaperKeyArg
- type LogoutArg
- type LogsendClient
- type LogsendInterface
- type MDBlock
- type MerkleRoot
- type MerkleTreeID
- type MetadataClient
- func (c MetadataClient) Authenticate(ctx context.Context, signature string) (res int, err error)
- func (c MetadataClient) DeleteKey(ctx context.Context, __arg DeleteKeyArg) (err error)
- func (c MetadataClient) GetChallenge(ctx context.Context) (res ChallengeInfo, err error)
- func (c MetadataClient) GetFolderHandle(ctx context.Context, __arg GetFolderHandleArg) (res []byte, err error)
- func (c MetadataClient) GetFoldersForRekey(ctx context.Context, deviceKID KID) (err error)
- func (c MetadataClient) GetKey(ctx context.Context, __arg GetKeyArg) (res []byte, err error)
- func (c MetadataClient) GetKeyBundles(ctx context.Context, __arg GetKeyBundlesArg) (res KeyBundleResponse, err error)
- func (c MetadataClient) GetLatestFolderHandle(ctx context.Context, folderID string) (res []byte, err error)
- func (c MetadataClient) GetMerkleNode(ctx context.Context, hash string) (res []byte, err error)
- func (c MetadataClient) GetMerkleRoot(ctx context.Context, __arg GetMerkleRootArg) (res MerkleRoot, err error)
- func (c MetadataClient) GetMerkleRootLatest(ctx context.Context, treeID MerkleTreeID) (res MerkleRoot, err error)
- func (c MetadataClient) GetMerkleRootSince(ctx context.Context, __arg GetMerkleRootSinceArg) (res MerkleRoot, err error)
- func (c MetadataClient) GetMetadata(ctx context.Context, __arg GetMetadataArg) (res MetadataResponse, err error)
- func (c MetadataClient) Ping(ctx context.Context) (err error)
- func (c MetadataClient) Ping2(ctx context.Context) (res PingResponse, err error)
- func (c MetadataClient) PruneBranch(ctx context.Context, __arg PruneBranchArg) (err error)
- func (c MetadataClient) PutKeys(ctx context.Context, __arg PutKeysArg) (err error)
- func (c MetadataClient) PutMetadata(ctx context.Context, __arg PutMetadataArg) (err error)
- func (c MetadataClient) RegisterForUpdates(ctx context.Context, __arg RegisterForUpdatesArg) (err error)
- func (c MetadataClient) TruncateLock(ctx context.Context, folderID string) (res bool, err error)
- func (c MetadataClient) TruncateUnlock(ctx context.Context, folderID string) (res bool, err error)
- type MetadataInterface
- type MetadataResponse
- type MetadataUpdateArg
- type MetadataUpdateClient
- func (c MetadataUpdateClient) FolderNeedsRekey(ctx context.Context, __arg FolderNeedsRekeyArg) (err error)
- func (c MetadataUpdateClient) FoldersNeedRekey(ctx context.Context, requests []RekeyRequest) (err error)
- func (c MetadataUpdateClient) MetadataUpdate(ctx context.Context, __arg MetadataUpdateArg) (err error)
- type MetadataUpdateInterface
- type MoveArgs
- type NaclDHKeyPrivate
- type NaclDHKeyPublic
- type NaclSigningKeyPrivate
- type NaclSigningKeyPublic
- type NotificationChannels
- type NotifyAppClient
- type NotifyAppInterface
- type NotifyBadgesClient
- type NotifyBadgesInterface
- type NotifyCtlClient
- type NotifyCtlInterface
- type NotifyFSClient
- func (c NotifyFSClient) FSActivity(ctx context.Context, notification FSNotification) (err error)
- func (c NotifyFSClient) FSEditListResponse(ctx context.Context, __arg FSEditListResponseArg) (err error)
- func (c NotifyFSClient) FSSyncActivity(ctx context.Context, status FSPathSyncStatus) (err error)
- func (c NotifyFSClient) FSSyncStatusResponse(ctx context.Context, __arg FSSyncStatusResponseArg) (err error)
- type NotifyFSInterface
- type NotifyFSRequestClient
- type NotifyFSRequestInterface
- type NotifyFavoritesClient
- type NotifyFavoritesInterface
- type NotifyKeyfamilyClient
- type NotifyKeyfamilyInterface
- type NotifyPGPClient
- type NotifyPGPInterface
- type NotifyPaperKeyClient
- type NotifyPaperKeyInterface
- type NotifyServiceClient
- type NotifyServiceInterface
- type NotifySessionClient
- type NotifySessionInterface
- type NotifyTrackingClient
- type NotifyTrackingInterface
- type NotifyUsersClient
- type NotifyUsersInterface
- type OkToCheckArg
- type OpDescription
- func NewOpDescriptionWithCopy(v CopyArgs) OpDescription
- func NewOpDescriptionWithList(v ListArgs) OpDescription
- func NewOpDescriptionWithListRecursive(v ListArgs) OpDescription
- func NewOpDescriptionWithMove(v MoveArgs) OpDescription
- func NewOpDescriptionWithRead(v ReadArgs) OpDescription
- func NewOpDescriptionWithRemove(v RemoveArgs) OpDescription
- func NewOpDescriptionWithWrite(v WriteArgs) OpDescription
- func (o *OpDescription) AsyncOp() (ret AsyncOps, err error)
- func (o OpDescription) Copy() (res CopyArgs)
- func (o OpDescription) List() (res ListArgs)
- func (o OpDescription) ListRecursive() (res ListArgs)
- func (o OpDescription) Move() (res MoveArgs)
- func (o OpDescription) Read() (res ReadArgs)
- func (o OpDescription) Remove() (res RemoveArgs)
- func (o OpDescription) Write() (res WriteArgs)
- type OpID
- type OpenFlags
- type OutOfDateInfo
- type Outcome
- type OutputInstructionsArg
- type OutputPrechecksArg
- type OutputSignatureSuccessArg
- type OutputSignatureSuccessNonKeybaseArg
- type PGPClient
- func (c PGPClient) PGPDecrypt(ctx context.Context, __arg PGPDecryptArg) (res PGPSigVerification, err error)
- func (c PGPClient) PGPDeletePrimary(ctx context.Context, sessionID int) (err error)
- func (c PGPClient) PGPEncrypt(ctx context.Context, __arg PGPEncryptArg) (err error)
- func (c PGPClient) PGPExport(ctx context.Context, __arg PGPExportArg) (res []KeyInfo, err error)
- func (c PGPClient) PGPExportByFingerprint(ctx context.Context, __arg PGPExportByFingerprintArg) (res []KeyInfo, err error)
- func (c PGPClient) PGPExportByKID(ctx context.Context, __arg PGPExportByKIDArg) (res []KeyInfo, err error)
- func (c PGPClient) PGPImport(ctx context.Context, __arg PGPImportArg) (err error)
- func (c PGPClient) PGPKeyGen(ctx context.Context, __arg PGPKeyGenArg) (err error)
- func (c PGPClient) PGPKeyGenDefault(ctx context.Context, __arg PGPKeyGenDefaultArg) (err error)
- func (c PGPClient) PGPPull(ctx context.Context, __arg PGPPullArg) (err error)
- func (c PGPClient) PGPPurge(ctx context.Context, __arg PGPPurgeArg) (res PGPPurgeRes, err error)
- func (c PGPClient) PGPSelect(ctx context.Context, __arg PGPSelectArg) (err error)
- func (c PGPClient) PGPSign(ctx context.Context, __arg PGPSignArg) (err error)
- func (c PGPClient) PGPStorageDismiss(ctx context.Context, sessionID int) (err error)
- func (c PGPClient) PGPUpdate(ctx context.Context, __arg PGPUpdateArg) (err error)
- func (c PGPClient) PGPVerify(ctx context.Context, __arg PGPVerifyArg) (res PGPSigVerification, err error)
- type PGPCreateUids
- type PGPDecryptArg
- type PGPDecryptOptions
- type PGPDeletePrimaryArg
- type PGPEncryptArg
- type PGPEncryptOptions
- type PGPExportArg
- type PGPExportByFingerprintArg
- type PGPExportByKIDArg
- type PGPIdentity
- type PGPImportArg
- type PGPInterface
- type PGPKeyGenArg
- type PGPKeyGenDefaultArg
- type PGPKeyInSecretStoreFileArg
- type PGPProvisionArg
- type PGPPullArg
- type PGPPurgeArg
- type PGPPurgeRes
- type PGPQuery
- type PGPSelectArg
- type PGPSigVerification
- type PGPSignArg
- type PGPSignOptions
- type PGPStorageDismissArg
- type PGPUiClient
- func (c PGPUiClient) Finished(ctx context.Context, sessionID int) (err error)
- func (c PGPUiClient) KeyGenerated(ctx context.Context, __arg KeyGeneratedArg) (err error)
- func (c PGPUiClient) OutputSignatureSuccess(ctx context.Context, __arg OutputSignatureSuccessArg) (err error)
- func (c PGPUiClient) OutputSignatureSuccessNonKeybase(ctx context.Context, __arg OutputSignatureSuccessNonKeybaseArg) (err error)
- func (c PGPUiClient) ShouldPushPrivate(ctx context.Context, sessionID int) (res bool, err error)
- type PGPUiInterface
- type PGPUpdateArg
- type PGPVerifyArg
- type PGPVerifyOptions
- type PanicArg
- type PaperKeyArg
- type PaperKeyCachedArg
- type PaperKeySubmitArg
- type PaperProvisionArg
- type PaperprovisionClient
- type PaperprovisionInterface
- type PassphraseChangeArg
- type PassphraseCommonClient
- type PassphraseCommonInterface
- type PassphrasePromptArg
- type PassphraseStream
- type PassphraseType
- type Path
- type PathType
- type Ping2Arg
- type PingArg
- type PingResponse
- type PlatformInfo
- type PostArg
- type PostJSONArg
- type PreProofWarningArg
- type PrepareLogsendArg
- type ProblemSet
- type ProblemSetDevices
- type ProblemTLF
- type Process
- type ProcessClient
- type ProcessInterface
- type ProfileEditArg
- type Progress
- type PromptDefault
- type PromptNewDeviceNameArg
- type PromptOverwriteArg
- type PromptOverwriteType
- type PromptRevokePaperKeysArg
- type PromptUsernameArg
- type PromptYesNoArg
- type ProofResult
- type ProofState
- type ProofStatus
- type ProofType
- type Proofs
- type ProveClient
- type ProveCommonClient
- type ProveCommonInterface
- type ProveInterface
- type ProveUiClient
- func (c ProveUiClient) DisplayRecheckWarning(ctx context.Context, __arg DisplayRecheckWarningArg) (err error)
- func (c ProveUiClient) OkToCheck(ctx context.Context, __arg OkToCheckArg) (res bool, err error)
- func (c ProveUiClient) OutputInstructions(ctx context.Context, __arg OutputInstructionsArg) (err error)
- func (c ProveUiClient) OutputPrechecks(ctx context.Context, __arg OutputPrechecksArg) (err error)
- func (c ProveUiClient) PreProofWarning(ctx context.Context, __arg PreProofWarningArg) (res bool, err error)
- func (c ProveUiClient) PromptOverwrite(ctx context.Context, __arg PromptOverwriteArg) (res bool, err error)
- func (c ProveUiClient) PromptUsername(ctx context.Context, __arg PromptUsernameArg) (res string, err error)
- type ProveUiInterface
- type ProvisionMethod
- type ProvisionUiClient
- func (c ProvisionUiClient) ChooseDevice(ctx context.Context, __arg ChooseDeviceArg) (res DeviceID, err error)
- func (c ProvisionUiClient) ChooseDeviceType(ctx context.Context, __arg ChooseDeviceTypeArg) (res DeviceType, err error)
- func (c ProvisionUiClient) ChooseGPGMethod(ctx context.Context, __arg ChooseGPGMethodArg) (res GPGMethod, err error)
- func (c ProvisionUiClient) ChooseProvisioningMethod(ctx context.Context, __arg ChooseProvisioningMethodArg) (res ProvisionMethod, err error)
- func (c ProvisionUiClient) DisplayAndPromptSecret(ctx context.Context, __arg DisplayAndPromptSecretArg) (res SecretResponse, err error)
- func (c ProvisionUiClient) DisplaySecretExchanged(ctx context.Context, sessionID int) (err error)
- func (c ProvisionUiClient) PromptNewDeviceName(ctx context.Context, __arg PromptNewDeviceNameArg) (res string, err error)
- func (c ProvisionUiClient) ProvisioneeSuccess(ctx context.Context, __arg ProvisioneeSuccessArg) (err error)
- func (c ProvisionUiClient) ProvisionerSuccess(ctx context.Context, __arg ProvisionerSuccessArg) (err error)
- func (c ProvisionUiClient) SwitchToGPGSignOK(ctx context.Context, __arg SwitchToGPGSignOKArg) (res bool, err error)
- type ProvisionUiInterface
- type ProvisioneeSuccessArg
- type ProvisionerSuccessArg
- type PruneBranchArg
- type PublicCanonicalTLFNameAndIDArg
- type PublicKey
- type PushOutOfBandMessagesArg
- type PushReason
- type PushStateArg
- type PutBlockArg
- type PutKeysArg
- type PutMetadataArg
- type QuotaClient
- type QuotaInterface
- type Reachability
- type ReachabilityChangedArg
- type ReachabilityClient
- func (c ReachabilityClient) CheckReachability(ctx context.Context) (res Reachability, err error)
- func (c ReachabilityClient) ReachabilityChanged(ctx context.Context, reachability Reachability) (err error)
- func (c ReachabilityClient) StartReachability(ctx context.Context) (res Reachability, err error)
- type ReachabilityInterface
- type Reachable
- type ReadArg
- type ReadArgs
- type RecoverAccountFromEmailAddressArg
- type RefreshArg
- type RegisterAddressArg
- type RegisterAddressRes
- type RegisterBTCArg
- type RegisterForUpdatesArg
- type RegisterGregorFirehoseArg
- type RegisterIdentifyUIArg
- type RegisterLoggerArg
- type RegisterRekeyUIArg
- type RegisterSecretUIArg
- type RegisterUpdateUIArg
- type RekeyClient
- func (c RekeyClient) DebugShowRekeyStatus(ctx context.Context, sessionID int) (err error)
- func (c RekeyClient) GetPendingRekeyStatus(ctx context.Context, sessionID int) (res ProblemSetDevices, err error)
- func (c RekeyClient) GetRevokeWarning(ctx context.Context, __arg GetRevokeWarningArg) (res RevokeWarning, err error)
- func (c RekeyClient) RekeyStatusFinish(ctx context.Context, sessionID int) (res Outcome, err error)
- func (c RekeyClient) RekeySync(ctx context.Context, __arg RekeySyncArg) (err error)
- func (c RekeyClient) ShowPendingRekeyStatus(ctx context.Context, sessionID int) (err error)
- type RekeyEvent
- type RekeyEventType
- type RekeyInterface
- type RekeyRequest
- type RekeySendEventArg
- type RekeyStatusFinishArg
- type RekeySyncArg
- type RekeyUIClient
- type RekeyUIInterface
- type ReloadArg
- type RemoteProof
- type RemoteTrack
- type RemoveArgs
- type ReportLastTrackArg
- type ReportTrackTokenArg
- type ResetAccountArg
- type ResetArg
- type Resolve2Arg
- type ResolveArg
- type RevokeClient
- type RevokeDeviceArg
- type RevokeInterface
- type RevokeKeyArg
- type RevokeSigsArg
- type RevokeWarning
- type RevokedKey
- type RevokedProof
- type SaltpackClient
- func (c SaltpackClient) SaltpackDecrypt(ctx context.Context, __arg SaltpackDecryptArg) (res SaltpackEncryptedMessageInfo, err error)
- func (c SaltpackClient) SaltpackEncrypt(ctx context.Context, __arg SaltpackEncryptArg) (err error)
- func (c SaltpackClient) SaltpackSign(ctx context.Context, __arg SaltpackSignArg) (err error)
- func (c SaltpackClient) SaltpackVerify(ctx context.Context, __arg SaltpackVerifyArg) (err error)
- type SaltpackDecryptArg
- type SaltpackDecryptOptions
- type SaltpackEncryptArg
- type SaltpackEncryptOptions
- type SaltpackEncryptedMessageInfo
- type SaltpackInterface
- type SaltpackPromptForDecryptArg
- type SaltpackSender
- type SaltpackSenderType
- type SaltpackSignArg
- type SaltpackSignOptions
- type SaltpackUiClient
- func (c SaltpackUiClient) SaltpackPromptForDecrypt(ctx context.Context, __arg SaltpackPromptForDecryptArg) (err error)
- func (c SaltpackUiClient) SaltpackVerifyBadSender(ctx context.Context, __arg SaltpackVerifyBadSenderArg) (err error)
- func (c SaltpackUiClient) SaltpackVerifySuccess(ctx context.Context, __arg SaltpackVerifySuccessArg) (err error)
- type SaltpackUiInterface
- type SaltpackVerifyArg
- type SaltpackVerifyBadSenderArg
- type SaltpackVerifyOptions
- type SaltpackVerifySuccessArg
- type ScanProofsArg
- type ScanProofsClient
- type ScanProofsInterface
- type SearchArg
- type SearchComponent
- type SearchResult
- type SecondStepArg
- type SecretEntryArg
- type SecretEntryRes
- type SecretKeys
- type SecretKeysClient
- type SecretKeysInterface
- type SecretResponse
- type SecretUiClient
- type SecretUiInterface
- type SelectKeyAndPushOptionArg
- type SelectKeyArg
- type SelectKeyRes
- type ServiceStatus
- type ServicesStatus
- type Session
- type SessionClient
- type SessionInterface
- type SessionPingArg
- type SessionStatus
- type SessionToken
- type SetCurrentMountDirArg
- type SetNotificationsArg
- type SetPathArg
- type SetUserConfigArg
- type SetValueArg
- type SharedDHKey
- type SharedDHKeyGeneration
- type SharedDHSecretKeyBox
- type ShouldPushPrivateArg
- type ShowPendingRekeyStatusArg
- type ShutdownArg
- type Sig
- type SigHint
- type SigID
- func (s SigID) Equal(t SigID) bool
- func (s SigID) Exists() bool
- func (s SigID) IsNil() bool
- func (s *SigID) MarshalJSON() ([]byte, error)
- func (s SigID) Match(q string, exact bool) bool
- func (s SigID) NotEqual(t SigID) bool
- func (s SigID) ToDisplayString(verbose bool) string
- func (s SigID) ToMediumID() string
- func (s SigID) ToShortID() string
- func (s SigID) ToString(suffix bool) string
- func (s *SigID) UnmarshalJSON(b []byte) error
- type SigListArg
- type SigListArgs
- type SigListJSONArg
- type SigTypes
- type SignArg
- type SignED25519Arg
- type SignED25519ForKBFSArg
- type SignMode
- type SignToStringArg
- type SignupArg
- type SignupClient
- func (c SignupClient) CheckInvitationCode(ctx context.Context, __arg CheckInvitationCodeArg) (err error)
- func (c SignupClient) CheckUsernameAvailable(ctx context.Context, __arg CheckUsernameAvailableArg) (err error)
- func (c SignupClient) GetInvitationCode(ctx context.Context, sessionID int) (res string, err error)
- func (c SignupClient) InviteRequest(ctx context.Context, __arg InviteRequestArg) (err error)
- func (c SignupClient) Signup(ctx context.Context, __arg SignupArg) (res SignupRes, err error)
- type SignupInterface
- type SignupRes
- type SigsClient
- type SigsInterface
- type SimpleFSCancelArg
- type SimpleFSCheckArg
- type SimpleFSClient
- func (c SimpleFSClient) SimpleFSCancel(ctx context.Context, opID OpID) (err error)
- func (c SimpleFSClient) SimpleFSCheck(ctx context.Context, opID OpID) (res Progress, err error)
- func (c SimpleFSClient) SimpleFSClose(ctx context.Context, opID OpID) (err error)
- func (c SimpleFSClient) SimpleFSCopy(ctx context.Context, __arg SimpleFSCopyArg) (err error)
- func (c SimpleFSClient) SimpleFSCopyRecursive(ctx context.Context, __arg SimpleFSCopyRecursiveArg) (err error)
- func (c SimpleFSClient) SimpleFSGetOps(ctx context.Context) (res []OpDescription, err error)
- func (c SimpleFSClient) SimpleFSList(ctx context.Context, __arg SimpleFSListArg) (err error)
- func (c SimpleFSClient) SimpleFSListRecursive(ctx context.Context, __arg SimpleFSListRecursiveArg) (err error)
- func (c SimpleFSClient) SimpleFSMakeOpid(ctx context.Context) (res OpID, err error)
- func (c SimpleFSClient) SimpleFSMove(ctx context.Context, __arg SimpleFSMoveArg) (err error)
- func (c SimpleFSClient) SimpleFSOpen(ctx context.Context, __arg SimpleFSOpenArg) (err error)
- func (c SimpleFSClient) SimpleFSRead(ctx context.Context, __arg SimpleFSReadArg) (res FileContent, err error)
- func (c SimpleFSClient) SimpleFSReadList(ctx context.Context, opID OpID) (res SimpleFSListResult, err error)
- func (c SimpleFSClient) SimpleFSRemove(ctx context.Context, __arg SimpleFSRemoveArg) (err error)
- func (c SimpleFSClient) SimpleFSRename(ctx context.Context, __arg SimpleFSRenameArg) (err error)
- func (c SimpleFSClient) SimpleFSSetStat(ctx context.Context, __arg SimpleFSSetStatArg) (err error)
- func (c SimpleFSClient) SimpleFSStat(ctx context.Context, path Path) (res Dirent, err error)
- func (c SimpleFSClient) SimpleFSWait(ctx context.Context, opID OpID) (err error)
- func (c SimpleFSClient) SimpleFSWrite(ctx context.Context, __arg SimpleFSWriteArg) (err error)
- type SimpleFSCloseArg
- type SimpleFSCopyArg
- type SimpleFSCopyRecursiveArg
- type SimpleFSGetOpsArg
- type SimpleFSInterface
- type SimpleFSListArg
- type SimpleFSListRecursiveArg
- type SimpleFSListResult
- type SimpleFSMakeOpidArg
- type SimpleFSMoveArg
- type SimpleFSOpenArg
- type SimpleFSReadArg
- type SimpleFSReadListArg
- type SimpleFSRemoveArg
- type SimpleFSRenameArg
- type SimpleFSSetStatArg
- type SimpleFSStatArg
- type SimpleFSWaitArg
- type SimpleFSWriteArg
- type SocialAssertion
- type SocialAssertionService
- type StartArg
- type StartProofArg
- type StartProofResult
- type StartReachabilityArg
- type Status
- type StatusCode
- type StopArg
- type Stream
- type StreamUiClient
- func (c StreamUiClient) Close(ctx context.Context, __arg CloseArg) (err error)
- func (c StreamUiClient) Read(ctx context.Context, __arg ReadArg) (res []byte, err error)
- func (c StreamUiClient) Reset(ctx context.Context, __arg ResetArg) (err error)
- func (c StreamUiClient) Write(ctx context.Context, __arg WriteArg) (res int, err error)
- type StreamUiInterface
- type StringKVPair
- type SwitchToGPGSignOKArg
- type TLF
- type TLFBreak
- type TLFID
- type TLFIdentifyBehavior
- func (b TLFIdentifyBehavior) AlwaysRunIdentify() bool
- func (b TLFIdentifyBehavior) CanUseUntrackedFastPath() bool
- func (b TLFIdentifyBehavior) ShouldSuppressTrackerPopups() bool
- func (b TLFIdentifyBehavior) SkipExternalChecks() bool
- func (e TLFIdentifyBehavior) String() string
- func (b TLFIdentifyBehavior) WarningInsteadOfErrorOnBrokenTracks() bool
- type TLFIdentifyFailure
- type TLFQuery
- type Test
- type TestArg
- type TestCallbackArg
- type TestClient
- type TestInterface
- type Text
- type Time
- type TlfClient
- func (c TlfClient) CompleteAndCanonicalizePrivateTlfName(ctx context.Context, query TLFQuery) (res CanonicalTLFNameAndIDWithBreaks, err error)
- func (c TlfClient) CryptKeys(ctx context.Context, query TLFQuery) (res GetTLFCryptKeysRes, err error)
- func (c TlfClient) PublicCanonicalTLFNameAndID(ctx context.Context, query TLFQuery) (res CanonicalTLFNameAndIDWithBreaks, err error)
- type TlfInterface
- type TlfKeysClient
- type TlfKeysInterface
- type ToStatusAble
- type TrackArg
- type TrackClient
- func (c TrackClient) CheckTracking(ctx context.Context, sessionID int) (err error)
- func (c TrackClient) DismissWithToken(ctx context.Context, __arg DismissWithTokenArg) (err error)
- func (c TrackClient) FakeTrackingChanged(ctx context.Context, __arg FakeTrackingChangedArg) (err error)
- func (c TrackClient) Track(ctx context.Context, __arg TrackArg) (res ConfirmResult, err error)
- func (c TrackClient) TrackWithToken(ctx context.Context, __arg TrackWithTokenArg) (err error)
- func (c TrackClient) Untrack(ctx context.Context, __arg UntrackArg) (err error)
- type TrackDiff
- type TrackDiffType
- type TrackInterface
- type TrackOptions
- type TrackProof
- type TrackStatus
- type TrackSummary
- type TrackToken
- type TrackWithTokenArg
- type Tracker
- type TrackingChangedArg
- type TruncateLockArg
- type TruncateUnlockArg
- type UID
- type UiClient
- type UiInterface
- type UnboxAnyRes
- type UnboxBytes32AnyArg
- type UnboxBytes32Arg
- type UninstallResult
- type UnlockArg
- type UnlockWithPassphraseArg
- type UntrackArg
- type Update
- type UpdateAction
- type UpdateAppInUseAction
- type UpdateAppInUseArg
- type UpdateAppInUseRes
- type UpdateArg
- type UpdateCheckArg
- type UpdateClient
- type UpdateCommonClient
- type UpdateCommonInterface
- type UpdateInterface
- type UpdateOptions
- type UpdatePromptArg
- type UpdatePromptOptions
- type UpdatePromptRes
- type UpdateQuitArg
- type UpdateQuitRes
- type UpdateResult
- type UpdateType
- type UpdateUiClient
- func (c UpdateUiClient) UpdateAppInUse(ctx context.Context, __arg UpdateAppInUseArg) (res UpdateAppInUseRes, err error)
- func (c UpdateUiClient) UpdatePrompt(ctx context.Context, __arg UpdatePromptArg) (res UpdatePromptRes, err error)
- func (c UpdateUiClient) UpdateQuit(ctx context.Context, __arg UpdateQuitArg) (res UpdateQuitRes, err error)
- type UpdateUiInterface
- type User
- type UserCard
- type UserChangedArg
- type UserClient
- func (c UserClient) ListTrackers(ctx context.Context, __arg ListTrackersArg) (res []Tracker, err error)
- func (c UserClient) ListTrackers2(ctx context.Context, __arg ListTrackers2Arg) (res UserSummary2Set, err error)
- func (c UserClient) ListTrackersByName(ctx context.Context, __arg ListTrackersByNameArg) (res []Tracker, err error)
- func (c UserClient) ListTrackersSelf(ctx context.Context, sessionID int) (res []Tracker, err error)
- func (c UserClient) ListTracking(ctx context.Context, __arg ListTrackingArg) (res []UserSummary, err error)
- func (c UserClient) ListTrackingJSON(ctx context.Context, __arg ListTrackingJSONArg) (res string, err error)
- func (c UserClient) LoadAllPublicKeysUnverified(ctx context.Context, __arg LoadAllPublicKeysUnverifiedArg) (res []PublicKey, err error)
- func (c UserClient) LoadMyPublicKeys(ctx context.Context, sessionID int) (res []PublicKey, err error)
- func (c UserClient) LoadMySettings(ctx context.Context, sessionID int) (res UserSettings, err error)
- func (c UserClient) LoadPublicKeys(ctx context.Context, __arg LoadPublicKeysArg) (res []PublicKey, err error)
- func (c UserClient) LoadUncheckedUserSummaries(ctx context.Context, __arg LoadUncheckedUserSummariesArg) (res []UserSummary, err error)
- func (c UserClient) LoadUser(ctx context.Context, __arg LoadUserArg) (res User, err error)
- func (c UserClient) LoadUserByName(ctx context.Context, __arg LoadUserByNameArg) (res User, err error)
- func (c UserClient) LoadUserPlusKeys(ctx context.Context, __arg LoadUserPlusKeysArg) (res UserPlusKeys, err error)
- func (c UserClient) ProfileEdit(ctx context.Context, __arg ProfileEditArg) (err error)
- func (c UserClient) Search(ctx context.Context, __arg SearchArg) (res []SearchResult, err error)
- type UserInterface
- type UserPlusAllKeys
- func (u *UserPlusAllKeys) DeepCopy() *UserPlusAllKeys
- func (u UserPlusAllKeys) Export() *User
- func (u UserPlusAllKeys) FindDevice(d DeviceID) *PublicKey
- func (u UserPlusAllKeys) GetDeviceID(kid KID) (ret DeviceID, err error)
- func (u UserPlusAllKeys) GetName() string
- func (u UserPlusAllKeys) GetRemoteTrack(s string) *RemoteTrack
- func (u UserPlusAllKeys) GetUID() UID
- func (u UserPlusAllKeys) IsOlderThan(v UserPlusAllKeys) bool
- type UserPlusKeys
- type UserResolution
- type UserSettings
- type UserSummary
- type UserSummary2
- type UserSummary2Set
- type UserVersionVector
- type VerifySessionArg
- type VerifySessionRes
- type WaitForClientArg
- type WantToAddGPGKeyArg
- type WebProof
- type WriteArg
- type WriteArgs
Constants ¶
const ( UID_LEN = 16 UID_SUFFIX = 0x00 UID_SUFFIX_2 = 0x19 UID_SUFFIX_HEX = "00" UID_SUFFIX_2_HEX = "19" PUBLIC_UID = "ffffffffffffffffffffffffffffff00" )
const ( SIG_ID_LEN = 32 SIG_ID_SUFFIX = 0x0f SIG_SHORT_ID_BYTES = 27 SigIDQueryMin = 8 )
const ( DeviceIDLen = 16 DeviceIDSuffix = 0x18 DeviceIDSuffixHex = "18" )
const ( KidLen = 35 // bytes KidSuffix = 0x0a // a byte KidVersion = 0x1 )
Variables ¶
var AsyncOpsMap = map[string]AsyncOps{
"LIST": 0,
"LIST_RECURSIVE": 1,
"READ": 2,
"WRITE": 3,
"COPY": 4,
"MOVE": 5,
"REMOVE": 6,
}
var AsyncOpsRevMap = map[AsyncOps]string{
0: "LIST",
1: "LIST_RECURSIVE",
2: "READ",
3: "WRITE",
4: "COPY",
5: "MOVE",
6: "REMOVE",
}
var BlockTypeMap = map[string]BlockType{
"DATA": 0,
"MD": 1,
}
var BlockTypeRevMap = map[BlockType]string{
0: "DATA",
1: "MD",
}
var CheckResultFreshnessMap = map[string]CheckResultFreshness{
"FRESH": 0,
"AGED": 1,
"RANCID": 2,
}
var CheckResultFreshnessRevMap = map[CheckResultFreshness]string{
0: "FRESH",
1: "AGED",
2: "RANCID",
}
var ChooseTypeMap = map[string]ChooseType{
"EXISTING_DEVICE": 0,
"NEW_DEVICE": 1,
}
var ChooseTypeRevMap = map[ChooseType]string{
0: "EXISTING_DEVICE",
1: "NEW_DEVICE",
}
var ClientTypeMap = map[string]ClientType{
"NONE": 0,
"CLI": 1,
"GUI_MAIN": 2,
"KBFS": 3,
"GUI_HELPER": 4,
}
var ClientTypeRevMap = map[ClientType]string{
0: "NONE",
1: "CLI",
2: "GUI_MAIN",
3: "KBFS",
4: "GUI_HELPER",
}
var DbTypeMap = map[string]DbType{
"MAIN": 0,
"CHAT": 1,
}
var DbTypeRevMap = map[DbType]string{
0: "MAIN",
1: "CHAT",
}
var DeviceTypeMap = map[string]DeviceType{
"DESKTOP": 0,
"MOBILE": 1,
}
var DeviceTypeRevMap = map[DeviceType]string{
0: "DESKTOP",
1: "MOBILE",
}
var DirentTypeMap = map[string]DirentType{
"FILE": 0,
"DIR": 1,
"SYM": 2,
"EXEC": 3,
}
var DirentTypeRevMap = map[DirentType]string{
0: "FILE",
1: "DIR",
2: "SYM",
3: "EXEC",
}
var DismissReasonTypeMap = map[string]DismissReasonType{
"NONE": 0,
"HANDLED_ELSEWHERE": 1,
}
var DismissReasonTypeRevMap = map[DismissReasonType]string{
0: "NONE",
1: "HANDLED_ELSEWHERE",
}
var ExitCodeMap = map[string]ExitCode{
"OK": 0,
"NOTOK": 2,
"RESTART": 4,
}
var ExitCodeRevMap = map[ExitCode]string{
0: "OK",
2: "NOTOK",
4: "RESTART",
}
var FSErrorTypeMap = map[string]FSErrorType{
"ACCESS_DENIED": 0,
"USER_NOT_FOUND": 1,
"REVOKED_DATA_DETECTED": 2,
"NOT_LOGGED_IN": 3,
"TIMEOUT": 4,
"REKEY_NEEDED": 5,
"BAD_FOLDER": 6,
"NOT_IMPLEMENTED": 7,
"OLD_VERSION": 8,
"OVER_QUOTA": 9,
"NO_SIG_CHAIN": 10,
"TOO_MANY_FOLDERS": 11,
"EXDEV_NOT_SUPPORTED": 12,
}
var FSErrorTypeRevMap = map[FSErrorType]string{
0: "ACCESS_DENIED",
1: "USER_NOT_FOUND",
2: "REVOKED_DATA_DETECTED",
3: "NOT_LOGGED_IN",
4: "TIMEOUT",
5: "REKEY_NEEDED",
6: "BAD_FOLDER",
7: "NOT_IMPLEMENTED",
8: "OLD_VERSION",
9: "OVER_QUOTA",
10: "NO_SIG_CHAIN",
11: "TOO_MANY_FOLDERS",
12: "EXDEV_NOT_SUPPORTED",
}
var FSNotificationTypeMap = map[string]FSNotificationType{
"ENCRYPTING": 0,
"DECRYPTING": 1,
"SIGNING": 2,
"VERIFYING": 3,
"REKEYING": 4,
"CONNECTION": 5,
"MD_READ_SUCCESS": 6,
"FILE_CREATED": 7,
"FILE_MODIFIED": 8,
"FILE_DELETED": 9,
"FILE_RENAMED": 10,
}
var FSNotificationTypeRevMap = map[FSNotificationType]string{
0: "ENCRYPTING",
1: "DECRYPTING",
2: "SIGNING",
3: "VERIFYING",
4: "REKEYING",
5: "CONNECTION",
6: "MD_READ_SUCCESS",
7: "FILE_CREATED",
8: "FILE_MODIFIED",
9: "FILE_DELETED",
10: "FILE_RENAMED",
}
var FSStatusCodeMap = map[string]FSStatusCode{
"START": 0,
"FINISH": 1,
"ERROR": 2,
}
var FSStatusCodeRevMap = map[FSStatusCode]string{
0: "START",
1: "FINISH",
2: "ERROR",
}
var FileTypeMap = map[string]FileType{
"UNKNOWN": 0,
"DIRECTORY": 1,
"FILE": 2,
}
var FileTypeRevMap = map[FileType]string{
0: "UNKNOWN",
1: "DIRECTORY",
2: "FILE",
}
var ForkTypeMap = map[string]ForkType{
"NONE": 0,
"AUTO": 1,
"WATCHDOG": 2,
"LAUNCHD": 3,
}
var ForkTypeRevMap = map[ForkType]string{
0: "NONE",
1: "AUTO",
2: "WATCHDOG",
3: "LAUNCHD",
}
var GPGMethodMap = map[string]GPGMethod{
"GPG_NONE": 0,
"GPG_IMPORT": 1,
"GPG_SIGN": 2,
}
var GPGMethodRevMap = map[GPGMethod]string{
0: "GPG_NONE",
1: "GPG_IMPORT",
2: "GPG_SIGN",
}
var IdentifyReasonTypeMap = map[string]IdentifyReasonType{
"NONE": 0,
"ID": 1,
"TRACK": 2,
"ENCRYPT": 3,
"DECRYPT": 4,
"VERIFY": 5,
"RESOURCE": 6,
"BACKGROUND": 7,
}
var IdentifyReasonTypeRevMap = map[IdentifyReasonType]string{
0: "NONE",
1: "ID",
2: "TRACK",
3: "ENCRYPT",
4: "DECRYPT",
5: "VERIFY",
6: "RESOURCE",
7: "BACKGROUND",
}
var InstallActionMap = map[string]InstallAction{
"UNKNOWN": 0,
"NONE": 1,
"UPGRADE": 2,
"REINSTALL": 3,
"INSTALL": 4,
}
var InstallActionRevMap = map[InstallAction]string{
0: "UNKNOWN",
1: "NONE",
2: "UPGRADE",
3: "REINSTALL",
4: "INSTALL",
}
var InstallStatusMap = map[string]InstallStatus{
"UNKNOWN": 0,
"ERROR": 1,
"NOT_INSTALLED": 2,
"INSTALLED": 4,
}
var InstallStatusRevMap = map[InstallStatus]string{
0: "UNKNOWN",
1: "ERROR",
2: "NOT_INSTALLED",
4: "INSTALLED",
}
var LogLevelMap = map[string]LogLevel{
"NONE": 0,
"DEBUG": 1,
"INFO": 2,
"NOTICE": 3,
"WARN": 4,
"ERROR": 5,
"CRITICAL": 6,
"FATAL": 7,
}
var LogLevelRevMap = map[LogLevel]string{
0: "NONE",
1: "DEBUG",
2: "INFO",
3: "NOTICE",
4: "WARN",
5: "ERROR",
6: "CRITICAL",
7: "FATAL",
}
var MerkleTreeIDMap = map[string]MerkleTreeID{
"MASTER": 0,
"KBFS_PUBLIC": 1,
"KBFS_PRIVATE": 2,
}
var MerkleTreeIDRevMap = map[MerkleTreeID]string{
0: "MASTER",
1: "KBFS_PUBLIC",
2: "KBFS_PRIVATE",
}
var OpenFlagsMap = map[string]OpenFlags{
"READ": 0,
"REPLACE": 1,
"EXISTING": 2,
"WRITE": 4,
"APPEND": 8,
"DIRECTORY": 16,
}
var OpenFlagsRevMap = map[OpenFlags]string{
0: "READ",
1: "REPLACE",
2: "EXISTING",
4: "WRITE",
8: "APPEND",
16: "DIRECTORY",
}
var OutcomeMap = map[string]Outcome{
"NONE": 0,
"FIXED": 1,
"IGNORED": 2,
}
var OutcomeRevMap = map[Outcome]string{
0: "NONE",
1: "FIXED",
2: "IGNORED",
}
var PassphraseTypeMap = map[string]PassphraseType{
"NONE": 0,
"PAPER_KEY": 1,
"PASS_PHRASE": 2,
"VERIFY_PASS_PHRASE": 3,
}
var PassphraseTypeRevMap = map[PassphraseType]string{
0: "NONE",
1: "PAPER_KEY",
2: "PASS_PHRASE",
3: "VERIFY_PASS_PHRASE",
}
var PathTypeMap = map[string]PathType{
"LOCAL": 0,
"KBFS": 1,
}
var PathTypeRevMap = map[PathType]string{
0: "LOCAL",
1: "KBFS",
}
var PromptDefaultMap = map[string]PromptDefault{
"NONE": 0,
"YES": 1,
"NO": 2,
}
var PromptDefaultRevMap = map[PromptDefault]string{
0: "NONE",
1: "YES",
2: "NO",
}
var PromptOverwriteTypeMap = map[string]PromptOverwriteType{
"SOCIAL": 0,
"SITE": 1,
}
var PromptOverwriteTypeRevMap = map[PromptOverwriteType]string{
0: "SOCIAL",
1: "SITE",
}
var ProofStateMap = map[string]ProofState{
"NONE": 0,
"OK": 1,
"TEMP_FAILURE": 2,
"PERM_FAILURE": 3,
"LOOKING": 4,
"SUPERSEDED": 5,
"POSTED": 6,
"REVOKED": 7,
"DELETED": 8,
"UNKNOWN_TYPE": 9,
"SIG_HINT_MISSING": 10,
"UNCHECKED": 11,
}
var ProofStateRevMap = map[ProofState]string{
0: "NONE",
1: "OK",
2: "TEMP_FAILURE",
3: "PERM_FAILURE",
4: "LOOKING",
5: "SUPERSEDED",
6: "POSTED",
7: "REVOKED",
8: "DELETED",
9: "UNKNOWN_TYPE",
10: "SIG_HINT_MISSING",
11: "UNCHECKED",
}
var ProofStatusMap = map[string]ProofStatus{
"NONE": 0,
"OK": 1,
"LOCAL": 2,
"FOUND": 3,
"BASE_ERROR": 100,
"HOST_UNREACHABLE": 101,
"PERMISSION_DENIED": 103,
"FAILED_PARSE": 106,
"DNS_ERROR": 107,
"AUTH_FAILED": 108,
"HTTP_429": 129,
"HTTP_500": 150,
"TIMEOUT": 160,
"INTERNAL_ERROR": 170,
"UNCHECKED": 171,
"MISSING_PVL": 172,
"BASE_HARD_ERROR": 200,
"NOT_FOUND": 201,
"CONTENT_FAILURE": 202,
"BAD_USERNAME": 203,
"BAD_REMOTE_ID": 204,
"TEXT_NOT_FOUND": 205,
"BAD_ARGS": 206,
"CONTENT_MISSING": 207,
"TITLE_NOT_FOUND": 208,
"SERVICE_ERROR": 209,
"TOR_SKIPPED": 210,
"TOR_INCOMPATIBLE": 211,
"HTTP_300": 230,
"HTTP_400": 240,
"HTTP_OTHER": 260,
"EMPTY_JSON": 270,
"DELETED": 301,
"SERVICE_DEAD": 302,
"BAD_SIGNATURE": 303,
"BAD_API_URL": 304,
"UNKNOWN_TYPE": 305,
"NO_HINT": 306,
"BAD_HINT_TEXT": 307,
"INVALID_PVL": 308,
}
var ProofStatusRevMap = map[ProofStatus]string{
0: "NONE",
1: "OK",
2: "LOCAL",
3: "FOUND",
100: "BASE_ERROR",
101: "HOST_UNREACHABLE",
103: "PERMISSION_DENIED",
106: "FAILED_PARSE",
107: "DNS_ERROR",
108: "AUTH_FAILED",
129: "HTTP_429",
150: "HTTP_500",
160: "TIMEOUT",
170: "INTERNAL_ERROR",
171: "UNCHECKED",
172: "MISSING_PVL",
200: "BASE_HARD_ERROR",
201: "NOT_FOUND",
202: "CONTENT_FAILURE",
203: "BAD_USERNAME",
204: "BAD_REMOTE_ID",
205: "TEXT_NOT_FOUND",
206: "BAD_ARGS",
207: "CONTENT_MISSING",
208: "TITLE_NOT_FOUND",
209: "SERVICE_ERROR",
210: "TOR_SKIPPED",
211: "TOR_INCOMPATIBLE",
230: "HTTP_300",
240: "HTTP_400",
260: "HTTP_OTHER",
270: "EMPTY_JSON",
301: "DELETED",
302: "SERVICE_DEAD",
303: "BAD_SIGNATURE",
304: "BAD_API_URL",
305: "UNKNOWN_TYPE",
306: "NO_HINT",
307: "BAD_HINT_TEXT",
308: "INVALID_PVL",
}
var ProofTypeMap = map[string]ProofType{
"NONE": 0,
"KEYBASE": 1,
"TWITTER": 2,
"GITHUB": 3,
"REDDIT": 4,
"COINBASE": 5,
"HACKERNEWS": 6,
"FACEBOOK": 8,
"GENERIC_WEB_SITE": 1000,
"DNS": 1001,
"PGP": 1002,
"ROOTER": 100001,
}
var ProofTypeRevMap = map[ProofType]string{
0: "NONE",
1: "KEYBASE",
2: "TWITTER",
3: "GITHUB",
4: "REDDIT",
5: "COINBASE",
6: "HACKERNEWS",
8: "FACEBOOK",
1000: "GENERIC_WEB_SITE",
1001: "DNS",
1002: "PGP",
100001: "ROOTER",
}
var ProvisionMethodMap = map[string]ProvisionMethod{
"DEVICE": 0,
"PAPER_KEY": 1,
"PASSPHRASE": 2,
"GPG_IMPORT": 3,
"GPG_SIGN": 4,
}
var ProvisionMethodRevMap = map[ProvisionMethod]string{
0: "DEVICE",
1: "PAPER_KEY",
2: "PASSPHRASE",
3: "GPG_IMPORT",
4: "GPG_SIGN",
}
var PublicUID = UID(PUBLIC_UID)
UID for the special "public" user.
var PushReasonMap = map[string]PushReason{
"NONE": 0,
"RECONNECTED": 1,
"NEW_DATA": 2,
}
var PushReasonRevMap = map[PushReason]string{
0: "NONE",
1: "RECONNECTED",
2: "NEW_DATA",
}
var ReachableMap = map[string]Reachable{
"UNKNOWN": 0,
"YES": 1,
"NO": 2,
}
var ReachableRevMap = map[Reachable]string{
0: "UNKNOWN",
1: "YES",
2: "NO",
}
var RekeyEventTypeMap = map[string]RekeyEventType{
"NONE": 0,
"NOT_LOGGED_IN": 1,
"API_ERROR": 2,
"NO_PROBLEMS": 3,
"LOAD_ME_ERROR": 4,
"CURRENT_DEVICE_CAN_REKEY": 5,
"DEVICE_LOAD_ERROR": 6,
"HARASS": 7,
"NO_GREGOR_MESSAGES": 8,
}
var RekeyEventTypeRevMap = map[RekeyEventType]string{
0: "NONE",
1: "NOT_LOGGED_IN",
2: "API_ERROR",
3: "NO_PROBLEMS",
4: "LOAD_ME_ERROR",
5: "CURRENT_DEVICE_CAN_REKEY",
6: "DEVICE_LOAD_ERROR",
7: "HARASS",
8: "NO_GREGOR_MESSAGES",
}
var SaltpackSenderTypeMap = map[string]SaltpackSenderType{
"NOT_TRACKED": 0,
"UNKNOWN": 1,
"ANONYMOUS": 2,
"TRACKING_BROKE": 3,
"TRACKING_OK": 4,
"SELF": 5,
"REVOKED": 6,
"EXPIRED": 7,
}
var SaltpackSenderTypeRevMap = map[SaltpackSenderType]string{
0: "NOT_TRACKED",
1: "UNKNOWN",
2: "ANONYMOUS",
3: "TRACKING_BROKE",
4: "TRACKING_OK",
5: "SELF",
6: "REVOKED",
7: "EXPIRED",
}
var SignModeMap = map[string]SignMode{
"ATTACHED": 0,
"DETACHED": 1,
"CLEAR": 2,
}
var SignModeRevMap = map[SignMode]string{
0: "ATTACHED",
1: "DETACHED",
2: "CLEAR",
}
var StatusCodeMap = map[string]StatusCode{
"SCOk": 0,
"SCInputError": 100,
"SCLoginRequired": 201,
"SCBadSession": 202,
"SCBadLoginUserNotFound": 203,
"SCBadLoginPassword": 204,
"SCNotFound": 205,
"SCThrottleControl": 210,
"SCDeleted": 216,
"SCGeneric": 218,
"SCAlreadyLoggedIn": 235,
"SCExists": 230,
"SCCanceled": 237,
"SCInputCanceled": 239,
"SCReloginRequired": 274,
"SCResolutionFailed": 275,
"SCProfileNotPublic": 276,
"SCIdentifyFailed": 277,
"SCTrackingBroke": 278,
"SCWrongCryptoFormat": 279,
"SCDecryptionError": 280,
"SCInvalidAddress": 281,
"SCNoSession": 283,
"SCBadEmail": 472,
"SCBadSignupUsernameTaken": 701,
"SCBadInvitationCode": 707,
"SCMissingResult": 801,
"SCKeyNotFound": 901,
"SCKeyInUse": 907,
"SCKeyBadGen": 913,
"SCKeyNoSecret": 914,
"SCKeyBadUIDs": 915,
"SCKeyNoActive": 916,
"SCKeyNoSig": 917,
"SCKeyBadSig": 918,
"SCKeyBadEldest": 919,
"SCKeyNoEldest": 920,
"SCKeyDuplicateUpdate": 921,
"SCSibkeyAlreadyExists": 922,
"SCDecryptionKeyNotFound": 924,
"SCKeyNoPGPEncryption": 927,
"SCKeyNoNaClEncryption": 928,
"SCKeySyncedPGPNotFound": 929,
"SCKeyNoMatchingGPG": 930,
"SCKeyRevoked": 931,
"SCBadTrackSession": 1301,
"SCDeviceBadName": 1404,
"SCDeviceNameInUse": 1408,
"SCDeviceNotFound": 1409,
"SCDeviceMismatch": 1410,
"SCDeviceRequired": 1411,
"SCDevicePrevProvisioned": 1413,
"SCDeviceNoProvision": 1414,
"SCStreamExists": 1501,
"SCStreamNotFound": 1502,
"SCStreamWrongKind": 1503,
"SCStreamEOF": 1504,
"SCGenericAPIError": 1600,
"SCAPINetworkError": 1601,
"SCTimeout": 1602,
"SCProofError": 1701,
"SCIdentificationExpired": 1702,
"SCSelfNotFound": 1703,
"SCBadKexPhrase": 1704,
"SCNoUIDelegation": 1705,
"SCNoUI": 1706,
"SCGPGUnavailable": 1707,
"SCInvalidVersionError": 1800,
"SCOldVersionError": 1801,
"SCInvalidLocationError": 1802,
"SCServiceStatusError": 1803,
"SCInstallError": 1804,
"SCChatInternal": 2500,
"SCChatRateLimit": 2501,
"SCChatConvExists": 2502,
"SCChatUnknownTLFID": 2503,
"SCChatNotInConv": 2504,
"SCChatBadMsg": 2505,
"SCChatBroadcast": 2506,
"SCChatAlreadySuperseded": 2507,
"SCChatAlreadyDeleted": 2508,
"SCChatTLFFinalized": 2509,
"SCChatCollision": 2510,
"SCIdentifySummaryError": 2511,
"SCNeedSelfRekey": 2512,
"SCNeedOtherRekey": 2513,
"SCChatMessageCollision": 2514,
}
var StatusCodeRevMap = map[StatusCode]string{
0: "SCOk",
100: "SCInputError",
201: "SCLoginRequired",
202: "SCBadSession",
203: "SCBadLoginUserNotFound",
204: "SCBadLoginPassword",
205: "SCNotFound",
210: "SCThrottleControl",
216: "SCDeleted",
218: "SCGeneric",
235: "SCAlreadyLoggedIn",
230: "SCExists",
237: "SCCanceled",
239: "SCInputCanceled",
274: "SCReloginRequired",
275: "SCResolutionFailed",
276: "SCProfileNotPublic",
277: "SCIdentifyFailed",
278: "SCTrackingBroke",
279: "SCWrongCryptoFormat",
280: "SCDecryptionError",
281: "SCInvalidAddress",
283: "SCNoSession",
472: "SCBadEmail",
701: "SCBadSignupUsernameTaken",
707: "SCBadInvitationCode",
801: "SCMissingResult",
901: "SCKeyNotFound",
907: "SCKeyInUse",
913: "SCKeyBadGen",
914: "SCKeyNoSecret",
915: "SCKeyBadUIDs",
916: "SCKeyNoActive",
917: "SCKeyNoSig",
918: "SCKeyBadSig",
919: "SCKeyBadEldest",
920: "SCKeyNoEldest",
921: "SCKeyDuplicateUpdate",
922: "SCSibkeyAlreadyExists",
924: "SCDecryptionKeyNotFound",
927: "SCKeyNoPGPEncryption",
928: "SCKeyNoNaClEncryption",
929: "SCKeySyncedPGPNotFound",
930: "SCKeyNoMatchingGPG",
931: "SCKeyRevoked",
1301: "SCBadTrackSession",
1404: "SCDeviceBadName",
1408: "SCDeviceNameInUse",
1409: "SCDeviceNotFound",
1410: "SCDeviceMismatch",
1411: "SCDeviceRequired",
1413: "SCDevicePrevProvisioned",
1414: "SCDeviceNoProvision",
1501: "SCStreamExists",
1502: "SCStreamNotFound",
1503: "SCStreamWrongKind",
1504: "SCStreamEOF",
1600: "SCGenericAPIError",
1601: "SCAPINetworkError",
1602: "SCTimeout",
1701: "SCProofError",
1702: "SCIdentificationExpired",
1703: "SCSelfNotFound",
1704: "SCBadKexPhrase",
1705: "SCNoUIDelegation",
1706: "SCNoUI",
1707: "SCGPGUnavailable",
1800: "SCInvalidVersionError",
1801: "SCOldVersionError",
1802: "SCInvalidLocationError",
1803: "SCServiceStatusError",
1804: "SCInstallError",
2500: "SCChatInternal",
2501: "SCChatRateLimit",
2502: "SCChatConvExists",
2503: "SCChatUnknownTLFID",
2504: "SCChatNotInConv",
2505: "SCChatBadMsg",
2506: "SCChatBroadcast",
2507: "SCChatAlreadySuperseded",
2508: "SCChatAlreadyDeleted",
2509: "SCChatTLFFinalized",
2510: "SCChatCollision",
2511: "SCIdentifySummaryError",
2512: "SCNeedSelfRekey",
2513: "SCNeedOtherRekey",
2514: "SCChatMessageCollision",
}
var TLFIdentifyBehaviorMap = map[string]TLFIdentifyBehavior{
"DEFAULT_KBFS": 0,
"CHAT_CLI": 1,
"CHAT_GUI": 2,
"CHAT_GUI_STRICT": 3,
"KBFS_REKEY": 4,
"KBFS_QR": 5,
"CHAT_SKIP": 6,
}
var TLFIdentifyBehaviorRevMap = map[TLFIdentifyBehavior]string{
0: "DEFAULT_KBFS",
1: "CHAT_CLI",
2: "CHAT_GUI",
3: "CHAT_GUI_STRICT",
4: "KBFS_REKEY",
5: "KBFS_QR",
6: "CHAT_SKIP",
}
var TrackDiffTypeMap = map[string]TrackDiffType{
"NONE": 0,
"ERROR": 1,
"CLASH": 2,
"REVOKED": 3,
"UPGRADED": 4,
"NEW": 5,
"REMOTE_FAIL": 6,
"REMOTE_WORKING": 7,
"REMOTE_CHANGED": 8,
"NEW_ELDEST": 9,
"NONE_VIA_TEMPORARY": 10,
}
var TrackDiffTypeRevMap = map[TrackDiffType]string{
0: "NONE",
1: "ERROR",
2: "CLASH",
3: "REVOKED",
4: "UPGRADED",
5: "NEW",
6: "REMOTE_FAIL",
7: "REMOTE_WORKING",
8: "REMOTE_CHANGED",
9: "NEW_ELDEST",
10: "NONE_VIA_TEMPORARY",
}
var TrackStatusMap = map[string]TrackStatus{
"NEW_OK": 1,
"NEW_ZERO_PROOFS": 2,
"NEW_FAIL_PROOFS": 3,
"UPDATE_BROKEN_FAILED_PROOFS": 4,
"UPDATE_NEW_PROOFS": 5,
"UPDATE_OK": 6,
"UPDATE_BROKEN_REVOKED": 7,
}
var TrackStatusRevMap = map[TrackStatus]string{
1: "NEW_OK",
2: "NEW_ZERO_PROOFS",
3: "NEW_FAIL_PROOFS",
4: "UPDATE_BROKEN_FAILED_PROOFS",
5: "UPDATE_NEW_PROOFS",
6: "UPDATE_OK",
7: "UPDATE_BROKEN_REVOKED",
}
Functions ¶
func AccountProtocol ¶
func AccountProtocol(i AccountInterface) rpc.Protocol
func ApiserverProtocol ¶
func ApiserverProtocol(i ApiserverInterface) rpc.Protocol
func BTCProtocol ¶
func BTCProtocol(i BTCInterface) rpc.Protocol
func BackendCommonProtocol ¶
func BackendCommonProtocol(i BackendCommonInterface) rpc.Protocol
func BlockProtocol ¶
func BlockProtocol(i BlockInterface) rpc.Protocol
func CommonProtocol ¶
func CommonProtocol(i CommonInterface) rpc.Protocol
func ConfigProtocol ¶
func ConfigProtocol(i ConfigInterface) rpc.Protocol
func ConstantsProtocol ¶
func ConstantsProtocol(i ConstantsInterface) rpc.Protocol
func CryptoProtocol ¶
func CryptoProtocol(i CryptoInterface) rpc.Protocol
func CryptocurrencyProtocol ¶ added in v1.0.19
func CryptocurrencyProtocol(i CryptocurrencyInterface) rpc.Protocol
func CtlProtocol ¶
func CtlProtocol(i CtlInterface) rpc.Protocol
func DebuggingProtocol ¶
func DebuggingProtocol(i DebuggingInterface) rpc.Protocol
func DelegateUiCtlProtocol ¶
func DelegateUiCtlProtocol(i DelegateUiCtlInterface) rpc.Protocol
func DeviceProtocol ¶
func DeviceProtocol(i DeviceInterface) rpc.Protocol
func FavoriteProtocol ¶
func FavoriteProtocol(i FavoriteInterface) rpc.Protocol
func FormatTime ¶
func FsProtocol ¶
func FsProtocol(i FsInterface) rpc.Protocol
func GpgCommonProtocol ¶
func GpgCommonProtocol(i GpgCommonInterface) rpc.Protocol
func GpgUiProtocol ¶
func GpgUiProtocol(i GpgUiInterface) rpc.Protocol
func GregorProtocol ¶
func GregorProtocol(i GregorInterface) rpc.Protocol
func GregorUIProtocol ¶
func GregorUIProtocol(i GregorUIInterface) rpc.Protocol
func IdentifyCommonProtocol ¶
func IdentifyCommonProtocol(i IdentifyCommonInterface) rpc.Protocol
func IdentifyProtocol ¶
func IdentifyProtocol(i IdentifyInterface) rpc.Protocol
func IdentifyUiProtocol ¶
func IdentifyUiProtocol(i IdentifyUiInterface) rpc.Protocol
func InstallProtocol ¶
func InstallProtocol(i InstallInterface) rpc.Protocol
func KbfsCommonProtocol ¶
func KbfsCommonProtocol(i KbfsCommonInterface) rpc.Protocol
func KbfsMountProtocol ¶ added in v1.0.19
func KbfsMountProtocol(i KbfsMountInterface) rpc.Protocol
func KbfsProtocol ¶
func KbfsProtocol(i KbfsInterface) rpc.Protocol
func Kex2Provisionee2Protocol ¶
func Kex2Provisionee2Protocol(i Kex2Provisionee2Interface) rpc.Protocol
func Kex2ProvisioneeProtocol ¶
func Kex2ProvisioneeProtocol(i Kex2ProvisioneeInterface) rpc.Protocol
func Kex2ProvisionerProtocol ¶
func Kex2ProvisionerProtocol(i Kex2ProvisionerInterface) rpc.Protocol
func LogProtocol ¶
func LogProtocol(i LogInterface) rpc.Protocol
func LogUiProtocol ¶
func LogUiProtocol(i LogUiInterface) rpc.Protocol
func LoginProtocol ¶
func LoginProtocol(i LoginInterface) rpc.Protocol
func LoginUiProtocol ¶
func LoginUiProtocol(i LoginUiInterface) rpc.Protocol
func LogsendProtocol ¶ added in v1.0.19
func LogsendProtocol(i LogsendInterface) rpc.Protocol
func MetadataProtocol ¶
func MetadataProtocol(i MetadataInterface) rpc.Protocol
func MetadataUpdateProtocol ¶
func MetadataUpdateProtocol(i MetadataUpdateInterface) rpc.Protocol
func NotifyAppProtocol ¶
func NotifyAppProtocol(i NotifyAppInterface) rpc.Protocol
func NotifyBadgesProtocol ¶ added in v1.0.19
func NotifyBadgesProtocol(i NotifyBadgesInterface) rpc.Protocol
func NotifyCtlProtocol ¶
func NotifyCtlProtocol(i NotifyCtlInterface) rpc.Protocol
func NotifyFSProtocol ¶
func NotifyFSProtocol(i NotifyFSInterface) rpc.Protocol
func NotifyFSRequestProtocol ¶
func NotifyFSRequestProtocol(i NotifyFSRequestInterface) rpc.Protocol
func NotifyFavoritesProtocol ¶
func NotifyFavoritesProtocol(i NotifyFavoritesInterface) rpc.Protocol
func NotifyKeyfamilyProtocol ¶
func NotifyKeyfamilyProtocol(i NotifyKeyfamilyInterface) rpc.Protocol
func NotifyPGPProtocol ¶
func NotifyPGPProtocol(i NotifyPGPInterface) rpc.Protocol
func NotifyPaperKeyProtocol ¶
func NotifyPaperKeyProtocol(i NotifyPaperKeyInterface) rpc.Protocol
func NotifyServiceProtocol ¶
func NotifyServiceProtocol(i NotifyServiceInterface) rpc.Protocol
func NotifySessionProtocol ¶
func NotifySessionProtocol(i NotifySessionInterface) rpc.Protocol
func NotifyTrackingProtocol ¶
func NotifyTrackingProtocol(i NotifyTrackingInterface) rpc.Protocol
func NotifyUsersProtocol ¶
func NotifyUsersProtocol(i NotifyUsersInterface) rpc.Protocol
func PGPProtocol ¶
func PGPProtocol(i PGPInterface) rpc.Protocol
func PGPUiProtocol ¶
func PGPUiProtocol(i PGPUiInterface) rpc.Protocol
func PaperprovisionProtocol ¶
func PaperprovisionProtocol(i PaperprovisionInterface) rpc.Protocol
func PassphraseCommonProtocol ¶
func PassphraseCommonProtocol(i PassphraseCommonInterface) rpc.Protocol
func ProcessProtocol ¶
func ProcessProtocol(i ProcessInterface) rpc.Protocol
func ProveCommonProtocol ¶
func ProveCommonProtocol(i ProveCommonInterface) rpc.Protocol
func ProveProtocol ¶
func ProveProtocol(i ProveInterface) rpc.Protocol
func ProveUiProtocol ¶
func ProveUiProtocol(i ProveUiInterface) rpc.Protocol
func ProvisionUiProtocol ¶
func ProvisionUiProtocol(i ProvisionUiInterface) rpc.Protocol
func QuotaProtocol ¶
func QuotaProtocol(i QuotaInterface) rpc.Protocol
func ReachabilityProtocol ¶ added in v1.0.19
func ReachabilityProtocol(i ReachabilityInterface) rpc.Protocol
func RekeyProtocol ¶
func RekeyProtocol(i RekeyInterface) rpc.Protocol
func RekeyUIProtocol ¶
func RekeyUIProtocol(i RekeyUIInterface) rpc.Protocol
func RevokeProtocol ¶
func RevokeProtocol(i RevokeInterface) rpc.Protocol
func SaltpackProtocol ¶
func SaltpackProtocol(i SaltpackInterface) rpc.Protocol
func SaltpackUiProtocol ¶
func SaltpackUiProtocol(i SaltpackUiInterface) rpc.Protocol
func ScanProofsProtocol ¶
func ScanProofsProtocol(i ScanProofsInterface) rpc.Protocol
func SecretKeysProtocol ¶
func SecretKeysProtocol(i SecretKeysInterface) rpc.Protocol
func SecretUiProtocol ¶
func SecretUiProtocol(i SecretUiInterface) rpc.Protocol
func SessionProtocol ¶
func SessionProtocol(i SessionInterface) rpc.Protocol
func SignupProtocol ¶
func SignupProtocol(i SignupInterface) rpc.Protocol
func SigsProtocol ¶
func SigsProtocol(i SigsInterface) rpc.Protocol
func SimpleFSProtocol ¶ added in v1.0.19
func SimpleFSProtocol(i SimpleFSInterface) rpc.Protocol
func StreamUiProtocol ¶
func StreamUiProtocol(i StreamUiInterface) rpc.Protocol
func TestProtocol ¶
func TestProtocol(i TestInterface) rpc.Protocol
func TlfKeysProtocol ¶
func TlfKeysProtocol(i TlfKeysInterface) rpc.Protocol
func TlfProtocol ¶
func TlfProtocol(i TlfInterface) rpc.Protocol
func TrackProtocol ¶
func TrackProtocol(i TrackInterface) rpc.Protocol
func UiProtocol ¶
func UiProtocol(i UiInterface) rpc.Protocol
func UpdateCommonProtocol ¶
func UpdateCommonProtocol(i UpdateCommonInterface) rpc.Protocol
func UpdateProtocol ¶
func UpdateProtocol(i UpdateInterface) rpc.Protocol
func UpdateUiProtocol ¶
func UpdateUiProtocol(i UpdateUiInterface) rpc.Protocol
func UserProtocol ¶
func UserProtocol(i UserInterface) rpc.Protocol
func WrapError ¶
func WrapError(e error) interface{}
WrapError is a generic method that converts a Go Error into a RPC error status object. If the error is itself a Status object to being with, then it will just return that status object. If it is something that can be made into a Status object via the ToStatusAble interface, then we'll try that. Otherwise, we'll just make a generic Error type.
Types ¶
type AccountClient ¶
type AccountClient struct {
Cli rpc.GenericClient
}
func (AccountClient) EmailChange ¶
func (c AccountClient) EmailChange(ctx context.Context, __arg EmailChangeArg) (err error)
* change email to the new given email by signing a statement.
func (AccountClient) HasServerKeys ¶
func (c AccountClient) HasServerKeys(ctx context.Context, sessionID int) (res HasServerKeysRes, err error)
* Whether the logged-in user has uploaded private keys * Will error if not logged in.
func (AccountClient) PassphraseChange ¶
func (c AccountClient) PassphraseChange(ctx context.Context, __arg PassphraseChangeArg) (err error)
Change the passphrase from old to new. If old isn't set, and force is false, then prompt at the UI for it. If old isn't set and force is true, then we'll try to force a passphrase change.
func (AccountClient) PassphrasePrompt ¶
func (c AccountClient) PassphrasePrompt(ctx context.Context, __arg PassphrasePromptArg) (res GetPassphraseRes, err error)
func (AccountClient) ResetAccount ¶ added in v1.0.19
func (c AccountClient) ResetAccount(ctx context.Context, sessionID int) (err error)
type AccountDeleteArg ¶
type AccountDeleteArg struct {
SessionID int `codec:"sessionID" json:"sessionID"`
}
type AccountInterface ¶
type AccountInterface interface { // Change the passphrase from old to new. If old isn't set, and force is false, // then prompt at the UI for it. If old isn't set and force is true, then we'll // try to force a passphrase change. PassphraseChange(context.Context, PassphraseChangeArg) error PassphrasePrompt(context.Context, PassphrasePromptArg) (GetPassphraseRes, error) // * change email to the new given email by signing a statement. EmailChange(context.Context, EmailChangeArg) error // * Whether the logged-in user has uploaded private keys // * Will error if not logged in. HasServerKeys(context.Context, int) (HasServerKeysRes, error) ResetAccount(context.Context, int) error }
type AddReferenceArg ¶
type AddReferenceArg struct { Folder string `codec:"folder" json:"folder"` Ref BlockReference `codec:"ref" json:"ref"` }
type ApiserverClient ¶
type ApiserverClient struct {
Cli rpc.GenericClient
}
func (ApiserverClient) GetWithSession ¶ added in v1.0.22
func (c ApiserverClient) GetWithSession(ctx context.Context, __arg GetWithSessionArg) (res APIRes, err error)
func (ApiserverClient) PostJSON ¶
func (c ApiserverClient) PostJSON(ctx context.Context, __arg PostJSONArg) (res APIRes, err error)
type ApiserverInterface ¶
type ApiserverInterface interface { Get(context.Context, GetArg) (APIRes, error) Delete(context.Context, DeleteArg) (APIRes, error) GetWithSession(context.Context, GetWithSessionArg) (APIRes, error) Post(context.Context, PostArg) (APIRes, error) PostJSON(context.Context, PostJSONArg) (APIRes, error) }
type AppExitArg ¶
type AppExitArg struct {
SessionID int `codec:"sessionID" json:"sessionID"`
}
type ArchiveReferenceArg ¶
type ArchiveReferenceArg struct { Folder string `codec:"folder" json:"folder"` Refs []BlockReference `codec:"refs" json:"refs"` }
type ArchiveReferenceWithCountArg ¶
type ArchiveReferenceWithCountArg struct { Folder string `codec:"folder" json:"folder"` Refs []BlockReference `codec:"refs" json:"refs"` }
type Asset ¶
type Asset struct { Name string `codec:"name" json:"name"` Url string `codec:"url" json:"url"` Digest string `codec:"digest" json:"digest"` Signature string `codec:"signature" json:"signature"` LocalPath string `codec:"localPath" json:"localPath"` }
Asset describes a downloadable file.
type AuthenticateArg ¶
type AuthenticateArg struct {
Signature string `codec:"signature" json:"signature"`
}
type AuthenticateSessionArg ¶
type AuthenticateSessionArg struct {
Signature string `codec:"signature" json:"signature"`
}
type BTCClient ¶
type BTCClient struct {
Cli rpc.GenericClient
}
func (BTCClient) RegisterBTC ¶
func (c BTCClient) RegisterBTC(ctx context.Context, __arg RegisterBTCArg) (err error)
type BTCInterface ¶
type BTCInterface interface {
RegisterBTC(context.Context, RegisterBTCArg) error
}
type BackendCommonClient ¶
type BackendCommonClient struct {
Cli rpc.GenericClient
}
type BackendCommonInterface ¶
type BackendCommonInterface interface { }
type BadgeConversationInfo ¶ added in v1.0.19
type BadgeConversationInfo struct { ConvID ChatConversationID `codec:"convID" json:"convID"` UnreadMessages int `codec:"UnreadMessages" json:"UnreadMessages"` }
type BadgeState ¶ added in v1.0.19
type BadgeState struct { NewTlfs int `codec:"newTlfs" json:"newTlfs"` RekeysNeeded int `codec:"rekeysNeeded" json:"rekeysNeeded"` NewFollowers int `codec:"newFollowers" json:"newFollowers"` Conversations []BadgeConversationInfo `codec:"conversations" json:"conversations"` }
type BadgeStateArg ¶ added in v1.0.19
type BadgeStateArg struct {
BadgeState BadgeState `codec:"badgeState" json:"badgeState"`
}
type BlockClient ¶
type BlockClient struct {
Cli rpc.GenericClient
}
func (BlockClient) AddReference ¶
func (c BlockClient) AddReference(ctx context.Context, __arg AddReferenceArg) (err error)
func (BlockClient) ArchiveReference ¶
func (c BlockClient) ArchiveReference(ctx context.Context, __arg ArchiveReferenceArg) (res []BlockReference, err error)
func (BlockClient) ArchiveReferenceWithCount ¶
func (c BlockClient) ArchiveReferenceWithCount(ctx context.Context, __arg ArchiveReferenceWithCountArg) (res DowngradeReferenceRes, err error)
func (BlockClient) AuthenticateSession ¶
func (c BlockClient) AuthenticateSession(ctx context.Context, signature string) (err error)
func (BlockClient) BlockPing ¶ added in v1.0.19
func (c BlockClient) BlockPing(ctx context.Context) (res BlockPingResponse, err error)
func (BlockClient) DelReference ¶
func (c BlockClient) DelReference(ctx context.Context, __arg DelReferenceArg) (err error)
func (BlockClient) DelReferenceWithCount ¶
func (c BlockClient) DelReferenceWithCount(ctx context.Context, __arg DelReferenceWithCountArg) (res DowngradeReferenceRes, err error)
func (BlockClient) GetBlock ¶
func (c BlockClient) GetBlock(ctx context.Context, __arg GetBlockArg) (res GetBlockRes, err error)
func (BlockClient) GetSessionChallenge ¶
func (c BlockClient) GetSessionChallenge(ctx context.Context) (res ChallengeInfo, err error)
func (BlockClient) GetUserQuotaInfo ¶
func (c BlockClient) GetUserQuotaInfo(ctx context.Context) (res []byte, err error)
func (BlockClient) PutBlock ¶
func (c BlockClient) PutBlock(ctx context.Context, __arg PutBlockArg) (err error)
type BlockIdCombo ¶
type BlockInterface ¶
type BlockInterface interface { GetSessionChallenge(context.Context) (ChallengeInfo, error) AuthenticateSession(context.Context, string) error PutBlock(context.Context, PutBlockArg) error GetBlock(context.Context, GetBlockArg) (GetBlockRes, error) AddReference(context.Context, AddReferenceArg) error DelReference(context.Context, DelReferenceArg) error ArchiveReference(context.Context, ArchiveReferenceArg) ([]BlockReference, error) DelReferenceWithCount(context.Context, DelReferenceWithCountArg) (DowngradeReferenceRes, error) ArchiveReferenceWithCount(context.Context, ArchiveReferenceWithCountArg) (DowngradeReferenceRes, error) GetUserQuotaInfo(context.Context) ([]byte, error) BlockPing(context.Context) (BlockPingResponse, error) }
type BlockPingArg ¶ added in v1.0.19
type BlockPingArg struct { }
type BlockPingResponse ¶ added in v1.0.19
type BlockPingResponse struct { }
type BlockRefNonce ¶
type BlockRefNonce [8]byte
type BlockReference ¶
type BlockReference struct { Bid BlockIdCombo `codec:"bid" json:"bid"` Nonce BlockRefNonce `codec:"nonce" json:"nonce"` ChargedTo UID `codec:"chargedTo" json:"chargedTo"` }
func (BlockReference) String ¶
func (r BlockReference) String() string
type BlockReferenceCount ¶
type BlockReferenceCount struct { Ref BlockReference `codec:"ref" json:"ref"` LiveCount int `codec:"liveCount" json:"liveCount"` }
func (BlockReferenceCount) String ¶
func (r BlockReferenceCount) String() string
type BootstrapStatus ¶ added in v1.0.22
type BootstrapStatus struct { Registered bool `codec:"registered" json:"registered"` LoggedIn bool `codec:"loggedIn" json:"loggedIn"` Uid UID `codec:"uid" json:"uid"` Username string `codec:"username" json:"username"` DeviceID DeviceID `codec:"deviceID" json:"deviceID"` DeviceName string `codec:"deviceName" json:"deviceName"` Following []string `codec:"following" json:"following"` Followers []string `codec:"followers" json:"followers"` }
type BoxPublicKey ¶
type BoxPublicKey [32]byte
type CanonicalTLFNameAndIDWithBreaks ¶
type CanonicalTLFNameAndIDWithBreaks struct { TlfID TLFID `codec:"tlfID" json:"tlfID"` CanonicalName CanonicalTlfName `codec:"CanonicalName" json:"CanonicalName"` Breaks TLFBreak `codec:"breaks" json:"breaks"` }
func (CanonicalTLFNameAndIDWithBreaks) Eq ¶ added in v1.0.19
func (c CanonicalTLFNameAndIDWithBreaks) Eq(r CanonicalTLFNameAndIDWithBreaks) bool
type CanonicalTlfName ¶
type CanonicalTlfName string
func (CanonicalTlfName) String ¶
func (c CanonicalTlfName) String() string
type ChallengeInfo ¶
type ChatConversationID ¶ added in v1.0.19
type ChatConversationID []byte
func (ChatConversationID) String ¶ added in v1.0.19
func (s ChatConversationID) String() string
type CheckAPIServerOutOfDateWarningArg ¶
type CheckAPIServerOutOfDateWarningArg struct { }
type CheckInvitationCodeArg ¶
type CheckProofArg ¶
type CheckProofStatus ¶
type CheckProofStatus struct { Found bool `codec:"found" json:"found"` Status ProofStatus `codec:"status" json:"status"` ProofText string `codec:"proofText" json:"proofText"` State ProofState `codec:"state" json:"state"` }
type CheckReachabilityArg ¶ added in v1.0.19
type CheckReachabilityArg struct { }
type CheckResult ¶
type CheckResult struct { ProofResult ProofResult `codec:"proofResult" json:"proofResult"` Time Time `codec:"time" json:"time"` Freshness CheckResultFreshness `codec:"freshness" json:"freshness"` }
type CheckResultFreshness ¶
type CheckResultFreshness int
const ( CheckResultFreshness_FRESH CheckResultFreshness = 0 CheckResultFreshness_AGED CheckResultFreshness = 1 CheckResultFreshness_RANCID CheckResultFreshness = 2 )
func (CheckResultFreshness) String ¶ added in v1.0.19
func (e CheckResultFreshness) String() string
type CheckTrackingArg ¶
type CheckTrackingArg struct {
SessionID int `codec:"sessionID" json:"sessionID"`
}
type ChooseDeviceArg ¶
type ChooseDeviceTypeArg ¶
type ChooseDeviceTypeArg struct { SessionID int `codec:"sessionID" json:"sessionID"` Kind ChooseType `codec:"kind" json:"kind"` }
type ChooseGPGMethodArg ¶
type ChooseType ¶
type ChooseType int
const ( ChooseType_EXISTING_DEVICE ChooseType = 0 ChooseType_NEW_DEVICE ChooseType = 1 )
func (ChooseType) String ¶ added in v1.0.19
func (e ChooseType) String() string
type CiphertextBundle ¶
type CiphertextBundle struct { Kid KID `codec:"kid" json:"kid"` Ciphertext EncryptedBytes32 `codec:"ciphertext" json:"ciphertext"` Nonce BoxNonce `codec:"nonce" json:"nonce"` PublicKey BoxPublicKey `codec:"publicKey" json:"publicKey"` }
type ClearStoredSecretArg ¶
type ClearValueArg ¶
type ClearValueArg struct {
Path string `codec:"path" json:"path"`
}
type ClientDetails ¶
type ClientDetails struct { Pid int `codec:"pid" json:"pid"` ClientType ClientType `codec:"clientType" json:"clientType"` Argv []string `codec:"argv" json:"argv"` Desc string `codec:"desc" json:"desc"` Version string `codec:"version" json:"version"` }
type ClientOutOfDateArg ¶
type ClientType ¶
type ClientType int
const ( ClientType_NONE ClientType = 0 ClientType_CLI ClientType = 1 ClientType_GUI_MAIN ClientType = 2 ClientType_KBFS ClientType = 3 ClientType_GUI_HELPER ClientType = 4 )
func (ClientType) String ¶
func (t ClientType) String() string
type CommonClient ¶
type CommonClient struct {
Cli rpc.GenericClient
}
type CommonInterface ¶
type CommonInterface interface { }
type CompleteAndCanonicalizePrivateTlfNameArg ¶
type CompleteAndCanonicalizePrivateTlfNameArg struct {
Query TLFQuery `codec:"query" json:"query"`
}
type ComponentResult ¶
type Config ¶
type Config struct { ServerURI string `codec:"serverURI" json:"serverURI"` SocketFile string `codec:"socketFile" json:"socketFile"` Label string `codec:"label" json:"label"` RunMode string `codec:"runMode" json:"runMode"` GpgExists bool `codec:"gpgExists" json:"gpgExists"` GpgPath string `codec:"gpgPath" json:"gpgPath"` Version string `codec:"version" json:"version"` Path string `codec:"path" json:"path"` ConfigPath string `codec:"configPath" json:"configPath"` VersionShort string `codec:"versionShort" json:"versionShort"` VersionFull string `codec:"versionFull" json:"versionFull"` IsAutoForked bool `codec:"isAutoForked" json:"isAutoForked"` ForkType ForkType `codec:"forkType" json:"forkType"` }
type ConfigClient ¶
type ConfigClient struct {
Cli rpc.GenericClient
}
func (ConfigClient) CheckAPIServerOutOfDateWarning ¶
func (c ConfigClient) CheckAPIServerOutOfDateWarning(ctx context.Context) (res OutOfDateInfo, err error)
Check whether the API server has told us we're out of date.
func (ConfigClient) ClearValue ¶
func (c ConfigClient) ClearValue(ctx context.Context, path string) (err error)
func (ConfigClient) GetBootstrapStatus ¶ added in v1.0.22
func (c ConfigClient) GetBootstrapStatus(ctx context.Context, sessionID int) (res BootstrapStatus, err error)
func (ConfigClient) GetCurrentStatus ¶
func (c ConfigClient) GetCurrentStatus(ctx context.Context, sessionID int) (res GetCurrentStatusRes, err error)
func (ConfigClient) GetExtendedStatus ¶
func (c ConfigClient) GetExtendedStatus(ctx context.Context, sessionID int) (res ExtendedStatus, err error)
func (ConfigClient) GetValue ¶
func (c ConfigClient) GetValue(ctx context.Context, path string) (res ConfigValue, err error)
func (ConfigClient) HelloIAm ¶
func (c ConfigClient) HelloIAm(ctx context.Context, details ClientDetails) (err error)
func (ConfigClient) SetPath ¶
func (c ConfigClient) SetPath(ctx context.Context, __arg SetPathArg) (err error)
func (ConfigClient) SetUserConfig ¶
func (c ConfigClient) SetUserConfig(ctx context.Context, __arg SetUserConfigArg) (err error)
Change user config. For example, to update primary picture source: key=picture.source, value=twitter (or github)
func (ConfigClient) SetValue ¶
func (c ConfigClient) SetValue(ctx context.Context, __arg SetValueArg) (err error)
func (ConfigClient) WaitForClient ¶ added in v1.0.19
func (c ConfigClient) WaitForClient(ctx context.Context, __arg WaitForClientArg) (res bool, err error)
Wait for client type to connect to service.
type ConfigInterface ¶
type ConfigInterface interface { GetCurrentStatus(context.Context, int) (GetCurrentStatusRes, error) GetExtendedStatus(context.Context, int) (ExtendedStatus, error) GetConfig(context.Context, int) (Config, error) // Change user config. // For example, to update primary picture source: // key=picture.source, value=twitter (or github) SetUserConfig(context.Context, SetUserConfigArg) error SetPath(context.Context, SetPathArg) error HelloIAm(context.Context, ClientDetails) error SetValue(context.Context, SetValueArg) error ClearValue(context.Context, string) error GetValue(context.Context, string) (ConfigValue, error) // Check whether the API server has told us we're out of date. CheckAPIServerOutOfDateWarning(context.Context) (OutOfDateInfo, error) // Wait for client type to connect to service. WaitForClient(context.Context, WaitForClientArg) (bool, error) GetBootstrapStatus(context.Context, int) (BootstrapStatus, error) }
type ConfigValue ¶
type ConfiguredAccount ¶
type ConfirmArg ¶
type ConfirmArg struct { SessionID int `codec:"sessionID" json:"sessionID"` Outcome IdentifyOutcome `codec:"outcome" json:"outcome"` }
type ConfirmDuplicateKeyChosenArg ¶
type ConfirmDuplicateKeyChosenArg struct {
SessionID int `codec:"sessionID" json:"sessionID"`
}
type ConfirmResult ¶
type ConfirmResult struct { IdentityConfirmed bool `codec:"identityConfirmed" json:"identityConfirmed"` RemoteConfirmed bool `codec:"remoteConfirmed" json:"remoteConfirmed"` ExpiringLocal bool `codec:"expiringLocal" json:"expiringLocal"` AutoConfirmed bool `codec:"autoConfirmed" json:"autoConfirmed"` }
type ConstantsClient ¶
type ConstantsClient struct {
Cli rpc.GenericClient
}
type ConstantsInterface ¶
type ConstantsInterface interface { }
type CryptKeysArg ¶
type CryptKeysArg struct {
Query TLFQuery `codec:"query" json:"query"`
}
type CryptoClient ¶
type CryptoClient struct {
Cli rpc.GenericClient
}
func (CryptoClient) SignED25519 ¶
func (c CryptoClient) SignED25519(ctx context.Context, __arg SignED25519Arg) (res ED25519SignatureInfo, err error)
Sign the given message (which should be small) using the device's private signing ED25519 key, and return the signature as well as the corresponding public key that can be used to verify the signature. The 'reason' parameter is used as part of the SecretEntryArg object passed into secretUi.getSecret().
func (CryptoClient) SignED25519ForKBFS ¶ added in v1.0.19
func (c CryptoClient) SignED25519ForKBFS(ctx context.Context, __arg SignED25519ForKBFSArg) (res ED25519SignatureInfo, err error)
Same as the above except a KBFS-specific prefix is added to the payload to be signed.
func (CryptoClient) SignToString ¶
func (c CryptoClient) SignToString(ctx context.Context, __arg SignToStringArg) (res string, err error)
Same as the above except the full marsheled and encoded NaclSigInfo.
func (CryptoClient) UnboxBytes32 ¶
func (c CryptoClient) UnboxBytes32(ctx context.Context, __arg UnboxBytes32Arg) (res Bytes32, err error)
Decrypt exactly 32 bytes using nacl/box with the given nonce, the given peer's public key, and the device's private encryption key, and return the decrypted data. The 'reason' parameter is used as part of the SecretEntryArg object passed into secretUi.getSecret().
func (CryptoClient) UnboxBytes32Any ¶
func (c CryptoClient) UnboxBytes32Any(ctx context.Context, __arg UnboxBytes32AnyArg) (res UnboxAnyRes, err error)
type CryptoInterface ¶
type CryptoInterface interface { // Sign the given message (which should be small) using the device's private // signing ED25519 key, and return the signature as well as the corresponding // public key that can be used to verify the signature. The 'reason' parameter // is used as part of the SecretEntryArg object passed into // secretUi.getSecret(). SignED25519(context.Context, SignED25519Arg) (ED25519SignatureInfo, error) // Same as the above except a KBFS-specific prefix is added to the payload to be signed. SignED25519ForKBFS(context.Context, SignED25519ForKBFSArg) (ED25519SignatureInfo, error) // Same as the above except the full marsheled and encoded NaclSigInfo. SignToString(context.Context, SignToStringArg) (string, error) // Decrypt exactly 32 bytes using nacl/box with the given nonce, the given // peer's public key, and the device's private encryption key, and return the // decrypted data. The 'reason' parameter is used as part of the // SecretEntryArg object passed into secretUi.getSecret(). UnboxBytes32(context.Context, UnboxBytes32Arg) (Bytes32, error) UnboxBytes32Any(context.Context, UnboxBytes32AnyArg) (UnboxAnyRes, error) }
type Cryptocurrency ¶
type CryptocurrencyClient ¶ added in v1.0.19
type CryptocurrencyClient struct {
Cli rpc.GenericClient
}
func (CryptocurrencyClient) RegisterAddress ¶ added in v1.0.19
func (c CryptocurrencyClient) RegisterAddress(ctx context.Context, __arg RegisterAddressArg) (res RegisterAddressRes, err error)
type CryptocurrencyInterface ¶ added in v1.0.19
type CryptocurrencyInterface interface {
RegisterAddress(context.Context, RegisterAddressArg) (RegisterAddressRes, error)
}
type CtlClient ¶
type CtlClient struct {
Cli rpc.GenericClient
}
func (CtlClient) DbDelete ¶ added in v1.0.19
func (c CtlClient) DbDelete(ctx context.Context, __arg DbDeleteArg) (err error)
type CtlInterface ¶
type CtlInterface interface { Stop(context.Context, StopArg) error LogRotate(context.Context, int) error Reload(context.Context, int) error DbNuke(context.Context, int) error AppExit(context.Context, int) error DbDelete(context.Context, DbDeleteArg) error DbPut(context.Context, DbPutArg) error DbGet(context.Context, DbGetArg) (*DbValue, error) }
type CurrentSessionArg ¶
type CurrentSessionArg struct {
SessionID int `codec:"sessionID" json:"sessionID"`
}
type DbDeleteArg ¶ added in v1.0.19
type DebugShowRekeyStatusArg ¶
type DebugShowRekeyStatusArg struct {
SessionID int `codec:"sessionID" json:"sessionID"`
}
type DebuggingClient ¶
type DebuggingClient struct {
Cli rpc.GenericClient
}
func (DebuggingClient) FirstStep ¶
func (c DebuggingClient) FirstStep(ctx context.Context, __arg FirstStepArg) (res FirstStepResult, err error)
func (DebuggingClient) Increment ¶
func (c DebuggingClient) Increment(ctx context.Context, __arg IncrementArg) (res int, err error)
func (DebuggingClient) SecondStep ¶
func (c DebuggingClient) SecondStep(ctx context.Context, __arg SecondStepArg) (res int, err error)
type DebuggingInterface ¶
type DebuggingInterface interface { FirstStep(context.Context, FirstStepArg) (FirstStepResult, error) SecondStep(context.Context, SecondStepArg) (int, error) Increment(context.Context, IncrementArg) (int, error) }
type DelReferenceArg ¶
type DelReferenceArg struct { Folder string `codec:"folder" json:"folder"` Ref BlockReference `codec:"ref" json:"ref"` }
type DelReferenceWithCountArg ¶
type DelReferenceWithCountArg struct { Folder string `codec:"folder" json:"folder"` Refs []BlockReference `codec:"refs" json:"refs"` }
type DelegateIdentifyUIArg ¶
type DelegateIdentifyUIArg struct { }
type DelegateRekeyUIArg ¶
type DelegateRekeyUIArg struct { }
type DelegateUiCtlClient ¶
type DelegateUiCtlClient struct {
Cli rpc.GenericClient
}
func (DelegateUiCtlClient) RegisterGregorFirehose ¶
func (c DelegateUiCtlClient) RegisterGregorFirehose(ctx context.Context) (err error)
func (DelegateUiCtlClient) RegisterIdentifyUI ¶
func (c DelegateUiCtlClient) RegisterIdentifyUI(ctx context.Context) (err error)
func (DelegateUiCtlClient) RegisterRekeyUI ¶
func (c DelegateUiCtlClient) RegisterRekeyUI(ctx context.Context) (err error)
func (DelegateUiCtlClient) RegisterSecretUI ¶
func (c DelegateUiCtlClient) RegisterSecretUI(ctx context.Context) (err error)
func (DelegateUiCtlClient) RegisterUpdateUI ¶
func (c DelegateUiCtlClient) RegisterUpdateUI(ctx context.Context) (err error)
type DelegateUiCtlInterface ¶
type DeleteArg ¶ added in v1.0.22
type DeleteArg struct { Endpoint string `codec:"endpoint" json:"endpoint"` Args []StringKVPair `codec:"args" json:"args"` HttpStatus []int `codec:"httpStatus" json:"httpStatus"` AppStatusCode []int `codec:"appStatusCode" json:"appStatusCode"` }
func (DeleteArg) GetAppStatusCodes ¶ added in v1.0.22
func (DeleteArg) GetEndpoint ¶ added in v1.0.22
func (DeleteArg) GetHTTPArgs ¶ added in v1.0.22
func (a DeleteArg) GetHTTPArgs() []StringKVPair
func (DeleteArg) GetHttpStatuses ¶ added in v1.0.22
type DeleteKeyArg ¶
type DeprovisionArg ¶
type Device ¶
type Device struct { Type string `codec:"type" json:"type"` Name string `codec:"name" json:"name"` DeviceID DeviceID `codec:"deviceID" json:"deviceID"` CTime Time `codec:"cTime" json:"cTime"` MTime Time `codec:"mTime" json:"mTime"` LastUsedTime Time `codec:"lastUsedTime" json:"lastUsedTime"` EncryptKey KID `codec:"encryptKey" json:"encryptKey"` VerifyKey KID `codec:"verifyKey" json:"verifyKey"` Status int `codec:"status" json:"status"` }
type DeviceAddArg ¶
type DeviceAddArg struct {
SessionID int `codec:"sessionID" json:"sessionID"`
}
type DeviceClient ¶
type DeviceClient struct {
Cli rpc.GenericClient
}
func (DeviceClient) CheckDeviceNameForUser ¶
func (c DeviceClient) CheckDeviceNameForUser(ctx context.Context, __arg CheckDeviceNameForUserArg) (err error)
Checks a given device against all of user's past devices, including those that predate a reset. It will also check a device name for proper formatting. Return null error on success, and a non-null error otherwise.
func (DeviceClient) CheckDeviceNameFormat ¶
func (c DeviceClient) CheckDeviceNameFormat(ctx context.Context, __arg CheckDeviceNameFormatArg) (res bool, err error)
Checks the device name format.
func (DeviceClient) DeviceAdd ¶
func (c DeviceClient) DeviceAdd(ctx context.Context, sessionID int) (err error)
Starts the process of adding a new device using an existing device. It is called on the existing device. This is for kex2.
func (DeviceClient) DeviceHistoryList ¶
func (c DeviceClient) DeviceHistoryList(ctx context.Context, sessionID int) (res []DeviceDetail, err error)
List all devices with detailed history and status information.
func (DeviceClient) DeviceList ¶
List devices for the user.
type DeviceDetail ¶
type DeviceDetail struct { Device Device `codec:"device" json:"device"` Eldest bool `codec:"eldest" json:"eldest"` Provisioner *Device `codec:"provisioner,omitempty" json:"provisioner,omitempty"` ProvisionedAt *Time `codec:"provisionedAt,omitempty" json:"provisionedAt,omitempty"` RevokedAt *Time `codec:"revokedAt,omitempty" json:"revokedAt,omitempty"` RevokedBy KID `codec:"revokedBy" json:"revokedBy"` RevokedByDevice *Device `codec:"revokedByDevice,omitempty" json:"revokedByDevice,omitempty"` CurrentDevice bool `codec:"currentDevice" json:"currentDevice"` }
type DeviceHistoryListArg ¶
type DeviceHistoryListArg struct {
SessionID int `codec:"sessionID" json:"sessionID"`
}
type DeviceID ¶
type DeviceID string
func DeviceIDFromBytes ¶
func DeviceIDFromBytes(b [DeviceIDLen]byte) DeviceID
func DeviceIDFromSlice ¶
func DeviceIDFromString ¶
type DeviceInterface ¶
type DeviceInterface interface { // List devices for the user. DeviceList(context.Context, int) ([]Device, error) // List all devices with detailed history and status information. DeviceHistoryList(context.Context, int) ([]DeviceDetail, error) // Starts the process of adding a new device using an existing // device. It is called on the existing device. // This is for kex2. DeviceAdd(context.Context, int) error // Checks the device name format. CheckDeviceNameFormat(context.Context, CheckDeviceNameFormatArg) (bool, error) // Checks a given device against all of user's past devices, // including those that predate a reset. It will also check a device name // for proper formatting. Return null error on success, and a non-null // error otherwise. CheckDeviceNameForUser(context.Context, CheckDeviceNameForUserArg) error }
type DeviceListArg ¶
type DeviceListArg struct {
SessionID int `codec:"sessionID" json:"sessionID"`
}
type DeviceType ¶
type DeviceType int
const ( DeviceType_DESKTOP DeviceType = 0 DeviceType_MOBILE DeviceType = 1 )
func (DeviceType) String ¶ added in v1.0.19
func (e DeviceType) String() string
type DidCounterSign2Arg ¶
type DidCounterSign2Arg struct { Sig []byte `codec:"sig" json:"sig"` PpsEncrypted string `codec:"ppsEncrypted" json:"ppsEncrypted"` SdhBoxes []SharedDHSecretKeyBox `codec:"sdhBoxes" json:"sdhBoxes"` }
type DidCounterSignArg ¶
type DidCounterSignArg struct {
Sig []byte `codec:"sig" json:"sig"`
}
type Dirent ¶ added in v1.0.19
type Dirent struct { Time Time `codec:"time" json:"time"` Size int `codec:"size" json:"size"` Name string `codec:"name" json:"name"` DirentType DirentType `codec:"direntType" json:"direntType"` }
type DirentType ¶ added in v1.0.19
type DirentType int
const ( DirentType_FILE DirentType = 0 DirentType_DIR DirentType = 1 DirentType_SYM DirentType = 2 DirentType_EXEC DirentType = 3 )
func (DirentType) String ¶ added in v1.0.19
func (e DirentType) String() string
type DismissArg ¶
type DismissArg struct { SessionID int `codec:"sessionID" json:"sessionID"` Username string `codec:"username" json:"username"` Reason DismissReason `codec:"reason" json:"reason"` }
type DismissReason ¶
type DismissReason struct { Type DismissReasonType `codec:"type" json:"type"` Reason string `codec:"reason" json:"reason"` Resource string `codec:"resource" json:"resource"` }
type DismissReasonType ¶
type DismissReasonType int
const ( DismissReasonType_NONE DismissReasonType = 0 DismissReasonType_HANDLED_ELSEWHERE DismissReasonType = 1 )
func (DismissReasonType) String ¶ added in v1.0.19
func (e DismissReasonType) String() string
type DismissWithTokenArg ¶
type DismissWithTokenArg struct { SessionID int `codec:"sessionID" json:"sessionID"` TrackToken TrackToken `codec:"trackToken" json:"trackToken"` }
type DisplayAndPromptSecretArg ¶
type DisplayAndPromptSecretArg struct { SessionID int `codec:"sessionID" json:"sessionID"` Secret []byte `codec:"secret" json:"secret"` Phrase string `codec:"phrase" json:"phrase"` OtherDeviceType DeviceType `codec:"otherDeviceType" json:"otherDeviceType"` PreviousErr string `codec:"previousErr" json:"previousErr"` }
type DisplayCryptocurrencyArg ¶
type DisplayCryptocurrencyArg struct { SessionID int `codec:"sessionID" json:"sessionID"` C Cryptocurrency `codec:"c" json:"c"` }
type DisplayKeyArg ¶
type DisplayKeyArg struct { SessionID int `codec:"sessionID" json:"sessionID"` Key IdentifyKey `codec:"key" json:"key"` }
type DisplaySecretExchangedArg ¶
type DisplaySecretExchangedArg struct {
SessionID int `codec:"sessionID" json:"sessionID"`
}
type DisplayTLFCreateWithInviteArg ¶
type DisplayTLFCreateWithInviteArg struct { SessionID int `codec:"sessionID" json:"sessionID"` FolderName string `codec:"folderName" json:"folderName"` IsPrivate bool `codec:"isPrivate" json:"isPrivate"` Assertion string `codec:"assertion" json:"assertion"` SocialAssertion SocialAssertion `codec:"socialAssertion" json:"socialAssertion"` InviteLink string `codec:"inviteLink" json:"inviteLink"` Throttled bool `codec:"throttled" json:"throttled"` }
type DisplayUserCardArg ¶
type DowngradeReferenceRes ¶
type DowngradeReferenceRes struct { Completed []BlockReferenceCount `codec:"completed" json:"completed"` Failed BlockReference `codec:"failed" json:"failed"` }
type DurationSec ¶ added in v1.0.19
type DurationSec float64
func (DurationSec) Duration ¶ added in v1.0.19
func (d DurationSec) Duration() time.Duration
type ED25519PublicKey ¶
type ED25519PublicKey [32]byte
type ED25519Signature ¶
type ED25519Signature [64]byte
type ED25519SignatureInfo ¶
type ED25519SignatureInfo struct { Sig ED25519Signature `codec:"sig" json:"sig"` PublicKey ED25519PublicKey `codec:"publicKey" json:"publicKey"` }
type EmailChangeArg ¶
type EncryptedBytes32 ¶
type EncryptedBytes32 [48]byte
type Error ¶
type Error struct {
// contains filtered or unexported fields
}
func NewError ¶
func NewError(code StatusCode, message string) *Error
type ErrorUnwrapper ¶
ErrorUnwrapper is converter that take a Status object off the wire and convert it into an Error that Go can understand, and you can descriminate on in your code. Though status object can act as Go errors, you can further convert them into typed errors via the Upcaster function if specified. An Upcaster takes a Status and returns something that obeys the Error interface, but can be anything your program needs.
func (ErrorUnwrapper) MakeArg ¶
func (eu ErrorUnwrapper) MakeArg() interface{}
MakeArg just makes a dummy object that we can unmarshal into, as needed by the underlying RPC library.
func (ErrorUnwrapper) UnwrapError ¶
func (eu ErrorUnwrapper) UnwrapError(arg interface{}) (appError, dispatchError error)
UnwrapError takes an incoming RPC object, attempts to coerce it into a Status object, and then Upcasts via the Upcaster or just returns if not was provided.
type ExtendedStatus ¶
type ExtendedStatus struct { Standalone bool `codec:"standalone" json:"standalone"` PassphraseStreamCached bool `codec:"passphraseStreamCached" json:"passphraseStreamCached"` TsecCached bool `codec:"tsecCached" json:"tsecCached"` DeviceSigKeyCached bool `codec:"deviceSigKeyCached" json:"deviceSigKeyCached"` DeviceEncKeyCached bool `codec:"deviceEncKeyCached" json:"deviceEncKeyCached"` PaperSigKeyCached bool `codec:"paperSigKeyCached" json:"paperSigKeyCached"` PaperEncKeyCached bool `codec:"paperEncKeyCached" json:"paperEncKeyCached"` StoredSecret bool `codec:"storedSecret" json:"storedSecret"` SecretPromptSkip bool `codec:"secretPromptSkip" json:"secretPromptSkip"` Device *Device `codec:"device,omitempty" json:"device,omitempty"` DeviceErr *LoadDeviceErr `codec:"deviceErr,omitempty" json:"deviceErr,omitempty"` LogDir string `codec:"logDir" json:"logDir"` Session *SessionStatus `codec:"session,omitempty" json:"session,omitempty"` DefaultUsername string `codec:"defaultUsername" json:"defaultUsername"` ProvisionedUsernames []string `codec:"provisionedUsernames" json:"provisionedUsernames"` Clients []ClientDetails `codec:"Clients" json:"Clients"` PlatformInfo PlatformInfo `codec:"platformInfo" json:"platformInfo"` DefaultDeviceID DeviceID `codec:"defaultDeviceID" json:"defaultDeviceID"` }
type FSActivityArg ¶
type FSActivityArg struct {
Notification FSNotification `codec:"notification" json:"notification"`
}
type FSEditListArg ¶
type FSEditListArg struct { Edits []FSNotification `codec:"edits" json:"edits"` RequestID int `codec:"requestID" json:"requestID"` }
type FSEditListRequest ¶
type FSEditListRequestArg ¶
type FSEditListRequestArg struct {
Req FSEditListRequest `codec:"req" json:"req"`
}
type FSEditListResponseArg ¶
type FSEditListResponseArg struct { Edits []FSNotification `codec:"edits" json:"edits"` RequestID int `codec:"requestID" json:"requestID"` }
type FSErrorType ¶
type FSErrorType int
const ( FSErrorType_ACCESS_DENIED FSErrorType = 0 FSErrorType_USER_NOT_FOUND FSErrorType = 1 FSErrorType_REVOKED_DATA_DETECTED FSErrorType = 2 FSErrorType_NOT_LOGGED_IN FSErrorType = 3 FSErrorType_TIMEOUT FSErrorType = 4 FSErrorType_REKEY_NEEDED FSErrorType = 5 FSErrorType_BAD_FOLDER FSErrorType = 6 FSErrorType_NOT_IMPLEMENTED FSErrorType = 7 FSErrorType_OLD_VERSION FSErrorType = 8 FSErrorType_OVER_QUOTA FSErrorType = 9 FSErrorType_NO_SIG_CHAIN FSErrorType = 10 FSErrorType_TOO_MANY_FOLDERS FSErrorType = 11 FSErrorType_EXDEV_NOT_SUPPORTED FSErrorType = 12 )
func (FSErrorType) String ¶ added in v1.0.19
func (e FSErrorType) String() string
type FSEventArg ¶
type FSEventArg struct {
Event FSNotification `codec:"event" json:"event"`
}
type FSNotification ¶
type FSNotification struct { PublicTopLevelFolder bool `codec:"publicTopLevelFolder" json:"publicTopLevelFolder"` Filename string `codec:"filename" json:"filename"` Status string `codec:"status" json:"status"` StatusCode FSStatusCode `codec:"statusCode" json:"statusCode"` NotificationType FSNotificationType `codec:"notificationType" json:"notificationType"` ErrorType FSErrorType `codec:"errorType" json:"errorType"` Params map[string]string `codec:"params" json:"params"` WriterUid UID `codec:"writerUid" json:"writerUid"` LocalTime Time `codec:"localTime" json:"localTime"` }
type FSNotificationType ¶
type FSNotificationType int
const ( FSNotificationType_ENCRYPTING FSNotificationType = 0 FSNotificationType_DECRYPTING FSNotificationType = 1 FSNotificationType_SIGNING FSNotificationType = 2 FSNotificationType_VERIFYING FSNotificationType = 3 FSNotificationType_REKEYING FSNotificationType = 4 FSNotificationType_CONNECTION FSNotificationType = 5 FSNotificationType_MD_READ_SUCCESS FSNotificationType = 6 FSNotificationType_FILE_CREATED FSNotificationType = 7 FSNotificationType_FILE_MODIFIED FSNotificationType = 8 FSNotificationType_FILE_DELETED FSNotificationType = 9 FSNotificationType_FILE_RENAMED FSNotificationType = 10 )
func (FSNotificationType) String ¶ added in v1.0.19
func (e FSNotificationType) String() string
type FSPathSyncStatus ¶
type FSPathSyncStatus struct { PublicTopLevelFolder bool `codec:"publicTopLevelFolder" json:"publicTopLevelFolder"` Path string `codec:"path" json:"path"` SyncingBytes int64 `codec:"syncingBytes" json:"syncingBytes"` SyncingOps int64 `codec:"syncingOps" json:"syncingOps"` SyncedBytes int64 `codec:"syncedBytes" json:"syncedBytes"` }
type FSStatusCode ¶
type FSStatusCode int
const ( FSStatusCode_START FSStatusCode = 0 FSStatusCode_FINISH FSStatusCode = 1 FSStatusCode_ERROR FSStatusCode = 2 )
func (FSStatusCode) String ¶ added in v1.0.19
func (e FSStatusCode) String() string
type FSSyncActivityArg ¶
type FSSyncActivityArg struct {
Status FSPathSyncStatus `codec:"status" json:"status"`
}
type FSSyncEventArg ¶
type FSSyncEventArg struct {
Event FSPathSyncStatus `codec:"event" json:"event"`
}
type FSSyncStatus ¶
type FSSyncStatus struct { TotalSyncingBytes int64 `codec:"totalSyncingBytes" json:"totalSyncingBytes"` TotalSyncingOps int64 `codec:"totalSyncingOps" json:"totalSyncingOps"` PathStatuses []FSPathSyncStatus `codec:"pathStatuses" json:"pathStatuses"` }
type FSSyncStatusArg ¶
type FSSyncStatusArg struct { Status FSSyncStatus `codec:"status" json:"status"` RequestID int `codec:"requestID" json:"requestID"` }
type FSSyncStatusRequest ¶
type FSSyncStatusRequest struct {
RequestID int `codec:"requestID" json:"requestID"`
}
type FSSyncStatusRequestArg ¶
type FSSyncStatusRequestArg struct {
Req FSSyncStatusRequest `codec:"req" json:"req"`
}
type FSSyncStatusResponseArg ¶
type FSSyncStatusResponseArg struct { Status FSSyncStatus `codec:"status" json:"status"` RequestID int `codec:"requestID" json:"requestID"` }
type FakeTrackingChangedArg ¶
type FavoriteAddArg ¶
type FavoriteClient ¶
type FavoriteClient struct {
Cli rpc.GenericClient
}
func (FavoriteClient) FavoriteAdd ¶
func (c FavoriteClient) FavoriteAdd(ctx context.Context, __arg FavoriteAddArg) (err error)
Adds a folder to a user's list of favorite folders.
func (FavoriteClient) FavoriteIgnore ¶
func (c FavoriteClient) FavoriteIgnore(ctx context.Context, __arg FavoriteIgnoreArg) (err error)
Removes a folder from a user's list of favorite folders.
func (FavoriteClient) GetFavorites ¶
func (c FavoriteClient) GetFavorites(ctx context.Context, sessionID int) (res FavoritesResult, err error)
Returns all of a user's favorite folders.
type FavoriteIgnoreArg ¶
type FavoriteInterface ¶
type FavoriteInterface interface { // Adds a folder to a user's list of favorite folders. FavoriteAdd(context.Context, FavoriteAddArg) error // Removes a folder from a user's list of favorite folders. FavoriteIgnore(context.Context, FavoriteIgnoreArg) error // Returns all of a user's favorite folders. GetFavorites(context.Context, int) (FavoritesResult, error) }
type FavoritesChangedArg ¶
type FavoritesChangedArg struct {
Uid UID `codec:"uid" json:"uid"`
}
type FavoritesResult ¶
type FileContent ¶ added in v1.0.19
type FileDescriptor ¶
type FinishSocialProofCheckArg ¶
type FinishSocialProofCheckArg struct { SessionID int `codec:"sessionID" json:"sessionID"` Rp RemoteProof `codec:"rp" json:"rp"` Lcr LinkCheckResult `codec:"lcr" json:"lcr"` }
type FinishWebProofCheckArg ¶
type FinishWebProofCheckArg struct { SessionID int `codec:"sessionID" json:"sessionID"` Rp RemoteProof `codec:"rp" json:"rp"` Lcr LinkCheckResult `codec:"lcr" json:"lcr"` }
type FinishedArg ¶
type FinishedArg struct {
SessionID int `codec:"sessionID" json:"sessionID"`
}
type FirstStepArg ¶
type FirstStepResult ¶
type FirstStepResult struct {
ValPlusTwo int `codec:"valPlusTwo" json:"valPlusTwo"`
}
type Folder ¶
type Folder struct { Name string `codec:"name" json:"name"` Private bool `codec:"private" json:"private"` NotificationsOn bool `codec:"notificationsOn" json:"notificationsOn"` Created bool `codec:"created" json:"created"` }
Folder represents a favorite top-level folder in kbfs. This type is likely to change significantly as all the various parts are connected and tested.
type FolderNeedsRekeyArg ¶
type FoldersNeedRekeyArg ¶ added in v1.0.19
type FoldersNeedRekeyArg struct {
Requests []RekeyRequest `codec:"requests" json:"requests"`
}
type FsClient ¶
type FsClient struct {
Cli rpc.GenericClient
}
type FsInterface ¶
type FsInterface interface { // List files in a path. Implemented by KBFS service. List(context.Context, ListArg) (ListResult, error) }
type FuseMountInfo ¶
type FuseStatus ¶
type FuseStatus struct { Version string `codec:"version" json:"version"` BundleVersion string `codec:"bundleVersion" json:"bundleVersion"` KextID string `codec:"kextID" json:"kextID"` Path string `codec:"path" json:"path"` KextStarted bool `codec:"kextStarted" json:"kextStarted"` InstallStatus InstallStatus `codec:"installStatus" json:"installStatus"` InstallAction InstallAction `codec:"installAction" json:"installAction"` MountInfos []FuseMountInfo `codec:"mountInfos" json:"mountInfos"` Status Status `codec:"status" json:"status"` }
type GPGKey ¶
type GPGKey struct { Algorithm string `codec:"algorithm" json:"algorithm"` KeyID string `codec:"keyID" json:"keyID"` Creation string `codec:"creation" json:"creation"` Expiration string `codec:"expiration" json:"expiration"` Identities []PGPIdentity `codec:"identities" json:"identities"` }
type GUIEntryArg ¶
type GUIEntryArg struct { WindowTitle string `codec:"windowTitle" json:"windowTitle"` Prompt string `codec:"prompt" json:"prompt"` Username string `codec:"username" json:"username"` SubmitLabel string `codec:"submitLabel" json:"submitLabel"` CancelLabel string `codec:"cancelLabel" json:"cancelLabel"` RetryLabel string `codec:"retryLabel" json:"retryLabel"` Type PassphraseType `codec:"type" json:"type"` Features GUIEntryFeatures `codec:"features" json:"features"` }
type GUIEntryFeatures ¶
type GUIEntryFeatures struct {
ShowTyping Feature `codec:"showTyping" json:"showTyping"`
}
type GetAllAvailableMountDirsArg ¶ added in v1.0.19
type GetAllAvailableMountDirsArg struct { }
type GetArg ¶
type GetArg struct { Endpoint string `codec:"endpoint" json:"endpoint"` Args []StringKVPair `codec:"args" json:"args"` HttpStatus []int `codec:"httpStatus" json:"httpStatus"` AppStatusCode []int `codec:"appStatusCode" json:"appStatusCode"` }
func (GetArg) GetAppStatusCodes ¶
func (GetArg) GetEndpoint ¶
func (GetArg) GetHTTPArgs ¶
func (a GetArg) GetHTTPArgs() []StringKVPair
func (GetArg) GetHttpStatuses ¶
type GetBlockArg ¶
type GetBlockArg struct { Bid BlockIdCombo `codec:"bid" json:"bid"` Folder string `codec:"folder" json:"folder"` }
type GetBlockRes ¶
type GetBootstrapStatusArg ¶ added in v1.0.22
type GetBootstrapStatusArg struct {
SessionID int `codec:"sessionID" json:"sessionID"`
}
type GetChallengeArg ¶
type GetChallengeArg struct { }
type GetConfigArg ¶
type GetConfigArg struct {
SessionID int `codec:"sessionID" json:"sessionID"`
}
type GetConfiguredAccountsArg ¶
type GetConfiguredAccountsArg struct {
SessionID int `codec:"sessionID" json:"sessionID"`
}
type GetCurrentMountDirArg ¶ added in v1.0.19
type GetCurrentMountDirArg struct { }
type GetCurrentStatusArg ¶
type GetCurrentStatusArg struct {
SessionID int `codec:"sessionID" json:"sessionID"`
}
type GetCurrentStatusRes ¶
type GetCurrentStatusRes struct { Configured bool `codec:"configured" json:"configured"` Registered bool `codec:"registered" json:"registered"` LoggedIn bool `codec:"loggedIn" json:"loggedIn"` SessionIsValid bool `codec:"sessionIsValid" json:"sessionIsValid"` User *User `codec:"user,omitempty" json:"user,omitempty"` }
type GetEmailOrUsernameArg ¶
type GetEmailOrUsernameArg struct {
SessionID int `codec:"sessionID" json:"sessionID"`
}
type GetExtendedStatusArg ¶
type GetExtendedStatusArg struct {
SessionID int `codec:"sessionID" json:"sessionID"`
}
type GetFavoritesArg ¶
type GetFavoritesArg struct {
SessionID int `codec:"sessionID" json:"sessionID"`
}
type GetFolderHandleArg ¶
type GetFoldersForRekeyArg ¶
type GetFoldersForRekeyArg struct {
DeviceKID KID `codec:"deviceKID" json:"deviceKID"`
}
type GetInvitationCodeArg ¶ added in v1.0.19
type GetInvitationCodeArg struct {
SessionID int `codec:"sessionID" json:"sessionID"`
}
type GetKeyBundlesArg ¶
type GetLatestFolderHandleArg ¶
type GetLatestFolderHandleArg struct {
FolderID string `codec:"folderID" json:"folderID"`
}
type GetMerkleNodeArg ¶
type GetMerkleNodeArg struct {
Hash string `codec:"hash" json:"hash"`
}
type GetMerkleRootArg ¶
type GetMerkleRootArg struct { TreeID MerkleTreeID `codec:"treeID" json:"treeID"` SeqNo int64 `codec:"seqNo" json:"seqNo"` }
type GetMerkleRootLatestArg ¶
type GetMerkleRootLatestArg struct {
TreeID MerkleTreeID `codec:"treeID" json:"treeID"`
}
type GetMerkleRootSinceArg ¶
type GetMerkleRootSinceArg struct { TreeID MerkleTreeID `codec:"treeID" json:"treeID"` When Time `codec:"when" json:"when"` }
type GetMetadataArg ¶
type GetMetadataArg struct { FolderID string `codec:"folderID" json:"folderID"` FolderHandle []byte `codec:"folderHandle" json:"folderHandle"` BranchID string `codec:"branchID" json:"branchID"` Unmerged bool `codec:"unmerged" json:"unmerged"` StartRevision int64 `codec:"startRevision" json:"startRevision"` StopRevision int64 `codec:"stopRevision" json:"stopRevision"` LogTags map[string]string `codec:"logTags" json:"logTags"` }
type GetPassphraseArg ¶
type GetPassphraseArg struct { SessionID int `codec:"sessionID" json:"sessionID"` Pinentry GUIEntryArg `codec:"pinentry" json:"pinentry"` Terminal *SecretEntryArg `codec:"terminal,omitempty" json:"terminal,omitempty"` }
type GetPassphraseRes ¶
type GetPendingRekeyStatusArg ¶
type GetPendingRekeyStatusArg struct {
SessionID int `codec:"sessionID" json:"sessionID"`
}
type GetPublicCanonicalTLFNameAndIDArg ¶
type GetPublicCanonicalTLFNameAndIDArg struct {
Query TLFQuery `codec:"query" json:"query"`
}
type GetRevokeWarningArg ¶
type GetSecretKeysArg ¶
type GetSecretKeysArg struct {
SessionID int `codec:"sessionID" json:"sessionID"`
}
type GetSessionChallengeArg ¶
type GetSessionChallengeArg struct { }
type GetStateArg ¶
type GetStateArg struct { }
type GetTLFCryptKeysArg ¶
type GetTLFCryptKeysArg struct {
Query TLFQuery `codec:"query" json:"query"`
}
type GetTLFCryptKeysRes ¶
type GetTLFCryptKeysRes struct { NameIDBreaks CanonicalTLFNameAndIDWithBreaks `codec:"nameIDBreaks" json:"nameIDBreaks"` CryptKeys []CryptKey `codec:"CryptKeys" json:"CryptKeys"` }
type GetUserQuotaInfoArg ¶
type GetUserQuotaInfoArg struct { }
type GetValueArg ¶
type GetValueArg struct {
Path string `codec:"path" json:"path"`
}
type GetWithSessionArg ¶ added in v1.0.22
type GetWithSessionArg struct { Endpoint string `codec:"endpoint" json:"endpoint"` Args []StringKVPair `codec:"args" json:"args"` HttpStatus []int `codec:"httpStatus" json:"httpStatus"` AppStatusCode []int `codec:"appStatusCode" json:"appStatusCode"` }
func (GetWithSessionArg) GetAppStatusCodes ¶ added in v1.0.22
func (a GetWithSessionArg) GetAppStatusCodes() []int
func (GetWithSessionArg) GetEndpoint ¶ added in v1.0.22
func (a GetWithSessionArg) GetEndpoint() string
func (GetWithSessionArg) GetHTTPArgs ¶ added in v1.0.22
func (a GetWithSessionArg) GetHTTPArgs() []StringKVPair
func (GetWithSessionArg) GetHttpStatuses ¶ added in v1.0.22
func (a GetWithSessionArg) GetHttpStatuses() []int
type GpgCommonClient ¶
type GpgCommonClient struct {
Cli rpc.GenericClient
}
type GpgCommonInterface ¶
type GpgCommonInterface interface { }
type GpgUiClient ¶
type GpgUiClient struct {
Cli rpc.GenericClient
}
func (GpgUiClient) ConfirmDuplicateKeyChosen ¶
func (GpgUiClient) GetTTY ¶
func (c GpgUiClient) GetTTY(ctx context.Context) (res string, err error)
func (GpgUiClient) SelectKey ¶
func (c GpgUiClient) SelectKey(ctx context.Context, __arg SelectKeyArg) (res string, err error)
func (GpgUiClient) SelectKeyAndPushOption ¶
func (c GpgUiClient) SelectKeyAndPushOption(ctx context.Context, __arg SelectKeyAndPushOptionArg) (res SelectKeyRes, err error)
func (GpgUiClient) WantToAddGPGKey ¶
type GpgUiInterface ¶
type GpgUiInterface interface { WantToAddGPGKey(context.Context, int) (bool, error) ConfirmDuplicateKeyChosen(context.Context, int) (bool, error) SelectKeyAndPushOption(context.Context, SelectKeyAndPushOptionArg) (SelectKeyRes, error) SelectKey(context.Context, SelectKeyArg) (string, error) Sign(context.Context, SignArg) (string, error) GetTTY(context.Context) (string, error) }
type GregorClient ¶
type GregorClient struct {
Cli rpc.GenericClient
}
type GregorInterface ¶
type GregorUIClient ¶
type GregorUIClient struct {
Cli rpc.GenericClient
}
func (GregorUIClient) PushOutOfBandMessages ¶
func (c GregorUIClient) PushOutOfBandMessages(ctx context.Context, oobm []gregor1.OutOfBandMessage) (err error)
func (GregorUIClient) PushState ¶
func (c GregorUIClient) PushState(ctx context.Context, __arg PushStateArg) (err error)
type GregorUIInterface ¶
type GregorUIInterface interface { PushState(context.Context, PushStateArg) error PushOutOfBandMessages(context.Context, []gregor1.OutOfBandMessage) error }
type HasServerKeysArg ¶
type HasServerKeysArg struct {
SessionID int `codec:"sessionID" json:"sessionID"`
}
type HasServerKeysRes ¶
type HasServerKeysRes struct {
HasServerKeys bool `codec:"hasServerKeys" json:"hasServerKeys"`
}
type Hello2Arg ¶
type Hello2Arg struct { Uid UID `codec:"uid" json:"uid"` Token SessionToken `codec:"token" json:"token"` Csrf CsrfToken `codec:"csrf" json:"csrf"` SigBody string `codec:"sigBody" json:"sigBody"` }
type Hello2Res ¶
type Hello2Res struct { EncryptionKey KID `codec:"encryptionKey" json:"encryptionKey"` SigPayload HelloRes `codec:"sigPayload" json:"sigPayload"` SdhBoxes []SharedDHSecretKeyBox `codec:"sdhBoxes" json:"sdhBoxes"` }
type HelloArg ¶
type HelloArg struct { Uid UID `codec:"uid" json:"uid"` Token SessionToken `codec:"token" json:"token"` Csrf CsrfToken `codec:"csrf" json:"csrf"` Pps PassphraseStream `codec:"pps" json:"pps"` SigBody string `codec:"sigBody" json:"sigBody"` }
type HelloIAmArg ¶
type HelloIAmArg struct {
Details ClientDetails `codec:"details" json:"details"`
}
type Identify2Arg ¶
type Identify2Arg struct { SessionID int `codec:"sessionID" json:"sessionID"` Uid UID `codec:"uid" json:"uid"` UserAssertion string `codec:"userAssertion" json:"userAssertion"` Reason IdentifyReason `codec:"reason" json:"reason"` UseDelegateUI bool `codec:"useDelegateUI" json:"useDelegateUI"` AlwaysBlock bool `codec:"alwaysBlock" json:"alwaysBlock"` NoErrorOnTrackFailure bool `codec:"noErrorOnTrackFailure" json:"noErrorOnTrackFailure"` ForceRemoteCheck bool `codec:"forceRemoteCheck" json:"forceRemoteCheck"` NeedProofSet bool `codec:"needProofSet" json:"needProofSet"` AllowEmptySelfID bool `codec:"allowEmptySelfID" json:"allowEmptySelfID"` NoSkipSelf bool `codec:"noSkipSelf" json:"noSkipSelf"` CanSuppressUI bool `codec:"canSuppressUI" json:"canSuppressUI"` IdentifyBehavior TLFIdentifyBehavior `codec:"identifyBehavior" json:"identifyBehavior"` ForceDisplay bool `codec:"forceDisplay" json:"forceDisplay"` }
type Identify2Res ¶
type Identify2Res struct { Upk UserPlusKeys `codec:"upk" json:"upk"` TrackBreaks *IdentifyTrackBreaks `codec:"trackBreaks,omitempty" json:"trackBreaks,omitempty"` }
type IdentifyArg ¶
type IdentifyArg struct { SessionID int `codec:"sessionID" json:"sessionID"` UserAssertion string `codec:"userAssertion" json:"userAssertion"` ForceRemoteCheck bool `codec:"forceRemoteCheck" json:"forceRemoteCheck"` UseDelegateUI bool `codec:"useDelegateUI" json:"useDelegateUI"` Reason IdentifyReason `codec:"reason" json:"reason"` Source ClientType `codec:"source" json:"source"` }
type IdentifyClient ¶
type IdentifyClient struct {
Cli rpc.GenericClient
}
func (IdentifyClient) Identify ¶
func (c IdentifyClient) Identify(ctx context.Context, __arg IdentifyArg) (res IdentifyRes, err error)
DEPRECATED: use identify2
Identify a user from a username or assertion (e.g. kbuser, twuser@twitter). If forceRemoteCheck is true, we force all remote proofs to be checked (otherwise a cache is used).
func (IdentifyClient) Identify2 ¶
func (c IdentifyClient) Identify2(ctx context.Context, __arg Identify2Arg) (res Identify2Res, err error)
type IdentifyCommonClient ¶
type IdentifyCommonClient struct {
Cli rpc.GenericClient
}
type IdentifyCommonInterface ¶
type IdentifyCommonInterface interface { }
type IdentifyInterface ¶
type IdentifyInterface interface { // Resolve an assertion to a UID. On failure, resolves to an empty UID and returns // an error. Resolve(context.Context, string) (UID, error) // Resolve an assertion to a (UID,username). On failure, returns an error. Resolve2(context.Context, string) (User, error) // DEPRECATED: use identify2 // // Identify a user from a username or assertion (e.g. kbuser, twuser@twitter). // If forceRemoteCheck is true, we force all remote proofs to be checked (otherwise a cache is used). Identify(context.Context, IdentifyArg) (IdentifyRes, error) Identify2(context.Context, Identify2Arg) (Identify2Res, error) }
type IdentifyKey ¶
type IdentifyOutcome ¶
type IdentifyOutcome struct { Username string `codec:"username" json:"username"` Status *Status `codec:"status,omitempty" json:"status,omitempty"` Warnings []string `codec:"warnings" json:"warnings"` TrackUsed *TrackSummary `codec:"trackUsed,omitempty" json:"trackUsed,omitempty"` TrackStatus TrackStatus `codec:"trackStatus" json:"trackStatus"` NumTrackFailures int `codec:"numTrackFailures" json:"numTrackFailures"` NumTrackChanges int `codec:"numTrackChanges" json:"numTrackChanges"` NumProofFailures int `codec:"numProofFailures" json:"numProofFailures"` NumRevoked int `codec:"numRevoked" json:"numRevoked"` NumProofSuccesses int `codec:"numProofSuccesses" json:"numProofSuccesses"` Revoked []TrackDiff `codec:"revoked" json:"revoked"` TrackOptions TrackOptions `codec:"trackOptions" json:"trackOptions"` ForPGPPull bool `codec:"forPGPPull" json:"forPGPPull"` Reason IdentifyReason `codec:"reason" json:"reason"` }
type IdentifyProofBreak ¶
type IdentifyProofBreak struct { RemoteProof RemoteProof `codec:"remoteProof" json:"remoteProof"` Lcr LinkCheckResult `codec:"lcr" json:"lcr"` }
type IdentifyReason ¶
type IdentifyReason struct { Type IdentifyReasonType `codec:"type" json:"type"` Reason string `codec:"reason" json:"reason"` Resource string `codec:"resource" json:"resource"` }
type IdentifyReasonType ¶
type IdentifyReasonType int
const ( IdentifyReasonType_NONE IdentifyReasonType = 0 IdentifyReasonType_ID IdentifyReasonType = 1 IdentifyReasonType_TRACK IdentifyReasonType = 2 IdentifyReasonType_ENCRYPT IdentifyReasonType = 3 IdentifyReasonType_DECRYPT IdentifyReasonType = 4 IdentifyReasonType_VERIFY IdentifyReasonType = 5 IdentifyReasonType_RESOURCE IdentifyReasonType = 6 IdentifyReasonType_BACKGROUND IdentifyReasonType = 7 )
func (IdentifyReasonType) String ¶ added in v1.0.19
func (e IdentifyReasonType) String() string
type IdentifyRes ¶
type IdentifyRes struct { User *User `codec:"user,omitempty" json:"user,omitempty"` PublicKeys []PublicKey `codec:"publicKeys" json:"publicKeys"` Outcome IdentifyOutcome `codec:"outcome" json:"outcome"` TrackToken TrackToken `codec:"trackToken" json:"trackToken"` }
type IdentifyRow ¶
type IdentifyRow struct { RowId int `codec:"rowId" json:"rowId"` Proof RemoteProof `codec:"proof" json:"proof"` TrackDiff *TrackDiff `codec:"trackDiff,omitempty" json:"trackDiff,omitempty"` }
type IdentifyTrackBreaks ¶
type IdentifyTrackBreaks struct { Keys []IdentifyKey `codec:"keys" json:"keys"` Proofs []IdentifyProofBreak `codec:"proofs" json:"proofs"` }
type IdentifyUiClient ¶
type IdentifyUiClient struct {
Cli rpc.GenericClient
}
func (IdentifyUiClient) Cancel ¶
func (c IdentifyUiClient) Cancel(ctx context.Context, sessionID int) (err error)
func (IdentifyUiClient) Confirm ¶
func (c IdentifyUiClient) Confirm(ctx context.Context, __arg ConfirmArg) (res ConfirmResult, err error)
func (IdentifyUiClient) DelegateIdentifyUI ¶
func (c IdentifyUiClient) DelegateIdentifyUI(ctx context.Context) (res int, err error)
func (IdentifyUiClient) Dismiss ¶
func (c IdentifyUiClient) Dismiss(ctx context.Context, __arg DismissArg) (err error)
func (IdentifyUiClient) DisplayCryptocurrency ¶
func (c IdentifyUiClient) DisplayCryptocurrency(ctx context.Context, __arg DisplayCryptocurrencyArg) (err error)
func (IdentifyUiClient) DisplayKey ¶
func (c IdentifyUiClient) DisplayKey(ctx context.Context, __arg DisplayKeyArg) (err error)
func (IdentifyUiClient) DisplayTLFCreateWithInvite ¶
func (c IdentifyUiClient) DisplayTLFCreateWithInvite(ctx context.Context, __arg DisplayTLFCreateWithInviteArg) (err error)
func (IdentifyUiClient) DisplayTrackStatement ¶
func (c IdentifyUiClient) DisplayTrackStatement(ctx context.Context, __arg DisplayTrackStatementArg) (err error)
func (IdentifyUiClient) DisplayUserCard ¶
func (c IdentifyUiClient) DisplayUserCard(ctx context.Context, __arg DisplayUserCardArg) (err error)
func (IdentifyUiClient) Finish ¶
func (c IdentifyUiClient) Finish(ctx context.Context, sessionID int) (err error)
func (IdentifyUiClient) FinishSocialProofCheck ¶
func (c IdentifyUiClient) FinishSocialProofCheck(ctx context.Context, __arg FinishSocialProofCheckArg) (err error)
func (IdentifyUiClient) FinishWebProofCheck ¶
func (c IdentifyUiClient) FinishWebProofCheck(ctx context.Context, __arg FinishWebProofCheckArg) (err error)
func (IdentifyUiClient) LaunchNetworkChecks ¶
func (c IdentifyUiClient) LaunchNetworkChecks(ctx context.Context, __arg LaunchNetworkChecksArg) (err error)
func (IdentifyUiClient) ReportLastTrack ¶
func (c IdentifyUiClient) ReportLastTrack(ctx context.Context, __arg ReportLastTrackArg) (err error)
func (IdentifyUiClient) ReportTrackToken ¶
func (c IdentifyUiClient) ReportTrackToken(ctx context.Context, __arg ReportTrackTokenArg) (err error)
type IdentifyUiInterface ¶
type IdentifyUiInterface interface { DisplayTLFCreateWithInvite(context.Context, DisplayTLFCreateWithInviteArg) error DelegateIdentifyUI(context.Context) (int, error) Start(context.Context, StartArg) error DisplayKey(context.Context, DisplayKeyArg) error ReportLastTrack(context.Context, ReportLastTrackArg) error LaunchNetworkChecks(context.Context, LaunchNetworkChecksArg) error DisplayTrackStatement(context.Context, DisplayTrackStatementArg) error FinishWebProofCheck(context.Context, FinishWebProofCheckArg) error FinishSocialProofCheck(context.Context, FinishSocialProofCheckArg) error DisplayCryptocurrency(context.Context, DisplayCryptocurrencyArg) error ReportTrackToken(context.Context, ReportTrackTokenArg) error DisplayUserCard(context.Context, DisplayUserCardArg) error Confirm(context.Context, ConfirmArg) (ConfirmResult, error) Cancel(context.Context, int) error Finish(context.Context, int) error Dismiss(context.Context, DismissArg) error }
type Identity ¶
type Identity struct { Status *Status `codec:"status,omitempty" json:"status,omitempty"` WhenLastTracked Time `codec:"whenLastTracked" json:"whenLastTracked"` Proofs []IdentifyRow `codec:"proofs" json:"proofs"` Cryptocurrency []Cryptocurrency `codec:"cryptocurrency" json:"cryptocurrency"` Revoked []TrackDiff `codec:"revoked" json:"revoked"` RevokedDetails []RevokedProof `codec:"revokedDetails" json:"revokedDetails"` BreaksTracking bool `codec:"breaksTracking" json:"breaksTracking"` }
type IncrementArg ¶
type InstallAction ¶
type InstallAction int
const ( InstallAction_UNKNOWN InstallAction = 0 InstallAction_NONE InstallAction = 1 InstallAction_UPGRADE InstallAction = 2 InstallAction_REINSTALL InstallAction = 3 InstallAction_INSTALL InstallAction = 4 )
func (InstallAction) String ¶
func (s InstallAction) String() string
type InstallClient ¶
type InstallClient struct {
Cli rpc.GenericClient
}
type InstallInterface ¶
type InstallInterface interface { }
type InstallResult ¶
type InstallResult struct { ComponentResults []ComponentResult `codec:"componentResults" json:"componentResults"` Status Status `codec:"status" json:"status"` Fatal bool `codec:"fatal" json:"fatal"` }
type InstallStatus ¶
type InstallStatus int
Install status describes state of install for a component or service.
const ( InstallStatus_UNKNOWN InstallStatus = 0 InstallStatus_ERROR InstallStatus = 1 InstallStatus_NOT_INSTALLED InstallStatus = 2 InstallStatus_INSTALLED InstallStatus = 4 )
func (InstallStatus) String ¶
func (s InstallStatus) String() string
type InviteRequestArg ¶
type KID ¶
type KID string
func KIDFromRawKey ¶
func KIDFromSlice ¶
func KIDFromString ¶
func KIDFromStringChecked ¶
func (KID) GetKeyType ¶
func (*KID) MarshalJSON ¶
func (KID) ToBinaryKID ¶
func (KID) ToShortIDString ¶
func (*KID) UnmarshalJSON ¶
type KbfsClient ¶
type KbfsClient struct {
Cli rpc.GenericClient
}
func (KbfsClient) FSEditList ¶
func (c KbfsClient) FSEditList(ctx context.Context, __arg FSEditListArg) (err error)
kbfs calls this as a response to receiving an FSEditListRequest with a given requestID.
func (KbfsClient) FSEvent ¶
func (c KbfsClient) FSEvent(ctx context.Context, event FSNotification) (err error)
Idea is that kbfs would call the function below whenever these actions are performed on a file.
Note that this list/interface is very temporary and highly likely to change significantly.
It is just a starting point to get kbfs notifications through the daemon to the clients.
func (KbfsClient) FSSyncEvent ¶
func (c KbfsClient) FSSyncEvent(ctx context.Context, event FSPathSyncStatus) (err error)
FSSyncEvent is called by KBFS when the sync status of an individual path changes.
func (KbfsClient) FSSyncStatus ¶
func (c KbfsClient) FSSyncStatus(ctx context.Context, __arg FSSyncStatusArg) (err error)
FSSyncStatus is called by KBFS as a response to receiving an FSSyncStatusRequest with a given requestID.
type KbfsCommonClient ¶
type KbfsCommonClient struct {
Cli rpc.GenericClient
}
type KbfsCommonInterface ¶
type KbfsCommonInterface interface { }
type KbfsInterface ¶
type KbfsInterface interface { // Idea is that kbfs would call the function below whenever these actions are // performed on a file. // // Note that this list/interface is very temporary and highly likely to change // significantly. // // It is just a starting point to get kbfs notifications through the daemon to // the clients. FSEvent(context.Context, FSNotification) error // kbfs calls this as a response to receiving an FSEditListRequest with a // given requestID. FSEditList(context.Context, FSEditListArg) error // FSSyncStatus is called by KBFS as a response to receiving an // FSSyncStatusRequest with a given requestID. FSSyncStatus(context.Context, FSSyncStatusArg) error // FSSyncEvent is called by KBFS when the sync status of an individual path // changes. FSSyncEvent(context.Context, FSPathSyncStatus) error }
type KbfsMountClient ¶ added in v1.0.19
type KbfsMountClient struct {
Cli rpc.GenericClient
}
func (KbfsMountClient) GetAllAvailableMountDirs ¶ added in v1.0.19
func (c KbfsMountClient) GetAllAvailableMountDirs(ctx context.Context) (res []string, err error)
func (KbfsMountClient) GetCurrentMountDir ¶ added in v1.0.19
func (c KbfsMountClient) GetCurrentMountDir(ctx context.Context) (res string, err error)
func (KbfsMountClient) SetCurrentMountDir ¶ added in v1.0.19
func (c KbfsMountClient) SetCurrentMountDir(ctx context.Context, dir string) (err error)
type KbfsMountInterface ¶ added in v1.0.19
type Kex2Provisionee2Client ¶
type Kex2Provisionee2Client struct {
Cli rpc.GenericClient
}
func (Kex2Provisionee2Client) DidCounterSign2 ¶
func (c Kex2Provisionee2Client) DidCounterSign2(ctx context.Context, __arg DidCounterSign2Arg) (err error)
type Kex2ProvisioneeClient ¶
type Kex2ProvisioneeClient struct {
Cli rpc.GenericClient
}
func (Kex2ProvisioneeClient) DidCounterSign ¶
func (c Kex2ProvisioneeClient) DidCounterSign(ctx context.Context, sig []byte) (err error)
type Kex2ProvisionerClient ¶
type Kex2ProvisionerClient struct {
Cli rpc.GenericClient
}
type KexStartArg ¶
type KexStartArg struct { }
type KeyBundleResponse ¶
type KeyGeneratedArg ¶
type KeybaseTime ¶
type KeyfamilyChangedArg ¶
type KeyfamilyChangedArg struct {
Uid UID `codec:"uid" json:"uid"`
}
type LaunchNetworkChecksArg ¶
type LinkCheckResult ¶
type LinkCheckResult struct { ProofId int `codec:"proofId" json:"proofId"` ProofResult ProofResult `codec:"proofResult" json:"proofResult"` SnoozedResult ProofResult `codec:"snoozedResult" json:"snoozedResult"` TorWarning bool `codec:"torWarning" json:"torWarning"` TmpTrackExpireTime Time `codec:"tmpTrackExpireTime" json:"tmpTrackExpireTime"` Cached *CheckResult `codec:"cached,omitempty" json:"cached,omitempty"` Diff *TrackDiff `codec:"diff,omitempty" json:"diff,omitempty"` RemoteDiff *TrackDiff `codec:"remoteDiff,omitempty" json:"remoteDiff,omitempty"` Hint *SigHint `codec:"hint,omitempty" json:"hint,omitempty"` BreaksTracking bool `codec:"breaksTracking" json:"breaksTracking"` }
type ListResult ¶
type ListResult struct {
Files []File `codec:"files" json:"files"`
}
type ListTrackers2Arg ¶
type ListTrackersArg ¶
type ListTrackersByNameArg ¶
type ListTrackersSelfArg ¶
type ListTrackersSelfArg struct {
SessionID int `codec:"sessionID" json:"sessionID"`
}
type ListTrackingArg ¶
type ListTrackingJSONArg ¶
type LoadDeviceErr ¶
type LoadMyPublicKeysArg ¶
type LoadMyPublicKeysArg struct {
SessionID int `codec:"sessionID" json:"sessionID"`
}
type LoadMySettingsArg ¶ added in v1.0.19
type LoadMySettingsArg struct {
SessionID int `codec:"sessionID" json:"sessionID"`
}
type LoadPublicKeysArg ¶
type LoadUserArg ¶
type LoadUserByNameArg ¶
type LoadUserPlusKeysArg ¶
type LogClient ¶
type LogClient struct {
Cli rpc.GenericClient
}
func (LogClient) RegisterLogger ¶
func (c LogClient) RegisterLogger(ctx context.Context, __arg RegisterLoggerArg) (err error)
type LogInterface ¶
type LogInterface interface {
RegisterLogger(context.Context, RegisterLoggerArg) error
}
type LogRotateArg ¶
type LogRotateArg struct {
SessionID int `codec:"sessionID" json:"sessionID"`
}
type LogUiClient ¶
type LogUiClient struct {
Cli rpc.GenericClient
}
type LoggedInArg ¶
type LoggedInArg struct {
Username string `codec:"username" json:"username"`
}
type LoggedOutArg ¶
type LoggedOutArg struct { }
type LoginArg ¶
type LoginArg struct { SessionID int `codec:"sessionID" json:"sessionID"` DeviceType string `codec:"deviceType" json:"deviceType"` UsernameOrEmail string `codec:"usernameOrEmail" json:"usernameOrEmail"` ClientType ClientType `codec:"clientType" json:"clientType"` }
type LoginClient ¶
type LoginClient struct {
Cli rpc.GenericClient
}
func (LoginClient) AccountDelete ¶
func (c LoginClient) AccountDelete(ctx context.Context, sessionID int) (err error)
accountDelete is for devel/testing to delete the current user's account.
func (LoginClient) ClearStoredSecret ¶
func (c LoginClient) ClearStoredSecret(ctx context.Context, __arg ClearStoredSecretArg) (err error)
Removes any existing stored secret for the given username. loginWithStoredSecret(_, username) will fail after this is called.
func (LoginClient) Deprovision ¶
func (c LoginClient) Deprovision(ctx context.Context, __arg DeprovisionArg) (err error)
func (LoginClient) GetConfiguredAccounts ¶
func (c LoginClient) GetConfiguredAccounts(ctx context.Context, sessionID int) (res []ConfiguredAccount, err error)
Returns an array of information about accounts configured on the local machine. Currently configured accounts are defined as those that have stored secrets, but this definition may be expanded in the future.
func (LoginClient) Login ¶
func (c LoginClient) Login(ctx context.Context, __arg LoginArg) (err error)
Performs login. deviceType should be libkb.DeviceTypeDesktop or libkb.DeviceTypeMobile. usernameOrEmail is optional. If the current device isn't provisioned, this function will provision it.
Note that if usernameOrEmail is an email address, only provisioning will be attempted. If the device is already provisioned, login via email address does not work.
func (LoginClient) LoginProvisionedDevice ¶ added in v1.0.19
func (c LoginClient) LoginProvisionedDevice(ctx context.Context, __arg LoginProvisionedDeviceArg) (err error)
Login a user only if the user is on a provisioned device. Username is optional. If noPassphrasePrompt is set, then only a stored secret will be used to unlock the device keys.
func (LoginClient) LoginWithPaperKey ¶ added in v1.0.19
func (c LoginClient) LoginWithPaperKey(ctx context.Context, sessionID int) (err error)
Login and unlock by - trying unlocked device keys if available - prompting for a paper key and using that
func (LoginClient) Logout ¶
func (c LoginClient) Logout(ctx context.Context, sessionID int) (err error)
func (LoginClient) PGPProvision ¶
func (c LoginClient) PGPProvision(ctx context.Context, __arg PGPProvisionArg) (err error)
pgpProvision is for devel/testing to provision a device via pgp using CLI with no user interaction.
func (LoginClient) PaperKey ¶
func (c LoginClient) PaperKey(ctx context.Context, sessionID int) (err error)
PaperKey generates paper backup keys for restoring an account. It calls login_ui.displayPaperKeyPhrase with the phrase.
func (LoginClient) PaperKeySubmit ¶
func (c LoginClient) PaperKeySubmit(ctx context.Context, __arg PaperKeySubmitArg) (err error)
paperKeySubmit checks that paperPhrase is a valid paper key for the logged in user, caches the keys, and sends a notification.
func (LoginClient) RecoverAccountFromEmailAddress ¶
func (c LoginClient) RecoverAccountFromEmailAddress(ctx context.Context, email string) (err error)
func (LoginClient) Unlock ¶
func (c LoginClient) Unlock(ctx context.Context, sessionID int) (err error)
Unlock restores access to local key store by priming passphrase stream cache.
func (LoginClient) UnlockWithPassphrase ¶
func (c LoginClient) UnlockWithPassphrase(ctx context.Context, __arg UnlockWithPassphraseArg) (err error)
type LoginInterface ¶
type LoginInterface interface { // Returns an array of information about accounts configured on the local // machine. Currently configured accounts are defined as those that have stored // secrets, but this definition may be expanded in the future. GetConfiguredAccounts(context.Context, int) ([]ConfiguredAccount, error) // Performs login. deviceType should be libkb.DeviceTypeDesktop // or libkb.DeviceTypeMobile. usernameOrEmail is optional. // If the current device isn't provisioned, this function will // provision it. // // Note that if usernameOrEmail is an email address, only provisioning // will be attempted. If the device is already provisioned, login // via email address does not work. Login(context.Context, LoginArg) error // Login a user only if the user is on a provisioned device. Username is optional. // If noPassphrasePrompt is set, then only a stored secret will be used to unlock // the device keys. LoginProvisionedDevice(context.Context, LoginProvisionedDeviceArg) error // Login and unlock by // - trying unlocked device keys if available // - prompting for a paper key and using that LoginWithPaperKey(context.Context, int) error // Removes any existing stored secret for the given username. // loginWithStoredSecret(_, username) will fail after this is called. ClearStoredSecret(context.Context, ClearStoredSecretArg) error Logout(context.Context, int) error Deprovision(context.Context, DeprovisionArg) error RecoverAccountFromEmailAddress(context.Context, string) error // PaperKey generates paper backup keys for restoring an account. // It calls login_ui.displayPaperKeyPhrase with the phrase. PaperKey(context.Context, int) error // paperKeySubmit checks that paperPhrase is a valid paper key // for the logged in user, caches the keys, and sends a notification. PaperKeySubmit(context.Context, PaperKeySubmitArg) error // Unlock restores access to local key store by priming passphrase stream cache. Unlock(context.Context, int) error UnlockWithPassphrase(context.Context, UnlockWithPassphraseArg) error // pgpProvision is for devel/testing to provision a device via pgp using CLI // with no user interaction. PGPProvision(context.Context, PGPProvisionArg) error // accountDelete is for devel/testing to delete the current user's account. AccountDelete(context.Context, int) error }
type LoginProvisionedDeviceArg ¶ added in v1.0.19
type LoginUiClient ¶
type LoginUiClient struct {
Cli rpc.GenericClient
}
func (LoginUiClient) DisplayPaperKeyPhrase ¶
func (c LoginUiClient) DisplayPaperKeyPhrase(ctx context.Context, __arg DisplayPaperKeyPhraseArg) (err error)
func (LoginUiClient) DisplayPrimaryPaperKey ¶
func (c LoginUiClient) DisplayPrimaryPaperKey(ctx context.Context, __arg DisplayPrimaryPaperKeyArg) (err error)
func (LoginUiClient) GetEmailOrUsername ¶
func (LoginUiClient) PromptRevokePaperKeys ¶
func (c LoginUiClient) PromptRevokePaperKeys(ctx context.Context, __arg PromptRevokePaperKeysArg) (res bool, err error)
type LoginUiInterface ¶
type LoginUiInterface interface { GetEmailOrUsername(context.Context, int) (string, error) PromptRevokePaperKeys(context.Context, PromptRevokePaperKeysArg) (bool, error) DisplayPaperKeyPhrase(context.Context, DisplayPaperKeyPhraseArg) error DisplayPrimaryPaperKey(context.Context, DisplayPrimaryPaperKeyArg) error }
type LoginWithPaperKeyArg ¶ added in v1.0.19
type LoginWithPaperKeyArg struct {
SessionID int `codec:"sessionID" json:"sessionID"`
}
type LogsendClient ¶ added in v1.0.19
type LogsendClient struct {
Cli rpc.GenericClient
}
func (LogsendClient) PrepareLogsend ¶ added in v1.0.19
func (c LogsendClient) PrepareLogsend(ctx context.Context) (err error)
type LogsendInterface ¶ added in v1.0.19
type MerkleRoot ¶
type MerkleTreeID ¶
type MerkleTreeID int
const ( MerkleTreeID_MASTER MerkleTreeID = 0 MerkleTreeID_KBFS_PUBLIC MerkleTreeID = 1 MerkleTreeID_KBFS_PRIVATE MerkleTreeID = 2 )
func (MerkleTreeID) Number ¶
func (m MerkleTreeID) Number() int
func (MerkleTreeID) String ¶
func (m MerkleTreeID) String() string
type MetadataClient ¶
type MetadataClient struct {
Cli rpc.GenericClient
}
func (MetadataClient) Authenticate ¶
func (MetadataClient) DeleteKey ¶
func (c MetadataClient) DeleteKey(ctx context.Context, __arg DeleteKeyArg) (err error)
func (MetadataClient) GetChallenge ¶
func (c MetadataClient) GetChallenge(ctx context.Context) (res ChallengeInfo, err error)
func (MetadataClient) GetFolderHandle ¶
func (c MetadataClient) GetFolderHandle(ctx context.Context, __arg GetFolderHandleArg) (res []byte, err error)
func (MetadataClient) GetFoldersForRekey ¶
func (c MetadataClient) GetFoldersForRekey(ctx context.Context, deviceKID KID) (err error)
func (MetadataClient) GetKeyBundles ¶
func (c MetadataClient) GetKeyBundles(ctx context.Context, __arg GetKeyBundlesArg) (res KeyBundleResponse, err error)
func (MetadataClient) GetLatestFolderHandle ¶
func (MetadataClient) GetMerkleNode ¶
func (MetadataClient) GetMerkleRoot ¶
func (c MetadataClient) GetMerkleRoot(ctx context.Context, __arg GetMerkleRootArg) (res MerkleRoot, err error)
func (MetadataClient) GetMerkleRootLatest ¶
func (c MetadataClient) GetMerkleRootLatest(ctx context.Context, treeID MerkleTreeID) (res MerkleRoot, err error)
func (MetadataClient) GetMerkleRootSince ¶
func (c MetadataClient) GetMerkleRootSince(ctx context.Context, __arg GetMerkleRootSinceArg) (res MerkleRoot, err error)
func (MetadataClient) GetMetadata ¶
func (c MetadataClient) GetMetadata(ctx context.Context, __arg GetMetadataArg) (res MetadataResponse, err error)
func (MetadataClient) Ping2 ¶
func (c MetadataClient) Ping2(ctx context.Context) (res PingResponse, err error)
func (MetadataClient) PruneBranch ¶
func (c MetadataClient) PruneBranch(ctx context.Context, __arg PruneBranchArg) (err error)
func (MetadataClient) PutKeys ¶
func (c MetadataClient) PutKeys(ctx context.Context, __arg PutKeysArg) (err error)
func (MetadataClient) PutMetadata ¶
func (c MetadataClient) PutMetadata(ctx context.Context, __arg PutMetadataArg) (err error)
func (MetadataClient) RegisterForUpdates ¶
func (c MetadataClient) RegisterForUpdates(ctx context.Context, __arg RegisterForUpdatesArg) (err error)
func (MetadataClient) TruncateLock ¶
func (MetadataClient) TruncateUnlock ¶
type MetadataInterface ¶
type MetadataInterface interface { GetChallenge(context.Context) (ChallengeInfo, error) Authenticate(context.Context, string) (int, error) PutMetadata(context.Context, PutMetadataArg) error GetMetadata(context.Context, GetMetadataArg) (MetadataResponse, error) RegisterForUpdates(context.Context, RegisterForUpdatesArg) error PruneBranch(context.Context, PruneBranchArg) error PutKeys(context.Context, PutKeysArg) error GetKey(context.Context, GetKeyArg) ([]byte, error) DeleteKey(context.Context, DeleteKeyArg) error TruncateLock(context.Context, string) (bool, error) TruncateUnlock(context.Context, string) (bool, error) GetFolderHandle(context.Context, GetFolderHandleArg) ([]byte, error) GetFoldersForRekey(context.Context, KID) error Ping(context.Context) error Ping2(context.Context) (PingResponse, error) GetLatestFolderHandle(context.Context, string) ([]byte, error) GetKeyBundles(context.Context, GetKeyBundlesArg) (KeyBundleResponse, error) GetMerkleRoot(context.Context, GetMerkleRootArg) (MerkleRoot, error) GetMerkleRootLatest(context.Context, MerkleTreeID) (MerkleRoot, error) GetMerkleRootSince(context.Context, GetMerkleRootSinceArg) (MerkleRoot, error) GetMerkleNode(context.Context, string) ([]byte, error) }
type MetadataResponse ¶
type MetadataUpdateArg ¶
type MetadataUpdateClient ¶
type MetadataUpdateClient struct {
Cli rpc.GenericClient
}
func (MetadataUpdateClient) FolderNeedsRekey ¶
func (c MetadataUpdateClient) FolderNeedsRekey(ctx context.Context, __arg FolderNeedsRekeyArg) (err error)
func (MetadataUpdateClient) FoldersNeedRekey ¶ added in v1.0.19
func (c MetadataUpdateClient) FoldersNeedRekey(ctx context.Context, requests []RekeyRequest) (err error)
func (MetadataUpdateClient) MetadataUpdate ¶
func (c MetadataUpdateClient) MetadataUpdate(ctx context.Context, __arg MetadataUpdateArg) (err error)
type MetadataUpdateInterface ¶
type MetadataUpdateInterface interface { MetadataUpdate(context.Context, MetadataUpdateArg) error FolderNeedsRekey(context.Context, FolderNeedsRekeyArg) error FoldersNeedRekey(context.Context, []RekeyRequest) error }
type NaclDHKeyPrivate ¶
type NaclDHKeyPrivate [32]byte
type NaclDHKeyPublic ¶
type NaclDHKeyPublic [32]byte
type NaclSigningKeyPrivate ¶
type NaclSigningKeyPrivate [64]byte
type NaclSigningKeyPublic ¶
type NaclSigningKeyPublic [32]byte
type NotificationChannels ¶
type NotificationChannels struct { Session bool `codec:"session" json:"session"` Users bool `codec:"users" json:"users"` Kbfs bool `codec:"kbfs" json:"kbfs"` Tracking bool `codec:"tracking" json:"tracking"` Favorites bool `codec:"favorites" json:"favorites"` Paperkeys bool `codec:"paperkeys" json:"paperkeys"` Keyfamily bool `codec:"keyfamily" json:"keyfamily"` Service bool `codec:"service" json:"service"` App bool `codec:"app" json:"app"` Chat bool `codec:"chat" json:"chat"` PGP bool `codec:"pgp" json:"pgp"` Kbfsrequest bool `codec:"kbfsrequest" json:"kbfsrequest"` Badges bool `codec:"badges" json:"badges"` Reachability bool `codec:"reachability" json:"reachability"` }
type NotifyAppClient ¶
type NotifyAppClient struct {
Cli rpc.GenericClient
}
type NotifyAppInterface ¶
type NotifyBadgesClient ¶ added in v1.0.19
type NotifyBadgesClient struct {
Cli rpc.GenericClient
}
func (NotifyBadgesClient) BadgeState ¶ added in v1.0.19
func (c NotifyBadgesClient) BadgeState(ctx context.Context, badgeState BadgeState) (err error)
type NotifyBadgesInterface ¶ added in v1.0.19
type NotifyBadgesInterface interface {
BadgeState(context.Context, BadgeState) error
}
type NotifyCtlClient ¶
type NotifyCtlClient struct {
Cli rpc.GenericClient
}
func (NotifyCtlClient) SetNotifications ¶
func (c NotifyCtlClient) SetNotifications(ctx context.Context, channels NotificationChannels) (err error)
type NotifyCtlInterface ¶
type NotifyCtlInterface interface {
SetNotifications(context.Context, NotificationChannels) error
}
type NotifyFSClient ¶
type NotifyFSClient struct {
Cli rpc.GenericClient
}
func (NotifyFSClient) FSActivity ¶
func (c NotifyFSClient) FSActivity(ctx context.Context, notification FSNotification) (err error)
func (NotifyFSClient) FSEditListResponse ¶
func (c NotifyFSClient) FSEditListResponse(ctx context.Context, __arg FSEditListResponseArg) (err error)
func (NotifyFSClient) FSSyncActivity ¶
func (c NotifyFSClient) FSSyncActivity(ctx context.Context, status FSPathSyncStatus) (err error)
func (NotifyFSClient) FSSyncStatusResponse ¶
func (c NotifyFSClient) FSSyncStatusResponse(ctx context.Context, __arg FSSyncStatusResponseArg) (err error)
type NotifyFSInterface ¶
type NotifyFSInterface interface { FSActivity(context.Context, FSNotification) error FSSyncActivity(context.Context, FSPathSyncStatus) error FSEditListResponse(context.Context, FSEditListResponseArg) error FSSyncStatusResponse(context.Context, FSSyncStatusResponseArg) error }
type NotifyFSRequestClient ¶
type NotifyFSRequestClient struct {
Cli rpc.GenericClient
}
func (NotifyFSRequestClient) FSEditListRequest ¶
func (c NotifyFSRequestClient) FSEditListRequest(ctx context.Context, req FSEditListRequest) (err error)
func (NotifyFSRequestClient) FSSyncStatusRequest ¶
func (c NotifyFSRequestClient) FSSyncStatusRequest(ctx context.Context, req FSSyncStatusRequest) (err error)
type NotifyFSRequestInterface ¶
type NotifyFSRequestInterface interface { FSEditListRequest(context.Context, FSEditListRequest) error FSSyncStatusRequest(context.Context, FSSyncStatusRequest) error }
type NotifyFavoritesClient ¶
type NotifyFavoritesClient struct {
Cli rpc.GenericClient
}
func (NotifyFavoritesClient) FavoritesChanged ¶
func (c NotifyFavoritesClient) FavoritesChanged(ctx context.Context, uid UID) (err error)
type NotifyKeyfamilyClient ¶
type NotifyKeyfamilyClient struct {
Cli rpc.GenericClient
}
func (NotifyKeyfamilyClient) KeyfamilyChanged ¶
func (c NotifyKeyfamilyClient) KeyfamilyChanged(ctx context.Context, uid UID) (err error)
type NotifyPGPClient ¶
type NotifyPGPClient struct {
Cli rpc.GenericClient
}
func (NotifyPGPClient) PGPKeyInSecretStoreFile ¶
func (c NotifyPGPClient) PGPKeyInSecretStoreFile(ctx context.Context) (err error)
type NotifyPGPInterface ¶
type NotifyPaperKeyClient ¶
type NotifyPaperKeyClient struct {
Cli rpc.GenericClient
}
func (NotifyPaperKeyClient) PaperKeyCached ¶
func (c NotifyPaperKeyClient) PaperKeyCached(ctx context.Context, __arg PaperKeyCachedArg) (err error)
type NotifyPaperKeyInterface ¶
type NotifyPaperKeyInterface interface {
PaperKeyCached(context.Context, PaperKeyCachedArg) error
}
type NotifyServiceClient ¶
type NotifyServiceClient struct {
Cli rpc.GenericClient
}
type NotifyServiceInterface ¶
type NotifySessionClient ¶
type NotifySessionClient struct {
Cli rpc.GenericClient
}
func (NotifySessionClient) ClientOutOfDate ¶
func (c NotifySessionClient) ClientOutOfDate(ctx context.Context, __arg ClientOutOfDateArg) (err error)
type NotifySessionInterface ¶
type NotifyTrackingClient ¶
type NotifyTrackingClient struct {
Cli rpc.GenericClient
}
func (NotifyTrackingClient) TrackingChanged ¶
func (c NotifyTrackingClient) TrackingChanged(ctx context.Context, __arg TrackingChangedArg) (err error)
type NotifyTrackingInterface ¶
type NotifyTrackingInterface interface {
TrackingChanged(context.Context, TrackingChangedArg) error
}
type NotifyUsersClient ¶
type NotifyUsersClient struct {
Cli rpc.GenericClient
}
func (NotifyUsersClient) UserChanged ¶
func (c NotifyUsersClient) UserChanged(ctx context.Context, uid UID) (err error)
type NotifyUsersInterface ¶
type OkToCheckArg ¶
type OpDescription ¶ added in v1.0.19
type OpDescription struct { AsyncOp__ AsyncOps `codec:"asyncOp" json:"asyncOp"` List__ *ListArgs `codec:"list,omitempty" json:"list,omitempty"` ListRecursive__ *ListArgs `codec:"listRecursive,omitempty" json:"listRecursive,omitempty"` Read__ *ReadArgs `codec:"read,omitempty" json:"read,omitempty"` Write__ *WriteArgs `codec:"write,omitempty" json:"write,omitempty"` Copy__ *CopyArgs `codec:"copy,omitempty" json:"copy,omitempty"` Move__ *MoveArgs `codec:"move,omitempty" json:"move,omitempty"` Remove__ *RemoveArgs `codec:"remove,omitempty" json:"remove,omitempty"` }
func NewOpDescriptionWithCopy ¶ added in v1.0.19
func NewOpDescriptionWithCopy(v CopyArgs) OpDescription
func NewOpDescriptionWithList ¶ added in v1.0.19
func NewOpDescriptionWithList(v ListArgs) OpDescription
func NewOpDescriptionWithListRecursive ¶ added in v1.0.19
func NewOpDescriptionWithListRecursive(v ListArgs) OpDescription
func NewOpDescriptionWithMove ¶ added in v1.0.19
func NewOpDescriptionWithMove(v MoveArgs) OpDescription
func NewOpDescriptionWithRead ¶ added in v1.0.19
func NewOpDescriptionWithRead(v ReadArgs) OpDescription
func NewOpDescriptionWithRemove ¶ added in v1.0.19
func NewOpDescriptionWithRemove(v RemoveArgs) OpDescription
func NewOpDescriptionWithWrite ¶ added in v1.0.19
func NewOpDescriptionWithWrite(v WriteArgs) OpDescription
func (*OpDescription) AsyncOp ¶ added in v1.0.19
func (o *OpDescription) AsyncOp() (ret AsyncOps, err error)
func (OpDescription) Copy ¶ added in v1.0.19
func (o OpDescription) Copy() (res CopyArgs)
func (OpDescription) List ¶ added in v1.0.19
func (o OpDescription) List() (res ListArgs)
func (OpDescription) ListRecursive ¶ added in v1.0.19
func (o OpDescription) ListRecursive() (res ListArgs)
func (OpDescription) Move ¶ added in v1.0.19
func (o OpDescription) Move() (res MoveArgs)
func (OpDescription) Read ¶ added in v1.0.19
func (o OpDescription) Read() (res ReadArgs)
func (OpDescription) Remove ¶ added in v1.0.19
func (o OpDescription) Remove() (res RemoveArgs)
func (OpDescription) Write ¶ added in v1.0.19
func (o OpDescription) Write() (res WriteArgs)
type OutOfDateInfo ¶
type OutputInstructionsArg ¶
type OutputPrechecksArg ¶
type OutputSignatureSuccessNonKeybaseArg ¶ added in v1.0.19
type PGPClient ¶
type PGPClient struct {
Cli rpc.GenericClient
}
func (PGPClient) PGPDecrypt ¶
func (c PGPClient) PGPDecrypt(ctx context.Context, __arg PGPDecryptArg) (res PGPSigVerification, err error)
func (PGPClient) PGPDeletePrimary ¶
func (PGPClient) PGPEncrypt ¶
func (c PGPClient) PGPEncrypt(ctx context.Context, __arg PGPEncryptArg) (err error)
func (PGPClient) PGPExportByFingerprint ¶
func (PGPClient) PGPExportByKID ¶
func (PGPClient) PGPImport ¶
func (c PGPClient) PGPImport(ctx context.Context, __arg PGPImportArg) (err error)
func (PGPClient) PGPKeyGen ¶
func (c PGPClient) PGPKeyGen(ctx context.Context, __arg PGPKeyGenArg) (err error)
func (PGPClient) PGPKeyGenDefault ¶
func (c PGPClient) PGPKeyGenDefault(ctx context.Context, __arg PGPKeyGenDefaultArg) (err error)
func (PGPClient) PGPPull ¶
func (c PGPClient) PGPPull(ctx context.Context, __arg PGPPullArg) (err error)
Download PGP keys for tracked users and update the local GPG keyring. If usernames is nonempty, update only those users.
func (PGPClient) PGPPurge ¶
func (c PGPClient) PGPPurge(ctx context.Context, __arg PGPPurgeArg) (res PGPPurgeRes, err error)
func (PGPClient) PGPSelect ¶
func (c PGPClient) PGPSelect(ctx context.Context, __arg PGPSelectArg) (err error)
Select an existing key and add to Keybase.
func (PGPClient) PGPSign ¶
func (c PGPClient) PGPSign(ctx context.Context, __arg PGPSignArg) (err error)
func (PGPClient) PGPStorageDismiss ¶
Dismiss the PGP unlock via secret_store_file notification.
func (PGPClient) PGPUpdate ¶
func (c PGPClient) PGPUpdate(ctx context.Context, __arg PGPUpdateArg) (err error)
Push updated key(s) to the server.
func (PGPClient) PGPVerify ¶
func (c PGPClient) PGPVerify(ctx context.Context, __arg PGPVerifyArg) (res PGPSigVerification, err error)
type PGPCreateUids ¶
type PGPCreateUids struct { UseDefault bool `codec:"useDefault" json:"useDefault"` Ids []PGPIdentity `codec:"ids" json:"ids"` }
type PGPDecryptArg ¶
type PGPDecryptArg struct { SessionID int `codec:"sessionID" json:"sessionID"` Source Stream `codec:"source" json:"source"` Sink Stream `codec:"sink" json:"sink"` Opts PGPDecryptOptions `codec:"opts" json:"opts"` }
type PGPDecryptOptions ¶
type PGPDeletePrimaryArg ¶
type PGPDeletePrimaryArg struct {
SessionID int `codec:"sessionID" json:"sessionID"`
}
type PGPEncryptArg ¶
type PGPEncryptArg struct { SessionID int `codec:"sessionID" json:"sessionID"` Source Stream `codec:"source" json:"source"` Sink Stream `codec:"sink" json:"sink"` Opts PGPEncryptOptions `codec:"opts" json:"opts"` }
type PGPEncryptOptions ¶
type PGPExportArg ¶
type PGPExportByKIDArg ¶
type PGPIdentity ¶
type PGPImportArg ¶
type PGPInterface ¶
type PGPInterface interface { PGPSign(context.Context, PGPSignArg) error // Download PGP keys for tracked users and update the local GPG keyring. // If usernames is nonempty, update only those users. PGPPull(context.Context, PGPPullArg) error PGPEncrypt(context.Context, PGPEncryptArg) error PGPDecrypt(context.Context, PGPDecryptArg) (PGPSigVerification, error) PGPVerify(context.Context, PGPVerifyArg) (PGPSigVerification, error) PGPImport(context.Context, PGPImportArg) error // Exports active PGP keys. Only allows armored export. PGPExport(context.Context, PGPExportArg) ([]KeyInfo, error) PGPExportByFingerprint(context.Context, PGPExportByFingerprintArg) ([]KeyInfo, error) PGPExportByKID(context.Context, PGPExportByKIDArg) ([]KeyInfo, error) PGPKeyGen(context.Context, PGPKeyGenArg) error PGPKeyGenDefault(context.Context, PGPKeyGenDefaultArg) error PGPDeletePrimary(context.Context, int) error // Select an existing key and add to Keybase. PGPSelect(context.Context, PGPSelectArg) error // Push updated key(s) to the server. PGPUpdate(context.Context, PGPUpdateArg) error PGPPurge(context.Context, PGPPurgeArg) (PGPPurgeRes, error) // Dismiss the PGP unlock via secret_store_file notification. PGPStorageDismiss(context.Context, int) error }
type PGPKeyGenArg ¶
type PGPKeyGenArg struct { SessionID int `codec:"sessionID" json:"sessionID"` PrimaryBits int `codec:"primaryBits" json:"primaryBits"` SubkeyBits int `codec:"subkeyBits" json:"subkeyBits"` CreateUids PGPCreateUids `codec:"createUids" json:"createUids"` AllowMulti bool `codec:"allowMulti" json:"allowMulti"` DoExport bool `codec:"doExport" json:"doExport"` PushSecret bool `codec:"pushSecret" json:"pushSecret"` }
type PGPKeyGenDefaultArg ¶
type PGPKeyGenDefaultArg struct { SessionID int `codec:"sessionID" json:"sessionID"` CreateUids PGPCreateUids `codec:"createUids" json:"createUids"` }
type PGPKeyInSecretStoreFileArg ¶
type PGPKeyInSecretStoreFileArg struct { }
type PGPProvisionArg ¶
type PGPPullArg ¶
type PGPPurgeArg ¶
type PGPPurgeRes ¶
type PGPPurgeRes struct {
Filenames []string `codec:"filenames" json:"filenames"`
}
Export all pgp keys in lksec, then if doPurge is true, remove the keys from lksec.
type PGPSelectArg ¶
type PGPSelectArg struct { SessionID int `codec:"sessionID" json:"sessionID"` FingerprintQuery string `codec:"fingerprintQuery" json:"fingerprintQuery"` AllowMulti bool `codec:"allowMulti" json:"allowMulti"` SkipImport bool `codec:"skipImport" json:"skipImport"` OnlyImport bool `codec:"onlyImport" json:"onlyImport"` }
type PGPSigVerification ¶
type PGPSigVerification struct { IsSigned bool `codec:"isSigned" json:"isSigned"` Verified bool `codec:"verified" json:"verified"` Signer User `codec:"signer" json:"signer"` SignKey PublicKey `codec:"signKey" json:"signKey"` }
PGPSigVerification is returned by pgpDecrypt and pgpVerify with information about a the signature verification. If isSigned is false, there was no signature, and the rest of the fields should be ignored.
type PGPSignArg ¶
type PGPSignArg struct { SessionID int `codec:"sessionID" json:"sessionID"` Source Stream `codec:"source" json:"source"` Sink Stream `codec:"sink" json:"sink"` Opts PGPSignOptions `codec:"opts" json:"opts"` }
type PGPSignOptions ¶
type PGPStorageDismissArg ¶
type PGPStorageDismissArg struct {
SessionID int `codec:"sessionID" json:"sessionID"`
}
type PGPUiClient ¶
type PGPUiClient struct {
Cli rpc.GenericClient
}
func (PGPUiClient) Finished ¶
func (c PGPUiClient) Finished(ctx context.Context, sessionID int) (err error)
func (PGPUiClient) KeyGenerated ¶
func (c PGPUiClient) KeyGenerated(ctx context.Context, __arg KeyGeneratedArg) (err error)
func (PGPUiClient) OutputSignatureSuccess ¶
func (c PGPUiClient) OutputSignatureSuccess(ctx context.Context, __arg OutputSignatureSuccessArg) (err error)
func (PGPUiClient) OutputSignatureSuccessNonKeybase ¶ added in v1.0.19
func (c PGPUiClient) OutputSignatureSuccessNonKeybase(ctx context.Context, __arg OutputSignatureSuccessNonKeybaseArg) (err error)
func (PGPUiClient) ShouldPushPrivate ¶
type PGPUiInterface ¶
type PGPUiInterface interface { OutputSignatureSuccess(context.Context, OutputSignatureSuccessArg) error OutputSignatureSuccessNonKeybase(context.Context, OutputSignatureSuccessNonKeybaseArg) error KeyGenerated(context.Context, KeyGeneratedArg) error ShouldPushPrivate(context.Context, int) (bool, error) Finished(context.Context, int) error }
type PGPUpdateArg ¶
type PGPVerifyArg ¶
type PGPVerifyArg struct { SessionID int `codec:"sessionID" json:"sessionID"` Source Stream `codec:"source" json:"source"` Opts PGPVerifyOptions `codec:"opts" json:"opts"` }
type PGPVerifyOptions ¶
type PaperKeyArg ¶
type PaperKeyArg struct {
SessionID int `codec:"sessionID" json:"sessionID"`
}
type PaperKeyCachedArg ¶
type PaperKeySubmitArg ¶
type PaperProvisionArg ¶
type PaperProvisionArg struct { SessionID int `codec:"sessionID" json:"sessionID"` Username string `codec:"username" json:"username"` DeviceName string `codec:"deviceName" json:"deviceName"` PaperKey string `codec:"paperKey" json:"paperKey"` KeepPaperKey bool `codec:"keepPaperKey" json:"keepPaperKey"` }
type PaperprovisionClient ¶
type PaperprovisionClient struct {
Cli rpc.GenericClient
}
func (PaperprovisionClient) PaperProvision ¶
func (c PaperprovisionClient) PaperProvision(ctx context.Context, __arg PaperProvisionArg) (err error)
Performs paper provision. If the current device isn't provisioned, this function will provision it.
type PaperprovisionInterface ¶
type PaperprovisionInterface interface { // Performs paper provision. // If the current device isn't provisioned, this function will // provision it. PaperProvision(context.Context, PaperProvisionArg) error }
type PassphraseChangeArg ¶
type PassphraseCommonClient ¶
type PassphraseCommonClient struct {
Cli rpc.GenericClient
}
type PassphraseCommonInterface ¶
type PassphraseCommonInterface interface { }
type PassphrasePromptArg ¶
type PassphrasePromptArg struct { SessionID int `codec:"sessionID" json:"sessionID"` GuiArg GUIEntryArg `codec:"guiArg" json:"guiArg"` }
type PassphraseStream ¶
type PassphraseType ¶
type PassphraseType int
const ( PassphraseType_NONE PassphraseType = 0 PassphraseType_PAPER_KEY PassphraseType = 1 PassphraseType_PASS_PHRASE PassphraseType = 2 PassphraseType_VERIFY_PASS_PHRASE PassphraseType = 3 )
func (PassphraseType) String ¶ added in v1.0.19
func (e PassphraseType) String() string
type Path ¶ added in v1.0.19
type Path struct { PathType__ PathType `codec:"PathType" json:"PathType"` Local__ *string `codec:"local,omitempty" json:"local,omitempty"` Kbfs__ *string `codec:"kbfs,omitempty" json:"kbfs,omitempty"` }
func NewPathWithKbfs ¶ added in v1.0.19
func NewPathWithLocal ¶ added in v1.0.19
type PingResponse ¶
type PingResponse struct {
Timestamp Time `codec:"timestamp" json:"timestamp"`
}
type PlatformInfo ¶
type PostArg ¶
type PostArg struct { Endpoint string `codec:"endpoint" json:"endpoint"` Args []StringKVPair `codec:"args" json:"args"` HttpStatus []int `codec:"httpStatus" json:"httpStatus"` AppStatusCode []int `codec:"appStatusCode" json:"appStatusCode"` }
func (PostArg) GetAppStatusCodes ¶
func (PostArg) GetEndpoint ¶
func (PostArg) GetHTTPArgs ¶
func (a PostArg) GetHTTPArgs() []StringKVPair
func (PostArg) GetHttpStatuses ¶
type PostJSONArg ¶
type PostJSONArg struct { Endpoint string `codec:"endpoint" json:"endpoint"` Args []StringKVPair `codec:"args" json:"args"` JSONPayload []StringKVPair `codec:"JSONPayload" json:"JSONPayload"` HttpStatus []int `codec:"httpStatus" json:"httpStatus"` AppStatusCode []int `codec:"appStatusCode" json:"appStatusCode"` }
func (PostJSONArg) GetAppStatusCodes ¶
func (a PostJSONArg) GetAppStatusCodes() []int
func (PostJSONArg) GetEndpoint ¶
func (a PostJSONArg) GetEndpoint() string
func (PostJSONArg) GetHTTPArgs ¶
func (a PostJSONArg) GetHTTPArgs() []StringKVPair
func (PostJSONArg) GetHttpStatuses ¶
func (a PostJSONArg) GetHttpStatuses() []int
type PreProofWarningArg ¶
type PrepareLogsendArg ¶ added in v1.0.19
type PrepareLogsendArg struct { }
type ProblemSet ¶
type ProblemSet struct { User User `codec:"user" json:"user"` Kid KID `codec:"kid" json:"kid"` Tlfs []ProblemTLF `codec:"tlfs" json:"tlfs"` }
ProblemSet is for a particular (user,kid) that initiated a rekey problem. This problem consists of one or more problem TLFs, which are individually scored and have attendant solutions --- devices that if they came online can rekey and solve the ProblemTLF.
type ProblemSetDevices ¶
type ProblemSetDevices struct { ProblemSet ProblemSet `codec:"problemSet" json:"problemSet"` Devices []Device `codec:"devices" json:"devices"` }
type ProblemTLF ¶
type Process ¶
type Process struct { Pid string `codec:"pid" json:"pid"` Command string `codec:"command" json:"command"` FileDescriptors []FileDescriptor `codec:"fileDescriptors" json:"fileDescriptors"` }
type ProcessClient ¶
type ProcessClient struct {
Cli rpc.GenericClient
}
type ProcessInterface ¶
type ProcessInterface interface { }
type ProfileEditArg ¶ added in v1.0.19
type PromptDefault ¶
type PromptDefault int
const ( PromptDefault_NONE PromptDefault = 0 PromptDefault_YES PromptDefault = 1 PromptDefault_NO PromptDefault = 2 )
func (PromptDefault) String ¶ added in v1.0.19
func (e PromptDefault) String() string
type PromptNewDeviceNameArg ¶
type PromptOverwriteArg ¶
type PromptOverwriteArg struct { SessionID int `codec:"sessionID" json:"sessionID"` Account string `codec:"account" json:"account"` Typ PromptOverwriteType `codec:"typ" json:"typ"` }
type PromptOverwriteType ¶
type PromptOverwriteType int
const ( PromptOverwriteType_SOCIAL PromptOverwriteType = 0 PromptOverwriteType_SITE PromptOverwriteType = 1 )
func (PromptOverwriteType) String ¶ added in v1.0.19
func (e PromptOverwriteType) String() string
type PromptUsernameArg ¶
type PromptYesNoArg ¶
type PromptYesNoArg struct { SessionID int `codec:"sessionID" json:"sessionID"` Text Text `codec:"text" json:"text"` PromptDefault PromptDefault `codec:"promptDefault" json:"promptDefault"` }
type ProofResult ¶
type ProofResult struct { State ProofState `codec:"state" json:"state"` Status ProofStatus `codec:"status" json:"status"` Desc string `codec:"desc" json:"desc"` }
type ProofState ¶
type ProofState int
const ( ProofState_NONE ProofState = 0 ProofState_OK ProofState = 1 ProofState_TEMP_FAILURE ProofState = 2 ProofState_PERM_FAILURE ProofState = 3 ProofState_LOOKING ProofState = 4 ProofState_SUPERSEDED ProofState = 5 ProofState_POSTED ProofState = 6 ProofState_REVOKED ProofState = 7 ProofState_DELETED ProofState = 8 ProofState_UNKNOWN_TYPE ProofState = 9 ProofState_SIG_HINT_MISSING ProofState = 10 ProofState_UNCHECKED ProofState = 11 )
func (ProofState) String ¶ added in v1.0.19
func (e ProofState) String() string
type ProofStatus ¶
type ProofStatus int
3: It's been found in the hunt, but not proven yet 1xx: Retryable soft errors; note that this will be put in the proof_cache, but won't be returned from the proof cache in most cases. Their freshness will always be RANCID. 2xx: Will likely result in a hard error, if repeated enough 3xx: Hard final errors
const ( ProofStatus_NONE ProofStatus = 0 ProofStatus_OK ProofStatus = 1 ProofStatus_LOCAL ProofStatus = 2 ProofStatus_FOUND ProofStatus = 3 ProofStatus_BASE_ERROR ProofStatus = 100 ProofStatus_HOST_UNREACHABLE ProofStatus = 101 ProofStatus_PERMISSION_DENIED ProofStatus = 103 ProofStatus_FAILED_PARSE ProofStatus = 106 ProofStatus_DNS_ERROR ProofStatus = 107 ProofStatus_AUTH_FAILED ProofStatus = 108 ProofStatus_HTTP_429 ProofStatus = 129 ProofStatus_HTTP_500 ProofStatus = 150 ProofStatus_TIMEOUT ProofStatus = 160 ProofStatus_INTERNAL_ERROR ProofStatus = 170 ProofStatus_UNCHECKED ProofStatus = 171 ProofStatus_MISSING_PVL ProofStatus = 172 ProofStatus_BASE_HARD_ERROR ProofStatus = 200 ProofStatus_NOT_FOUND ProofStatus = 201 ProofStatus_CONTENT_FAILURE ProofStatus = 202 ProofStatus_BAD_USERNAME ProofStatus = 203 ProofStatus_BAD_REMOTE_ID ProofStatus = 204 ProofStatus_TEXT_NOT_FOUND ProofStatus = 205 ProofStatus_BAD_ARGS ProofStatus = 206 ProofStatus_CONTENT_MISSING ProofStatus = 207 ProofStatus_TITLE_NOT_FOUND ProofStatus = 208 ProofStatus_SERVICE_ERROR ProofStatus = 209 ProofStatus_TOR_SKIPPED ProofStatus = 210 ProofStatus_TOR_INCOMPATIBLE ProofStatus = 211 ProofStatus_HTTP_300 ProofStatus = 230 ProofStatus_HTTP_400 ProofStatus = 240 ProofStatus_HTTP_OTHER ProofStatus = 260 ProofStatus_EMPTY_JSON ProofStatus = 270 ProofStatus_DELETED ProofStatus = 301 ProofStatus_SERVICE_DEAD ProofStatus = 302 ProofStatus_BAD_SIGNATURE ProofStatus = 303 ProofStatus_BAD_API_URL ProofStatus = 304 ProofStatus_UNKNOWN_TYPE ProofStatus = 305 ProofStatus_NO_HINT ProofStatus = 306 ProofStatus_BAD_HINT_TEXT ProofStatus = 307 ProofStatus_INVALID_PVL ProofStatus = 308 )
func (ProofStatus) String ¶ added in v1.0.19
func (e ProofStatus) String() string
type ProofType ¶
type ProofType int
const ( ProofType_NONE ProofType = 0 ProofType_KEYBASE ProofType = 1 ProofType_TWITTER ProofType = 2 ProofType_GITHUB ProofType = 3 ProofType_REDDIT ProofType = 4 ProofType_COINBASE ProofType = 5 ProofType_HACKERNEWS ProofType = 6 ProofType_FACEBOOK ProofType = 8 ProofType_GENERIC_WEB_SITE ProofType = 1000 ProofType_DNS ProofType = 1001 ProofType_PGP ProofType = 1002 ProofType_ROOTER ProofType = 100001 )
type Proofs ¶
type Proofs struct { Social []TrackProof `codec:"social" json:"social"` Web []WebProof `codec:"web" json:"web"` PublicKeys []PublicKey `codec:"publicKeys" json:"publicKeys"` }
type ProveClient ¶
type ProveClient struct {
Cli rpc.GenericClient
}
func (ProveClient) CheckProof ¶
func (c ProveClient) CheckProof(ctx context.Context, __arg CheckProofArg) (res CheckProofStatus, err error)
func (ProveClient) StartProof ¶
func (c ProveClient) StartProof(ctx context.Context, __arg StartProofArg) (res StartProofResult, err error)
type ProveCommonClient ¶
type ProveCommonClient struct {
Cli rpc.GenericClient
}
type ProveCommonInterface ¶
type ProveCommonInterface interface { }
type ProveInterface ¶
type ProveInterface interface { StartProof(context.Context, StartProofArg) (StartProofResult, error) CheckProof(context.Context, CheckProofArg) (CheckProofStatus, error) }
type ProveUiClient ¶
type ProveUiClient struct {
Cli rpc.GenericClient
}
func (ProveUiClient) DisplayRecheckWarning ¶
func (c ProveUiClient) DisplayRecheckWarning(ctx context.Context, __arg DisplayRecheckWarningArg) (err error)
func (ProveUiClient) OkToCheck ¶
func (c ProveUiClient) OkToCheck(ctx context.Context, __arg OkToCheckArg) (res bool, err error)
func (ProveUiClient) OutputInstructions ¶
func (c ProveUiClient) OutputInstructions(ctx context.Context, __arg OutputInstructionsArg) (err error)
func (ProveUiClient) OutputPrechecks ¶
func (c ProveUiClient) OutputPrechecks(ctx context.Context, __arg OutputPrechecksArg) (err error)
func (ProveUiClient) PreProofWarning ¶
func (c ProveUiClient) PreProofWarning(ctx context.Context, __arg PreProofWarningArg) (res bool, err error)
func (ProveUiClient) PromptOverwrite ¶
func (c ProveUiClient) PromptOverwrite(ctx context.Context, __arg PromptOverwriteArg) (res bool, err error)
func (ProveUiClient) PromptUsername ¶
func (c ProveUiClient) PromptUsername(ctx context.Context, __arg PromptUsernameArg) (res string, err error)
type ProveUiInterface ¶
type ProveUiInterface interface { PromptOverwrite(context.Context, PromptOverwriteArg) (bool, error) PromptUsername(context.Context, PromptUsernameArg) (string, error) OutputPrechecks(context.Context, OutputPrechecksArg) error PreProofWarning(context.Context, PreProofWarningArg) (bool, error) OutputInstructions(context.Context, OutputInstructionsArg) error OkToCheck(context.Context, OkToCheckArg) (bool, error) DisplayRecheckWarning(context.Context, DisplayRecheckWarningArg) error }
type ProvisionMethod ¶
type ProvisionMethod int
const ( ProvisionMethod_DEVICE ProvisionMethod = 0 ProvisionMethod_PAPER_KEY ProvisionMethod = 1 ProvisionMethod_PASSPHRASE ProvisionMethod = 2 ProvisionMethod_GPG_IMPORT ProvisionMethod = 3 ProvisionMethod_GPG_SIGN ProvisionMethod = 4 )
func (ProvisionMethod) String ¶ added in v1.0.19
func (e ProvisionMethod) String() string
type ProvisionUiClient ¶
type ProvisionUiClient struct {
Cli rpc.GenericClient
}
func (ProvisionUiClient) ChooseDevice ¶
func (c ProvisionUiClient) ChooseDevice(ctx context.Context, __arg ChooseDeviceArg) (res DeviceID, err error)
func (ProvisionUiClient) ChooseDeviceType ¶
func (c ProvisionUiClient) ChooseDeviceType(ctx context.Context, __arg ChooseDeviceTypeArg) (res DeviceType, err error)
If provisioning via device, this will be called so user can select the provisioner/provisionee device type: desktop or mobile. If selecting the existing device type, set kind to EXISTING_DEVICE_0. If selecting the new device type, set kind to NEW_DEVICE_1.
func (ProvisionUiClient) ChooseGPGMethod ¶
func (c ProvisionUiClient) ChooseGPGMethod(ctx context.Context, __arg ChooseGPGMethodArg) (res GPGMethod, err error)
Called during device provisioning for the user to select a GPG method, either import the key into keybase's local keyring or use GPG to sign a provisioning statement.
The keys are provided for display purposes, so the UI can do something like "We found the following GPG keys on this machine. How would you like to use one of them to provision this device?"
After this, gpg_ui.selectKey will be called (if there are multiple keys available).
func (ProvisionUiClient) ChooseProvisioningMethod ¶
func (c ProvisionUiClient) ChooseProvisioningMethod(ctx context.Context, __arg ChooseProvisioningMethodArg) (res ProvisionMethod, err error)
DEPRECATED: Called during device provisioning for the user to select a method for provisioning. gpgOption will be true if GPG should be offered as an option.
func (ProvisionUiClient) DisplayAndPromptSecret ¶
func (c ProvisionUiClient) DisplayAndPromptSecret(ctx context.Context, __arg DisplayAndPromptSecretArg) (res SecretResponse, err error)
DisplayAndPromptSecret displays a secret that the user can enter into the other device. It also can return a secret that the user enters into this device (from the other device). If it does not return a secret, it will be canceled when this device receives the secret via kex2. If there is an error in the phrase, then previousErr will be set when this is called again.
func (ProvisionUiClient) DisplaySecretExchanged ¶
func (c ProvisionUiClient) DisplaySecretExchanged(ctx context.Context, sessionID int) (err error)
DisplaySecretExchanged is called when the kex2 secret has successfully been exchanged by the two devices.
func (ProvisionUiClient) PromptNewDeviceName ¶
func (c ProvisionUiClient) PromptNewDeviceName(ctx context.Context, __arg PromptNewDeviceNameArg) (res string, err error)
PromptNewDeviceName is called when the device provisioning process needs a name for the new device. To help the clients not send a duplicate name, existingDevices is populated with the current device names for the user. If the device name returned to the service is invalid or already taken, it will call this again with an error message in errorMessage.
func (ProvisionUiClient) ProvisioneeSuccess ¶
func (c ProvisionUiClient) ProvisioneeSuccess(ctx context.Context, __arg ProvisioneeSuccessArg) (err error)
ProvisioneeSuccess is called on provisionee when it is successfully provisioned.
func (ProvisionUiClient) ProvisionerSuccess ¶
func (c ProvisionUiClient) ProvisionerSuccess(ctx context.Context, __arg ProvisionerSuccessArg) (err error)
ProvisionerSuccess is called on provisioner when it successfully provisions another device.
func (ProvisionUiClient) SwitchToGPGSignOK ¶
func (c ProvisionUiClient) SwitchToGPGSignOK(ctx context.Context, __arg SwitchToGPGSignOKArg) (res bool, err error)
If there was an error importing a gpg key into the local keyring, tell the user and offer to switch to GPG signing with this key. Return true to switch to GPG signing, false to abort provisioning.
type ProvisionUiInterface ¶
type ProvisionUiInterface interface { // DEPRECATED: // Called during device provisioning for the user to select a // method for provisioning. gpgOption will be true if GPG // should be offered as an option. ChooseProvisioningMethod(context.Context, ChooseProvisioningMethodArg) (ProvisionMethod, error) // Called during device provisioning for the user to select a // GPG method, either import the key into keybase's local keyring // or use GPG to sign a provisioning statement. // // The keys are provided for display purposes, so the UI can // do something like "We found the following GPG keys on this // machine. How would you like to use one of them to provision // this device?" // // After this, gpg_ui.selectKey will be called (if there are // multiple keys available). ChooseGPGMethod(context.Context, ChooseGPGMethodArg) (GPGMethod, error) // If there was an error importing a gpg key into the local // keyring, tell the user and offer to switch to GPG signing // with this key. Return true to switch to GPG signing, // false to abort provisioning. SwitchToGPGSignOK(context.Context, SwitchToGPGSignOKArg) (bool, error) ChooseDevice(context.Context, ChooseDeviceArg) (DeviceID, error) // If provisioning via device, this will be called so user can select the provisioner/provisionee device type: desktop or mobile. // If selecting the existing device type, set kind to EXISTING_DEVICE_0. // If selecting the new device type, set kind to NEW_DEVICE_1. ChooseDeviceType(context.Context, ChooseDeviceTypeArg) (DeviceType, error) // DisplayAndPromptSecret displays a secret that the user can enter into the other device. // It also can return a secret that the user enters into this device (from the other device). // If it does not return a secret, it will be canceled when this device receives the secret via kex2. // If there is an error in the phrase, then previousErr will be set when this is called again. DisplayAndPromptSecret(context.Context, DisplayAndPromptSecretArg) (SecretResponse, error) // DisplaySecretExchanged is called when the kex2 secret has successfully been exchanged by the two // devices. DisplaySecretExchanged(context.Context, int) error // PromptNewDeviceName is called when the device provisioning process needs a name for the new device. // To help the clients not send a duplicate name, existingDevices is populated with the current device // names for the user. If the device name returned to the service is invalid or already // taken, it will call this again with an error message in errorMessage. PromptNewDeviceName(context.Context, PromptNewDeviceNameArg) (string, error) // ProvisioneeSuccess is called on provisionee when it is successfully provisioned. ProvisioneeSuccess(context.Context, ProvisioneeSuccessArg) error // ProvisionerSuccess is called on provisioner when it successfully provisions another device. ProvisionerSuccess(context.Context, ProvisionerSuccessArg) error }
type ProvisioneeSuccessArg ¶
type ProvisionerSuccessArg ¶
type PruneBranchArg ¶
type PublicCanonicalTLFNameAndIDArg ¶
type PublicCanonicalTLFNameAndIDArg struct {
Query TLFQuery `codec:"query" json:"query"`
}
type PublicKey ¶
type PublicKey struct { KID KID `codec:"KID" json:"KID"` PGPFingerprint string `codec:"PGPFingerprint" json:"PGPFingerprint"` PGPIdentities []PGPIdentity `codec:"PGPIdentities" json:"PGPIdentities"` IsSibkey bool `codec:"isSibkey" json:"isSibkey"` IsEldest bool `codec:"isEldest" json:"isEldest"` ParentID string `codec:"parentID" json:"parentID"` DeviceID DeviceID `codec:"deviceID" json:"deviceID"` DeviceDescription string `codec:"deviceDescription" json:"deviceDescription"` DeviceType string `codec:"deviceType" json:"deviceType"` CTime Time `codec:"cTime" json:"cTime"` ETime Time `codec:"eTime" json:"eTime"` IsRevoked bool `codec:"isRevoked" json:"isRevoked"` }
type PushOutOfBandMessagesArg ¶
type PushOutOfBandMessagesArg struct {
Oobm []gregor1.OutOfBandMessage `codec:"oobm" json:"oobm"`
}
type PushReason ¶
type PushReason int
const ( PushReason_NONE PushReason = 0 PushReason_RECONNECTED PushReason = 1 PushReason_NEW_DATA PushReason = 2 )
func (PushReason) String ¶ added in v1.0.19
func (e PushReason) String() string
type PushStateArg ¶
type PushStateArg struct { State gregor1.State `codec:"state" json:"state"` Reason PushReason `codec:"reason" json:"reason"` }
type PutBlockArg ¶
type PutBlockArg struct { Bid BlockIdCombo `codec:"bid" json:"bid"` Folder string `codec:"folder" json:"folder"` BlockKey string `codec:"blockKey" json:"blockKey"` Buf []byte `codec:"buf" json:"buf"` }
type PutKeysArg ¶
type PutMetadataArg ¶
type QuotaClient ¶
type QuotaClient struct {
Cli rpc.GenericClient
}
func (QuotaClient) VerifySession ¶
func (c QuotaClient) VerifySession(ctx context.Context, session string) (res VerifySessionRes, err error)
type QuotaInterface ¶
type QuotaInterface interface {
VerifySession(context.Context, string) (VerifySessionRes, error)
}
type Reachability ¶ added in v1.0.19
type Reachability struct {
Reachable Reachable `codec:"reachable" json:"reachable"`
}
type ReachabilityChangedArg ¶ added in v1.0.19
type ReachabilityChangedArg struct {
Reachability Reachability `codec:"reachability" json:"reachability"`
}
type ReachabilityClient ¶ added in v1.0.19
type ReachabilityClient struct {
Cli rpc.GenericClient
}
func (ReachabilityClient) CheckReachability ¶ added in v1.0.19
func (c ReachabilityClient) CheckReachability(ctx context.Context) (res Reachability, err error)
Performs a reachability check. This is not a cached response.
func (ReachabilityClient) ReachabilityChanged ¶ added in v1.0.19
func (c ReachabilityClient) ReachabilityChanged(ctx context.Context, reachability Reachability) (err error)
func (ReachabilityClient) StartReachability ¶ added in v1.0.19
func (c ReachabilityClient) StartReachability(ctx context.Context) (res Reachability, err error)
Start reachability checks and return current status, which may be cached.
type ReachabilityInterface ¶ added in v1.0.19
type ReachabilityInterface interface { ReachabilityChanged(context.Context, Reachability) error // Start reachability checks and return current status, which // may be cached. StartReachability(context.Context) (Reachability, error) // Performs a reachability check. This is not a cached response. CheckReachability(context.Context) (Reachability, error) }
type RecoverAccountFromEmailAddressArg ¶
type RecoverAccountFromEmailAddressArg struct {
Email string `codec:"email" json:"email"`
}
type RefreshArg ¶
type RefreshArg struct { SessionID int `codec:"sessionID" json:"sessionID"` ProblemSetDevices ProblemSetDevices `codec:"problemSetDevices" json:"problemSetDevices"` }
type RegisterAddressArg ¶ added in v1.0.19
type RegisterAddressRes ¶ added in v1.0.19
type RegisterBTCArg ¶
type RegisterForUpdatesArg ¶
type RegisterGregorFirehoseArg ¶
type RegisterGregorFirehoseArg struct { }
type RegisterIdentifyUIArg ¶
type RegisterIdentifyUIArg struct { }
type RegisterLoggerArg ¶
type RegisterRekeyUIArg ¶
type RegisterRekeyUIArg struct { }
type RegisterSecretUIArg ¶
type RegisterSecretUIArg struct { }
type RegisterUpdateUIArg ¶
type RegisterUpdateUIArg struct { }
type RekeyClient ¶
type RekeyClient struct {
Cli rpc.GenericClient
}
func (RekeyClient) DebugShowRekeyStatus ¶
func (c RekeyClient) DebugShowRekeyStatus(ctx context.Context, sessionID int) (err error)
DebugShowRekeyStatus is used by the CLI to kick off a "ShowRekeyStatus" window for the current user.
func (RekeyClient) GetPendingRekeyStatus ¶
func (c RekeyClient) GetPendingRekeyStatus(ctx context.Context, sessionID int) (res ProblemSetDevices, err error)
GetPendingRekeyStatus returns the pending ProblemSetDevices.
func (RekeyClient) GetRevokeWarning ¶
func (c RekeyClient) GetRevokeWarning(ctx context.Context, __arg GetRevokeWarningArg) (res RevokeWarning, err error)
GetRevokeWarning computes the TLFs that will be endangered if actingDevice revokes targetDevice.
func (RekeyClient) RekeyStatusFinish ¶
RekeyStatusFinish is called when work is completed on a given RekeyStatus window. The Outcome can be Fixed or Ignored.
func (RekeyClient) RekeySync ¶
func (c RekeyClient) RekeySync(ctx context.Context, __arg RekeySyncArg) (err error)
RekeySync flushes the current rekey loop and gets to a good stopping point to assert state. Good for race-free testing, not very useful in production. Force overrides a long-snooze.
func (RekeyClient) ShowPendingRekeyStatus ¶
func (c RekeyClient) ShowPendingRekeyStatus(ctx context.Context, sessionID int) (err error)
ShowPendingRekeyStatus shows either pending gregor-initiated rekey harassments or nothing if none were pending.
type RekeyEvent ¶
type RekeyEvent struct { EventType RekeyEventType `codec:"eventType" json:"eventType"` InterruptType int `codec:"interruptType" json:"interruptType"` }
type RekeyEventType ¶
type RekeyEventType int
const ( RekeyEventType_NONE RekeyEventType = 0 RekeyEventType_NOT_LOGGED_IN RekeyEventType = 1 RekeyEventType_API_ERROR RekeyEventType = 2 RekeyEventType_NO_PROBLEMS RekeyEventType = 3 RekeyEventType_LOAD_ME_ERROR RekeyEventType = 4 RekeyEventType_CURRENT_DEVICE_CAN_REKEY RekeyEventType = 5 RekeyEventType_DEVICE_LOAD_ERROR RekeyEventType = 6 RekeyEventType_HARASS RekeyEventType = 7 RekeyEventType_NO_GREGOR_MESSAGES RekeyEventType = 8 )
func (RekeyEventType) String ¶ added in v1.0.19
func (e RekeyEventType) String() string
type RekeyInterface ¶
type RekeyInterface interface { // ShowPendingRekeyStatus shows either pending gregor-initiated rekey harassments // or nothing if none were pending. ShowPendingRekeyStatus(context.Context, int) error // GetPendingRekeyStatus returns the pending ProblemSetDevices. GetPendingRekeyStatus(context.Context, int) (ProblemSetDevices, error) // DebugShowRekeyStatus is used by the CLI to kick off a "ShowRekeyStatus" window for // the current user. DebugShowRekeyStatus(context.Context, int) error // RekeyStatusFinish is called when work is completed on a given RekeyStatus window. The Outcome // can be Fixed or Ignored. RekeyStatusFinish(context.Context, int) (Outcome, error) // RekeySync flushes the current rekey loop and gets to a good stopping point // to assert state. Good for race-free testing, not very useful in production. // Force overrides a long-snooze. RekeySync(context.Context, RekeySyncArg) error // GetRevokeWarning computes the TLFs that will be endangered if actingDevice // revokes targetDevice. GetRevokeWarning(context.Context, GetRevokeWarningArg) (RevokeWarning, error) }
type RekeyRequest ¶ added in v1.0.19
type RekeySendEventArg ¶
type RekeySendEventArg struct { SessionID int `codec:"sessionID" json:"sessionID"` Event RekeyEvent `codec:"event" json:"event"` }
type RekeyStatusFinishArg ¶
type RekeyStatusFinishArg struct {
SessionID int `codec:"sessionID" json:"sessionID"`
}
type RekeySyncArg ¶
type RekeyUIClient ¶
type RekeyUIClient struct {
Cli rpc.GenericClient
}
func (RekeyUIClient) DelegateRekeyUI ¶
func (c RekeyUIClient) DelegateRekeyUI(ctx context.Context) (res int, err error)
func (RekeyUIClient) Refresh ¶
func (c RekeyUIClient) Refresh(ctx context.Context, __arg RefreshArg) (err error)
Refresh is called whenever Electron should refresh the UI, either because a change came in, or because there was a timeout poll.
func (RekeyUIClient) RekeySendEvent ¶
func (c RekeyUIClient) RekeySendEvent(ctx context.Context, __arg RekeySendEventArg) (err error)
RekeySendEvent sends updates as to what's going on in the rekey thread. This is mainly useful in testing.
type RekeyUIInterface ¶
type RekeyUIInterface interface { DelegateRekeyUI(context.Context) (int, error) // Refresh is called whenever Electron should refresh the UI, either // because a change came in, or because there was a timeout poll. Refresh(context.Context, RefreshArg) error // RekeySendEvent sends updates as to what's going on in the rekey // thread. This is mainly useful in testing. RekeySendEvent(context.Context, RekeySendEventArg) error }
type RemoteProof ¶
type RemoteProof struct { ProofType ProofType `codec:"proofType" json:"proofType"` Key string `codec:"key" json:"key"` Value string `codec:"value" json:"value"` DisplayMarkup string `codec:"displayMarkup" json:"displayMarkup"` SigID SigID `codec:"sigID" json:"sigID"` MTime Time `codec:"mTime" json:"mTime"` }
type RemoteTrack ¶ added in v1.0.19
type RemoveArgs ¶ added in v1.0.19
type ReportLastTrackArg ¶
type ReportLastTrackArg struct { SessionID int `codec:"sessionID" json:"sessionID"` Track *TrackSummary `codec:"track,omitempty" json:"track,omitempty"` }
type ReportTrackTokenArg ¶
type ReportTrackTokenArg struct { SessionID int `codec:"sessionID" json:"sessionID"` TrackToken TrackToken `codec:"trackToken" json:"trackToken"` }
type ResetAccountArg ¶ added in v1.0.19
type ResetAccountArg struct {
SessionID int `codec:"sessionID" json:"sessionID"`
}
type Resolve2Arg ¶
type Resolve2Arg struct {
Assertion string `codec:"assertion" json:"assertion"`
}
type ResolveArg ¶
type ResolveArg struct {
Assertion string `codec:"assertion" json:"assertion"`
}
type RevokeClient ¶
type RevokeClient struct {
Cli rpc.GenericClient
}
func (RevokeClient) RevokeDevice ¶
func (c RevokeClient) RevokeDevice(ctx context.Context, __arg RevokeDeviceArg) (err error)
func (RevokeClient) RevokeKey ¶
func (c RevokeClient) RevokeKey(ctx context.Context, __arg RevokeKeyArg) (err error)
func (RevokeClient) RevokeSigs ¶
func (c RevokeClient) RevokeSigs(ctx context.Context, __arg RevokeSigsArg) (err error)
type RevokeDeviceArg ¶
type RevokeInterface ¶
type RevokeInterface interface { RevokeKey(context.Context, RevokeKeyArg) error RevokeDevice(context.Context, RevokeDeviceArg) error RevokeSigs(context.Context, RevokeSigsArg) error }
type RevokeKeyArg ¶
type RevokeSigsArg ¶
type RevokeWarning ¶
type RevokeWarning struct {
EndangeredTLFs []TLF `codec:"endangeredTLFs" json:"endangeredTLFs"`
}
type RevokedKey ¶
type RevokedKey struct { Key PublicKey `codec:"key" json:"key"` Time KeybaseTime `codec:"time" json:"time"` By KID `codec:"by" json:"by"` }
type RevokedProof ¶
type RevokedProof struct { Proof RemoteProof `codec:"proof" json:"proof"` Diff TrackDiff `codec:"diff" json:"diff"` }
type SaltpackClient ¶
type SaltpackClient struct {
Cli rpc.GenericClient
}
func (SaltpackClient) SaltpackDecrypt ¶
func (c SaltpackClient) SaltpackDecrypt(ctx context.Context, __arg SaltpackDecryptArg) (res SaltpackEncryptedMessageInfo, err error)
func (SaltpackClient) SaltpackEncrypt ¶
func (c SaltpackClient) SaltpackEncrypt(ctx context.Context, __arg SaltpackEncryptArg) (err error)
func (SaltpackClient) SaltpackSign ¶
func (c SaltpackClient) SaltpackSign(ctx context.Context, __arg SaltpackSignArg) (err error)
func (SaltpackClient) SaltpackVerify ¶
func (c SaltpackClient) SaltpackVerify(ctx context.Context, __arg SaltpackVerifyArg) (err error)
type SaltpackDecryptArg ¶
type SaltpackDecryptArg struct { SessionID int `codec:"sessionID" json:"sessionID"` Source Stream `codec:"source" json:"source"` Sink Stream `codec:"sink" json:"sink"` Opts SaltpackDecryptOptions `codec:"opts" json:"opts"` }
type SaltpackDecryptOptions ¶
type SaltpackEncryptArg ¶
type SaltpackEncryptArg struct { SessionID int `codec:"sessionID" json:"sessionID"` Source Stream `codec:"source" json:"source"` Sink Stream `codec:"sink" json:"sink"` Opts SaltpackEncryptOptions `codec:"opts" json:"opts"` }
type SaltpackEncryptOptions ¶
type SaltpackEncryptOptions struct { Recipients []string `codec:"recipients" json:"recipients"` HideSelf bool `codec:"hideSelf" json:"hideSelf"` NoSelfEncrypt bool `codec:"noSelfEncrypt" json:"noSelfEncrypt"` Binary bool `codec:"binary" json:"binary"` HideRecipients bool `codec:"hideRecipients" json:"hideRecipients"` Signcrypt bool `codec:"signcrypt" json:"signcrypt"` }
type SaltpackEncryptedMessageInfo ¶
type SaltpackEncryptedMessageInfo struct { Devices []Device `codec:"devices" json:"devices"` NumAnonReceivers int `codec:"numAnonReceivers" json:"numAnonReceivers"` ReceiverIsAnon bool `codec:"receiverIsAnon" json:"receiverIsAnon"` Sender SaltpackSender `codec:"sender" json:"sender"` }
type SaltpackInterface ¶
type SaltpackInterface interface { SaltpackEncrypt(context.Context, SaltpackEncryptArg) error SaltpackDecrypt(context.Context, SaltpackDecryptArg) (SaltpackEncryptedMessageInfo, error) SaltpackSign(context.Context, SaltpackSignArg) error SaltpackVerify(context.Context, SaltpackVerifyArg) error }
type SaltpackPromptForDecryptArg ¶
type SaltpackPromptForDecryptArg struct { SessionID int `codec:"sessionID" json:"sessionID"` Sender SaltpackSender `codec:"sender" json:"sender"` UsedDelegateUI bool `codec:"usedDelegateUI" json:"usedDelegateUI"` }
type SaltpackSender ¶
type SaltpackSender struct { Uid UID `codec:"uid" json:"uid"` Username string `codec:"username" json:"username"` SenderType SaltpackSenderType `codec:"senderType" json:"senderType"` }
type SaltpackSenderType ¶
type SaltpackSenderType int
const ( SaltpackSenderType_NOT_TRACKED SaltpackSenderType = 0 SaltpackSenderType_UNKNOWN SaltpackSenderType = 1 SaltpackSenderType_ANONYMOUS SaltpackSenderType = 2 SaltpackSenderType_TRACKING_BROKE SaltpackSenderType = 3 SaltpackSenderType_TRACKING_OK SaltpackSenderType = 4 SaltpackSenderType_SELF SaltpackSenderType = 5 SaltpackSenderType_REVOKED SaltpackSenderType = 6 SaltpackSenderType_EXPIRED SaltpackSenderType = 7 )
func (SaltpackSenderType) String ¶ added in v1.0.19
func (e SaltpackSenderType) String() string
type SaltpackSignArg ¶
type SaltpackSignArg struct { SessionID int `codec:"sessionID" json:"sessionID"` Source Stream `codec:"source" json:"source"` Sink Stream `codec:"sink" json:"sink"` Opts SaltpackSignOptions `codec:"opts" json:"opts"` }
type SaltpackSignOptions ¶
type SaltpackUiClient ¶
type SaltpackUiClient struct {
Cli rpc.GenericClient
}
func (SaltpackUiClient) SaltpackPromptForDecrypt ¶
func (c SaltpackUiClient) SaltpackPromptForDecrypt(ctx context.Context, __arg SaltpackPromptForDecryptArg) (err error)
func (SaltpackUiClient) SaltpackVerifyBadSender ¶ added in v1.0.19
func (c SaltpackUiClient) SaltpackVerifyBadSender(ctx context.Context, __arg SaltpackVerifyBadSenderArg) (err error)
func (SaltpackUiClient) SaltpackVerifySuccess ¶
func (c SaltpackUiClient) SaltpackVerifySuccess(ctx context.Context, __arg SaltpackVerifySuccessArg) (err error)
type SaltpackUiInterface ¶
type SaltpackUiInterface interface { SaltpackPromptForDecrypt(context.Context, SaltpackPromptForDecryptArg) error SaltpackVerifySuccess(context.Context, SaltpackVerifySuccessArg) error SaltpackVerifyBadSender(context.Context, SaltpackVerifyBadSenderArg) error }
type SaltpackVerifyArg ¶
type SaltpackVerifyArg struct { SessionID int `codec:"sessionID" json:"sessionID"` Source Stream `codec:"source" json:"source"` Sink Stream `codec:"sink" json:"sink"` Opts SaltpackVerifyOptions `codec:"opts" json:"opts"` }
type SaltpackVerifyBadSenderArg ¶ added in v1.0.19
type SaltpackVerifyBadSenderArg struct { SessionID int `codec:"sessionID" json:"sessionID"` SigningKID KID `codec:"signingKID" json:"signingKID"` Sender SaltpackSender `codec:"sender" json:"sender"` }
type SaltpackVerifyOptions ¶
type SaltpackVerifySuccessArg ¶
type SaltpackVerifySuccessArg struct { SessionID int `codec:"sessionID" json:"sessionID"` SigningKID KID `codec:"signingKID" json:"signingKID"` Sender SaltpackSender `codec:"sender" json:"sender"` }
type ScanProofsArg ¶
type ScanProofsArg struct { SessionID int `codec:"sessionID" json:"sessionID"` Infile string `codec:"infile" json:"infile"` Indices string `codec:"indices" json:"indices"` Sigid string `codec:"sigid" json:"sigid"` Ratelimit int `codec:"ratelimit" json:"ratelimit"` Cachefile string `codec:"cachefile" json:"cachefile"` Ignorefile string `codec:"ignorefile" json:"ignorefile"` }
type ScanProofsClient ¶
type ScanProofsClient struct {
Cli rpc.GenericClient
}
func (ScanProofsClient) ScanProofs ¶
func (c ScanProofsClient) ScanProofs(ctx context.Context, __arg ScanProofsArg) (err error)
type ScanProofsInterface ¶
type ScanProofsInterface interface {
ScanProofs(context.Context, ScanProofsArg) error
}
type SearchComponent ¶
type SearchResult ¶
type SearchResult struct { Uid UID `codec:"uid" json:"uid"` Username string `codec:"username" json:"username"` Components []SearchComponent `codec:"components" json:"components"` Score float64 `codec:"score" json:"score"` }
type SecondStepArg ¶
type SecretEntryArg ¶
type SecretEntryArg struct { Desc string `codec:"desc" json:"desc"` Prompt string `codec:"prompt" json:"prompt"` Err string `codec:"err" json:"err"` Cancel string `codec:"cancel" json:"cancel"` Ok string `codec:"ok" json:"ok"` Reason string `codec:"reason" json:"reason"` ShowTyping bool `codec:"showTyping" json:"showTyping"` }
type SecretEntryRes ¶
type SecretKeys ¶
type SecretKeys struct { Signing NaclSigningKeyPrivate `codec:"signing" json:"signing"` Encryption NaclDHKeyPrivate `codec:"encryption" json:"encryption"` }
type SecretKeysClient ¶
type SecretKeysClient struct {
Cli rpc.GenericClient
}
func (SecretKeysClient) GetSecretKeys ¶
func (c SecretKeysClient) GetSecretKeys(ctx context.Context, sessionID int) (res SecretKeys, err error)
type SecretKeysInterface ¶
type SecretKeysInterface interface {
GetSecretKeys(context.Context, int) (SecretKeys, error)
}
type SecretResponse ¶
type SecretResponse struct { Secret []byte `codec:"secret" json:"secret"` Phrase string `codec:"phrase" json:"phrase"` }
SecretResponse should be returned by DisplayAndPromptSecret. Use either secret or phrase.
type SecretUiClient ¶
type SecretUiClient struct {
Cli rpc.GenericClient
}
func (SecretUiClient) GetPassphrase ¶
func (c SecretUiClient) GetPassphrase(ctx context.Context, __arg GetPassphraseArg) (res GetPassphraseRes, err error)
type SecretUiInterface ¶
type SecretUiInterface interface {
GetPassphrase(context.Context, GetPassphraseArg) (GetPassphraseRes, error)
}
type SelectKeyArg ¶
type SelectKeyRes ¶
type ServiceStatus ¶
type ServiceStatus struct { Version string `codec:"version" json:"version"` Label string `codec:"label" json:"label"` Pid string `codec:"pid" json:"pid"` LastExitStatus string `codec:"lastExitStatus" json:"lastExitStatus"` BundleVersion string `codec:"bundleVersion" json:"bundleVersion"` InstallStatus InstallStatus `codec:"installStatus" json:"installStatus"` InstallAction InstallAction `codec:"installAction" json:"installAction"` Status Status `codec:"status" json:"status"` }
func (ServiceStatus) NeedsInstall ¶
func (s ServiceStatus) NeedsInstall() bool
type ServicesStatus ¶
type ServicesStatus struct { Service []ServiceStatus `codec:"service" json:"service"` Kbfs []ServiceStatus `codec:"kbfs" json:"kbfs"` Updater []ServiceStatus `codec:"updater" json:"updater"` }
type SessionClient ¶
type SessionClient struct {
Cli rpc.GenericClient
}
func (SessionClient) CurrentSession ¶
func (SessionClient) SessionPing ¶ added in v1.0.19
func (c SessionClient) SessionPing(ctx context.Context) (err error)
type SessionInterface ¶
type SessionPingArg ¶ added in v1.0.19
type SessionPingArg struct { }
type SessionStatus ¶
type SessionToken ¶
type SessionToken string
type SetCurrentMountDirArg ¶ added in v1.0.19
type SetCurrentMountDirArg struct {
Dir string `codec:"dir" json:"dir"`
}
type SetNotificationsArg ¶
type SetNotificationsArg struct {
Channels NotificationChannels `codec:"channels" json:"channels"`
}
type SetPathArg ¶
type SetUserConfigArg ¶
type SetValueArg ¶
type SetValueArg struct { Path string `codec:"path" json:"path"` Value ConfigValue `codec:"value" json:"value"` }
type SharedDHKey ¶ added in v1.0.22
type SharedDHKey struct {}
type SharedDHKeyGeneration ¶ added in v1.0.22
type SharedDHKeyGeneration int
type SharedDHSecretKeyBox ¶ added in v1.0.22
type SharedDHSecretKeyBox struct {}
type ShouldPushPrivateArg ¶
type ShouldPushPrivateArg struct {
SessionID int `codec:"sessionID" json:"sessionID"`
}
type ShowPendingRekeyStatusArg ¶
type ShowPendingRekeyStatusArg struct {
SessionID int `codec:"sessionID" json:"sessionID"`
}
type ShutdownArg ¶
type ShutdownArg struct { }
type Sig ¶
type Sig struct { Seqno int `codec:"seqno" json:"seqno"` SigID SigID `codec:"sigID" json:"sigID"` SigIDDisplay string `codec:"sigIDDisplay" json:"sigIDDisplay"` Type string `codec:"type" json:"type"` CTime Time `codec:"cTime" json:"cTime"` Revoked bool `codec:"revoked" json:"revoked"` Active bool `codec:"active" json:"active"` Key string `codec:"key" json:"key"` Body string `codec:"body" json:"body"` }
type SigID ¶
type SigID string
func SigIDFromBytes ¶
func SigIDFromBytes(b [SIG_ID_LEN]byte) SigID
func SigIDFromSlice ¶
func (*SigID) MarshalJSON ¶ added in v1.0.21
func (SigID) ToDisplayString ¶
func (SigID) ToMediumID ¶
func (*SigID) UnmarshalJSON ¶ added in v1.0.21
type SigListArg ¶
type SigListArg struct { SessionID int `codec:"sessionID" json:"sessionID"` Arg SigListArgs `codec:"arg" json:"arg"` }
type SigListArgs ¶
type SigListArgs struct { SessionID int `codec:"sessionID" json:"sessionID"` Username string `codec:"username" json:"username"` AllKeys bool `codec:"allKeys" json:"allKeys"` Types *SigTypes `codec:"types,omitempty" json:"types,omitempty"` Filterx string `codec:"filterx" json:"filterx"` Verbose bool `codec:"verbose" json:"verbose"` Revoked bool `codec:"revoked" json:"revoked"` }
type SigListJSONArg ¶
type SigListJSONArg struct { SessionID int `codec:"sessionID" json:"sessionID"` Arg SigListArgs `codec:"arg" json:"arg"` }
type SignED25519Arg ¶
type SignED25519ForKBFSArg ¶ added in v1.0.19
type SignToStringArg ¶
type SignupArg ¶
type SignupArg struct { SessionID int `codec:"sessionID" json:"sessionID"` Email string `codec:"email" json:"email"` InviteCode string `codec:"inviteCode" json:"inviteCode"` Passphrase string `codec:"passphrase" json:"passphrase"` Username string `codec:"username" json:"username"` DeviceName string `codec:"deviceName" json:"deviceName"` DeviceType DeviceType `codec:"deviceType" json:"deviceType"` StoreSecret bool `codec:"storeSecret" json:"storeSecret"` SkipMail bool `codec:"skipMail" json:"skipMail"` GenPGPBatch bool `codec:"genPGPBatch" json:"genPGPBatch"` }
type SignupClient ¶
type SignupClient struct {
Cli rpc.GenericClient
}
func (SignupClient) CheckInvitationCode ¶
func (c SignupClient) CheckInvitationCode(ctx context.Context, __arg CheckInvitationCodeArg) (err error)
func (SignupClient) CheckUsernameAvailable ¶
func (c SignupClient) CheckUsernameAvailable(ctx context.Context, __arg CheckUsernameAvailableArg) (err error)
func (SignupClient) GetInvitationCode ¶ added in v1.0.19
func (SignupClient) InviteRequest ¶
func (c SignupClient) InviteRequest(ctx context.Context, __arg InviteRequestArg) (err error)
type SignupInterface ¶
type SignupInterface interface { CheckUsernameAvailable(context.Context, CheckUsernameAvailableArg) error Signup(context.Context, SignupArg) (SignupRes, error) InviteRequest(context.Context, InviteRequestArg) error CheckInvitationCode(context.Context, CheckInvitationCodeArg) error GetInvitationCode(context.Context, int) (string, error) }
type SigsClient ¶
type SigsClient struct {
Cli rpc.GenericClient
}
func (SigsClient) SigList ¶
func (c SigsClient) SigList(ctx context.Context, __arg SigListArg) (res []Sig, err error)
func (SigsClient) SigListJSON ¶
func (c SigsClient) SigListJSON(ctx context.Context, __arg SigListJSONArg) (res string, err error)
type SigsInterface ¶
type SigsInterface interface { SigList(context.Context, SigListArg) ([]Sig, error) SigListJSON(context.Context, SigListJSONArg) (string, error) }
type SimpleFSCancelArg ¶ added in v1.0.21
type SimpleFSCancelArg struct {
OpID OpID `codec:"opID" json:"opID"`
}
type SimpleFSCheckArg ¶ added in v1.0.19
type SimpleFSCheckArg struct {
OpID OpID `codec:"opID" json:"opID"`
}
type SimpleFSClient ¶ added in v1.0.19
type SimpleFSClient struct {
Cli rpc.GenericClient
}
func (SimpleFSClient) SimpleFSCancel ¶ added in v1.0.21
func (c SimpleFSClient) SimpleFSCancel(ctx context.Context, opID OpID) (err error)
Cancels a running operation, like copy.
func (SimpleFSClient) SimpleFSCheck ¶ added in v1.0.19
Check progress of pending operation
func (SimpleFSClient) SimpleFSClose ¶ added in v1.0.19
func (c SimpleFSClient) SimpleFSClose(ctx context.Context, opID OpID) (err error)
Close OpID, cancels any pending operation. Must be called after list/copy/remove
func (SimpleFSClient) SimpleFSCopy ¶ added in v1.0.19
func (c SimpleFSClient) SimpleFSCopy(ctx context.Context, __arg SimpleFSCopyArg) (err error)
Begin copy of file or directory
func (SimpleFSClient) SimpleFSCopyRecursive ¶ added in v1.0.19
func (c SimpleFSClient) SimpleFSCopyRecursive(ctx context.Context, __arg SimpleFSCopyRecursiveArg) (err error)
Begin recursive copy of directory
func (SimpleFSClient) SimpleFSGetOps ¶ added in v1.0.19
func (c SimpleFSClient) SimpleFSGetOps(ctx context.Context) (res []OpDescription, err error)
Get all the outstanding operations
func (SimpleFSClient) SimpleFSList ¶ added in v1.0.19
func (c SimpleFSClient) SimpleFSList(ctx context.Context, __arg SimpleFSListArg) (err error)
Begin list of items in directory at path Retrieve results with readList() Can be a single file to get flags/status
func (SimpleFSClient) SimpleFSListRecursive ¶ added in v1.0.19
func (c SimpleFSClient) SimpleFSListRecursive(ctx context.Context, __arg SimpleFSListRecursiveArg) (err error)
Begin recursive list of items in directory at path
func (SimpleFSClient) SimpleFSMakeOpid ¶ added in v1.0.19
func (c SimpleFSClient) SimpleFSMakeOpid(ctx context.Context) (res OpID, err error)
Convenience helper for generating new random value
func (SimpleFSClient) SimpleFSMove ¶ added in v1.0.19
func (c SimpleFSClient) SimpleFSMove(ctx context.Context, __arg SimpleFSMoveArg) (err error)
Begin move of file or directory, from/to KBFS only
func (SimpleFSClient) SimpleFSOpen ¶ added in v1.0.19
func (c SimpleFSClient) SimpleFSOpen(ctx context.Context, __arg SimpleFSOpenArg) (err error)
Create/open a file and leave it open or create a directory Files must be closed afterwards.
func (SimpleFSClient) SimpleFSRead ¶ added in v1.0.19
func (c SimpleFSClient) SimpleFSRead(ctx context.Context, __arg SimpleFSReadArg) (res FileContent, err error)
Read (possibly partial) contents of open file, up to the amount specified by size. Repeat until zero bytes are returned or error. If size is zero, read an arbitrary amount.
func (SimpleFSClient) SimpleFSReadList ¶ added in v1.0.19
func (c SimpleFSClient) SimpleFSReadList(ctx context.Context, opID OpID) (res SimpleFSListResult, err error)
Get list of Paths in progress. Can indicate status of pending to get more entries.
func (SimpleFSClient) SimpleFSRemove ¶ added in v1.0.19
func (c SimpleFSClient) SimpleFSRemove(ctx context.Context, __arg SimpleFSRemoveArg) (err error)
Remove file or directory from filesystem
func (SimpleFSClient) SimpleFSRename ¶ added in v1.0.19
func (c SimpleFSClient) SimpleFSRename(ctx context.Context, __arg SimpleFSRenameArg) (err error)
Rename file or directory, KBFS side only
func (SimpleFSClient) SimpleFSSetStat ¶ added in v1.0.19
func (c SimpleFSClient) SimpleFSSetStat(ctx context.Context, __arg SimpleFSSetStatArg) (err error)
Set/clear file bits - only executable for now
func (SimpleFSClient) SimpleFSStat ¶ added in v1.0.19
Get info about file
func (SimpleFSClient) SimpleFSWait ¶ added in v1.0.19
func (c SimpleFSClient) SimpleFSWait(ctx context.Context, opID OpID) (err error)
Blocking wait for the pending operation to finish
func (SimpleFSClient) SimpleFSWrite ¶ added in v1.0.19
func (c SimpleFSClient) SimpleFSWrite(ctx context.Context, __arg SimpleFSWriteArg) (err error)
Append content to opened file. May be repeated until OpID is closed.
type SimpleFSCloseArg ¶ added in v1.0.19
type SimpleFSCloseArg struct {
OpID OpID `codec:"opID" json:"opID"`
}
type SimpleFSCopyArg ¶ added in v1.0.19
type SimpleFSCopyRecursiveArg ¶ added in v1.0.19
type SimpleFSGetOpsArg ¶ added in v1.0.19
type SimpleFSGetOpsArg struct { }
type SimpleFSInterface ¶ added in v1.0.19
type SimpleFSInterface interface { // Begin list of items in directory at path // Retrieve results with readList() // Can be a single file to get flags/status SimpleFSList(context.Context, SimpleFSListArg) error // Begin recursive list of items in directory at path SimpleFSListRecursive(context.Context, SimpleFSListRecursiveArg) error // Get list of Paths in progress. Can indicate status of pending // to get more entries. SimpleFSReadList(context.Context, OpID) (SimpleFSListResult, error) // Begin copy of file or directory SimpleFSCopy(context.Context, SimpleFSCopyArg) error // Begin recursive copy of directory SimpleFSCopyRecursive(context.Context, SimpleFSCopyRecursiveArg) error // Begin move of file or directory, from/to KBFS only SimpleFSMove(context.Context, SimpleFSMoveArg) error // Rename file or directory, KBFS side only SimpleFSRename(context.Context, SimpleFSRenameArg) error // Create/open a file and leave it open // or create a directory // Files must be closed afterwards. SimpleFSOpen(context.Context, SimpleFSOpenArg) error // Set/clear file bits - only executable for now SimpleFSSetStat(context.Context, SimpleFSSetStatArg) error // Read (possibly partial) contents of open file, // up to the amount specified by size. // Repeat until zero bytes are returned or error. // If size is zero, read an arbitrary amount. SimpleFSRead(context.Context, SimpleFSReadArg) (FileContent, error) // Append content to opened file. // May be repeated until OpID is closed. SimpleFSWrite(context.Context, SimpleFSWriteArg) error // Remove file or directory from filesystem SimpleFSRemove(context.Context, SimpleFSRemoveArg) error // Get info about file SimpleFSStat(context.Context, Path) (Dirent, error) // Convenience helper for generating new random value SimpleFSMakeOpid(context.Context) (OpID, error) // Close OpID, cancels any pending operation. // Must be called after list/copy/remove SimpleFSClose(context.Context, OpID) error // Cancels a running operation, like copy. SimpleFSCancel(context.Context, OpID) error // Check progress of pending operation SimpleFSCheck(context.Context, OpID) (Progress, error) // Get all the outstanding operations SimpleFSGetOps(context.Context) ([]OpDescription, error) // Blocking wait for the pending operation to finish SimpleFSWait(context.Context, OpID) error }
type SimpleFSListArg ¶ added in v1.0.19
type SimpleFSListRecursiveArg ¶ added in v1.0.19
type SimpleFSListResult ¶ added in v1.0.19
type SimpleFSMakeOpidArg ¶ added in v1.0.19
type SimpleFSMakeOpidArg struct { }
type SimpleFSMoveArg ¶ added in v1.0.19
type SimpleFSOpenArg ¶ added in v1.0.19
type SimpleFSReadArg ¶ added in v1.0.19
type SimpleFSReadListArg ¶ added in v1.0.19
type SimpleFSReadListArg struct {
OpID OpID `codec:"opID" json:"opID"`
}
type SimpleFSRemoveArg ¶ added in v1.0.19
type SimpleFSRenameArg ¶ added in v1.0.19
type SimpleFSSetStatArg ¶ added in v1.0.19
type SimpleFSSetStatArg struct { Dest Path `codec:"dest" json:"dest"` Flag DirentType `codec:"flag" json:"flag"` }
type SimpleFSStatArg ¶ added in v1.0.19
type SimpleFSStatArg struct {
Path Path `codec:"path" json:"path"`
}
type SimpleFSWaitArg ¶ added in v1.0.19
type SimpleFSWaitArg struct {
OpID OpID `codec:"opID" json:"opID"`
}
type SimpleFSWriteArg ¶ added in v1.0.19
type SocialAssertion ¶
type SocialAssertion struct { User string `codec:"user" json:"user"` Service SocialAssertionService `codec:"service" json:"service"` }
SocialAssertion contains a service and username for that service, that together form an assertion about a user. Resolving an assertion requires that the user posts a Keybase proof on the asserted service as the asserted user.
func (SocialAssertion) String ¶
func (sa SocialAssertion) String() string
type SocialAssertionService ¶
type SocialAssertionService string
SocialAssertionService is a service that can be used to assert proofs for a user.
type StartArg ¶
type StartArg struct { SessionID int `codec:"sessionID" json:"sessionID"` Username string `codec:"username" json:"username"` Reason IdentifyReason `codec:"reason" json:"reason"` ForceDisplay bool `codec:"forceDisplay" json:"forceDisplay"` }
type StartProofArg ¶
type StartProofArg struct { SessionID int `codec:"sessionID" json:"sessionID"` Service string `codec:"service" json:"service"` Username string `codec:"username" json:"username"` Force bool `codec:"force" json:"force"` PromptPosted bool `codec:"promptPosted" json:"promptPosted"` Auto bool `codec:"auto" json:"auto"` }
type StartProofResult ¶
type StartProofResult struct {
SigID SigID `codec:"sigID" json:"sigID"`
}
type StartReachabilityArg ¶ added in v1.0.19
type StartReachabilityArg struct { }
type Status ¶
type Status struct { Code int `codec:"code" json:"code"` Name string `codec:"name" json:"name"` Desc string `codec:"desc" json:"desc"` Fields []StringKVPair `codec:"fields" json:"fields"` }
func StatusFromCode ¶
func StatusFromCode(code StatusCode, message string) Status
type StatusCode ¶
type StatusCode int
const ( StatusCode_SCOk StatusCode = 0 StatusCode_SCInputError StatusCode = 100 StatusCode_SCLoginRequired StatusCode = 201 StatusCode_SCBadSession StatusCode = 202 StatusCode_SCBadLoginUserNotFound StatusCode = 203 StatusCode_SCBadLoginPassword StatusCode = 204 StatusCode_SCNotFound StatusCode = 205 StatusCode_SCThrottleControl StatusCode = 210 StatusCode_SCDeleted StatusCode = 216 StatusCode_SCGeneric StatusCode = 218 StatusCode_SCAlreadyLoggedIn StatusCode = 235 StatusCode_SCExists StatusCode = 230 StatusCode_SCCanceled StatusCode = 237 StatusCode_SCInputCanceled StatusCode = 239 StatusCode_SCReloginRequired StatusCode = 274 StatusCode_SCResolutionFailed StatusCode = 275 StatusCode_SCProfileNotPublic StatusCode = 276 StatusCode_SCIdentifyFailed StatusCode = 277 StatusCode_SCTrackingBroke StatusCode = 278 StatusCode_SCWrongCryptoFormat StatusCode = 279 StatusCode_SCDecryptionError StatusCode = 280 StatusCode_SCInvalidAddress StatusCode = 281 StatusCode_SCNoSession StatusCode = 283 StatusCode_SCBadEmail StatusCode = 472 StatusCode_SCBadSignupUsernameTaken StatusCode = 701 StatusCode_SCBadInvitationCode StatusCode = 707 StatusCode_SCMissingResult StatusCode = 801 StatusCode_SCKeyNotFound StatusCode = 901 StatusCode_SCKeyInUse StatusCode = 907 StatusCode_SCKeyBadGen StatusCode = 913 StatusCode_SCKeyNoSecret StatusCode = 914 StatusCode_SCKeyBadUIDs StatusCode = 915 StatusCode_SCKeyNoActive StatusCode = 916 StatusCode_SCKeyNoSig StatusCode = 917 StatusCode_SCKeyBadSig StatusCode = 918 StatusCode_SCKeyBadEldest StatusCode = 919 StatusCode_SCKeyNoEldest StatusCode = 920 StatusCode_SCKeyDuplicateUpdate StatusCode = 921 StatusCode_SCSibkeyAlreadyExists StatusCode = 922 StatusCode_SCDecryptionKeyNotFound StatusCode = 924 StatusCode_SCKeyNoPGPEncryption StatusCode = 927 StatusCode_SCKeyNoNaClEncryption StatusCode = 928 StatusCode_SCKeySyncedPGPNotFound StatusCode = 929 StatusCode_SCKeyNoMatchingGPG StatusCode = 930 StatusCode_SCKeyRevoked StatusCode = 931 StatusCode_SCBadTrackSession StatusCode = 1301 StatusCode_SCDeviceBadName StatusCode = 1404 StatusCode_SCDeviceNameInUse StatusCode = 1408 StatusCode_SCDeviceNotFound StatusCode = 1409 StatusCode_SCDeviceMismatch StatusCode = 1410 StatusCode_SCDeviceRequired StatusCode = 1411 StatusCode_SCDevicePrevProvisioned StatusCode = 1413 StatusCode_SCDeviceNoProvision StatusCode = 1414 StatusCode_SCStreamExists StatusCode = 1501 StatusCode_SCStreamNotFound StatusCode = 1502 StatusCode_SCStreamWrongKind StatusCode = 1503 StatusCode_SCStreamEOF StatusCode = 1504 StatusCode_SCGenericAPIError StatusCode = 1600 StatusCode_SCAPINetworkError StatusCode = 1601 StatusCode_SCTimeout StatusCode = 1602 StatusCode_SCProofError StatusCode = 1701 StatusCode_SCIdentificationExpired StatusCode = 1702 StatusCode_SCSelfNotFound StatusCode = 1703 StatusCode_SCBadKexPhrase StatusCode = 1704 StatusCode_SCNoUIDelegation StatusCode = 1705 StatusCode_SCNoUI StatusCode = 1706 StatusCode_SCInvalidVersionError StatusCode = 1800 StatusCode_SCOldVersionError StatusCode = 1801 StatusCode_SCInvalidLocationError StatusCode = 1802 StatusCode_SCServiceStatusError StatusCode = 1803 StatusCode_SCInstallError StatusCode = 1804 StatusCode_SCChatInternal StatusCode = 2500 StatusCode_SCChatRateLimit StatusCode = 2501 StatusCode_SCChatConvExists StatusCode = 2502 StatusCode_SCChatUnknownTLFID StatusCode = 2503 StatusCode_SCChatNotInConv StatusCode = 2504 StatusCode_SCChatBadMsg StatusCode = 2505 StatusCode_SCChatBroadcast StatusCode = 2506 StatusCode_SCChatAlreadySuperseded StatusCode = 2507 StatusCode_SCChatAlreadyDeleted StatusCode = 2508 StatusCode_SCChatTLFFinalized StatusCode = 2509 StatusCode_SCChatCollision StatusCode = 2510 StatusCode_SCIdentifySummaryError StatusCode = 2511 StatusCode_SCNeedSelfRekey StatusCode = 2512 StatusCode_SCNeedOtherRekey StatusCode = 2513 StatusCode_SCChatMessageCollision StatusCode = 2514 )
func (StatusCode) String ¶ added in v1.0.19
func (e StatusCode) String() string
type StreamUiClient ¶
type StreamUiClient struct {
Cli rpc.GenericClient
}
func (StreamUiClient) Close ¶
func (c StreamUiClient) Close(ctx context.Context, __arg CloseArg) (err error)
type StreamUiInterface ¶
type StringKVPair ¶
type SwitchToGPGSignOKArg ¶
type TLFBreak ¶
type TLFBreak struct {
Breaks []TLFIdentifyFailure `codec:"breaks" json:"breaks"`
}
type TLFIdentifyBehavior ¶
type TLFIdentifyBehavior int
const ( TLFIdentifyBehavior_DEFAULT_KBFS TLFIdentifyBehavior = 0 TLFIdentifyBehavior_CHAT_CLI TLFIdentifyBehavior = 1 TLFIdentifyBehavior_CHAT_GUI TLFIdentifyBehavior = 2 TLFIdentifyBehavior_CHAT_GUI_STRICT TLFIdentifyBehavior = 3 TLFIdentifyBehavior_KBFS_REKEY TLFIdentifyBehavior = 4 TLFIdentifyBehavior_KBFS_QR TLFIdentifyBehavior = 5 TLFIdentifyBehavior_CHAT_SKIP TLFIdentifyBehavior = 6 )
func (TLFIdentifyBehavior) AlwaysRunIdentify ¶
func (b TLFIdentifyBehavior) AlwaysRunIdentify() bool
func (TLFIdentifyBehavior) CanUseUntrackedFastPath ¶ added in v1.0.19
func (b TLFIdentifyBehavior) CanUseUntrackedFastPath() bool
func (TLFIdentifyBehavior) ShouldSuppressTrackerPopups ¶ added in v1.0.19
func (b TLFIdentifyBehavior) ShouldSuppressTrackerPopups() bool
All of the chat modes want to prevent tracker popups.
func (TLFIdentifyBehavior) SkipExternalChecks ¶ added in v1.0.22
func (b TLFIdentifyBehavior) SkipExternalChecks() bool
SkipExternalChecks indicates we do not want to run any external proof checkers in identify modes that yield true.
func (TLFIdentifyBehavior) String ¶ added in v1.0.19
func (e TLFIdentifyBehavior) String() string
func (TLFIdentifyBehavior) WarningInsteadOfErrorOnBrokenTracks ¶
func (b TLFIdentifyBehavior) WarningInsteadOfErrorOnBrokenTracks() bool
type TLFIdentifyFailure ¶ added in v1.0.19
type TLFIdentifyFailure struct { User User `codec:"user" json:"user"` Breaks *IdentifyTrackBreaks `codec:"breaks,omitempty" json:"breaks,omitempty"` }
type TLFQuery ¶
type TLFQuery struct { TlfName string `codec:"tlfName" json:"tlfName"` IdentifyBehavior TLFIdentifyBehavior `codec:"identifyBehavior" json:"identifyBehavior"` }
type Test ¶
type Test struct {
Reply string `codec:"reply" json:"reply"`
}
Result from calling test(..).
type TestCallbackArg ¶
type TestClient ¶
type TestClient struct {
Cli rpc.GenericClient
}
func (TestClient) Panic ¶
func (c TestClient) Panic(ctx context.Context, message string) (err error)
For testing crashes.
func (TestClient) Test ¶
Call test method. Will trigger the testCallback method, whose result will be set in the returned Test object, reply property.
func (TestClient) TestCallback ¶
func (c TestClient) TestCallback(ctx context.Context, __arg TestCallbackArg) (res string, err error)
This is a service callback triggered from test(..). The name param is what was passed into test.
type TestInterface ¶
type TestInterface interface { // Call test method. // Will trigger the testCallback method, whose result will be set in the // returned Test object, reply property. Test(context.Context, TestArg) (Test, error) // This is a service callback triggered from test(..). // The name param is what was passed into test. TestCallback(context.Context, TestCallbackArg) (string, error) // For testing crashes. Panic(context.Context, string) error }
type Time ¶
type Time int64
func TimeFromSeconds ¶
func (Time) UnixMicroseconds ¶
func (Time) UnixMilliseconds ¶
func (Time) UnixSeconds ¶
type TlfClient ¶
type TlfClient struct {
Cli rpc.GenericClient
}
func (TlfClient) CompleteAndCanonicalizePrivateTlfName ¶
func (TlfClient) CryptKeys ¶
func (c TlfClient) CryptKeys(ctx context.Context, query TLFQuery) (res GetTLFCryptKeysRes, err error)
CryptKeys returns TLF crypt keys from all generations.
func (TlfClient) PublicCanonicalTLFNameAndID ¶
func (c TlfClient) PublicCanonicalTLFNameAndID(ctx context.Context, query TLFQuery) (res CanonicalTLFNameAndIDWithBreaks, err error)
* tlfCanonicalID returns the canonical name and TLFID for tlfName. * TLFID should not be cached or stored persistently.
type TlfInterface ¶
type TlfInterface interface { // CryptKeys returns TLF crypt keys from all generations. CryptKeys(context.Context, TLFQuery) (GetTLFCryptKeysRes, error) // * tlfCanonicalID returns the canonical name and TLFID for tlfName. // * TLFID should not be cached or stored persistently. PublicCanonicalTLFNameAndID(context.Context, TLFQuery) (CanonicalTLFNameAndIDWithBreaks, error) CompleteAndCanonicalizePrivateTlfName(context.Context, TLFQuery) (CanonicalTLFNameAndIDWithBreaks, error) }
type TlfKeysClient ¶
type TlfKeysClient struct {
Cli rpc.GenericClient
}
func (TlfKeysClient) GetPublicCanonicalTLFNameAndID ¶
func (c TlfKeysClient) GetPublicCanonicalTLFNameAndID(ctx context.Context, query TLFQuery) (res CanonicalTLFNameAndIDWithBreaks, err error)
getPublicCanonicalTLFNameAndID return the canonical name and TLFID for tlfName. TLF ID should not be cached or stored persistently.
func (TlfKeysClient) GetTLFCryptKeys ¶
func (c TlfKeysClient) GetTLFCryptKeys(ctx context.Context, query TLFQuery) (res GetTLFCryptKeysRes, err error)
getTLFCryptKeys returns TLF crypt keys from all generations and the TLF ID. TLF ID should not be cached or stored persistently.
type TlfKeysInterface ¶
type TlfKeysInterface interface { // getTLFCryptKeys returns TLF crypt keys from all generations and the TLF ID. // TLF ID should not be cached or stored persistently. GetTLFCryptKeys(context.Context, TLFQuery) (GetTLFCryptKeysRes, error) // getPublicCanonicalTLFNameAndID return the canonical name and TLFID for tlfName. // TLF ID should not be cached or stored persistently. GetPublicCanonicalTLFNameAndID(context.Context, TLFQuery) (CanonicalTLFNameAndIDWithBreaks, error) }
type ToStatusAble ¶
type ToStatusAble interface {
ToStatus() Status
}
ToStatusAble is something that can be coerced into a status. Some error types in your application might want this.
type TrackArg ¶
type TrackArg struct { SessionID int `codec:"sessionID" json:"sessionID"` UserAssertion string `codec:"userAssertion" json:"userAssertion"` Options TrackOptions `codec:"options" json:"options"` ForceRemoteCheck bool `codec:"forceRemoteCheck" json:"forceRemoteCheck"` }
type TrackClient ¶
type TrackClient struct {
Cli rpc.GenericClient
}
func (TrackClient) CheckTracking ¶
func (c TrackClient) CheckTracking(ctx context.Context, sessionID int) (err error)
func (TrackClient) DismissWithToken ¶
func (c TrackClient) DismissWithToken(ctx context.Context, __arg DismissWithTokenArg) (err error)
Called by the UI when the user decides *not* to track, to e.g. dismiss gregor items.
func (TrackClient) FakeTrackingChanged ¶
func (c TrackClient) FakeTrackingChanged(ctx context.Context, __arg FakeTrackingChangedArg) (err error)
func (TrackClient) Track ¶
func (c TrackClient) Track(ctx context.Context, __arg TrackArg) (res ConfirmResult, err error)
This will perform identify and track. If forceRemoteCheck is true, we force all remote proofs to be checked (otherwise a cache is used).
func (TrackClient) TrackWithToken ¶
func (c TrackClient) TrackWithToken(ctx context.Context, __arg TrackWithTokenArg) (err error)
Track with token returned from identify.
func (TrackClient) Untrack ¶
func (c TrackClient) Untrack(ctx context.Context, __arg UntrackArg) (err error)
type TrackDiff ¶
type TrackDiff struct { Type TrackDiffType `codec:"type" json:"type"` DisplayMarkup string `codec:"displayMarkup" json:"displayMarkup"` }
type TrackDiffType ¶
type TrackDiffType int
const ( TrackDiffType_NONE TrackDiffType = 0 TrackDiffType_ERROR TrackDiffType = 1 TrackDiffType_CLASH TrackDiffType = 2 TrackDiffType_REVOKED TrackDiffType = 3 TrackDiffType_UPGRADED TrackDiffType = 4 TrackDiffType_NEW TrackDiffType = 5 TrackDiffType_REMOTE_FAIL TrackDiffType = 6 TrackDiffType_REMOTE_WORKING TrackDiffType = 7 TrackDiffType_REMOTE_CHANGED TrackDiffType = 8 TrackDiffType_NEW_ELDEST TrackDiffType = 9 TrackDiffType_NONE_VIA_TEMPORARY TrackDiffType = 10 )
func (TrackDiffType) String ¶ added in v1.0.19
func (e TrackDiffType) String() string
type TrackInterface ¶
type TrackInterface interface { // This will perform identify and track. // If forceRemoteCheck is true, we force all remote proofs to be checked // (otherwise a cache is used). Track(context.Context, TrackArg) (ConfirmResult, error) // Track with token returned from identify. TrackWithToken(context.Context, TrackWithTokenArg) error // Called by the UI when the user decides *not* to track, to e.g. dismiss gregor items. DismissWithToken(context.Context, DismissWithTokenArg) error Untrack(context.Context, UntrackArg) error CheckTracking(context.Context, int) error FakeTrackingChanged(context.Context, FakeTrackingChangedArg) error }
type TrackOptions ¶
type TrackOptions struct { LocalOnly bool `codec:"localOnly" json:"localOnly"` BypassConfirm bool `codec:"bypassConfirm" json:"bypassConfirm"` ForceRetrack bool `codec:"forceRetrack" json:"forceRetrack"` ExpiringLocal bool `codec:"expiringLocal" json:"expiringLocal"` ForPGPPull bool `codec:"forPGPPull" json:"forPGPPull"` }
type TrackProof ¶
type TrackStatus ¶
type TrackStatus int
TrackStatus is a summary of this track before the track is approved by the user. NEW_*: New tracks UPDATE_*: Update to an existing track NEW_OK: Everything ok NEW_ZERO_PROOFS: User being tracked has no proofs NEW_FAIL_PROOFS: User being tracked has some failed proofs UPDATE_BROKEN: Previous tracking statement broken, this one will fix it. UPDATE_NEW_PROOFS: Previous tracking statement ok, but there are new proofs since previous tracking statement generated UPDATE_OK: No changes to previous tracking statement
const ( TrackStatus_NEW_OK TrackStatus = 1 TrackStatus_NEW_ZERO_PROOFS TrackStatus = 2 TrackStatus_NEW_FAIL_PROOFS TrackStatus = 3 TrackStatus_UPDATE_BROKEN_FAILED_PROOFS TrackStatus = 4 TrackStatus_UPDATE_NEW_PROOFS TrackStatus = 5 TrackStatus_UPDATE_OK TrackStatus = 6 TrackStatus_UPDATE_BROKEN_REVOKED TrackStatus = 7 )
func (TrackStatus) String ¶ added in v1.0.19
func (e TrackStatus) String() string
type TrackSummary ¶
type TrackToken ¶
type TrackToken string
func (TrackToken) String ¶
func (t TrackToken) String() string
type TrackWithTokenArg ¶
type TrackWithTokenArg struct { SessionID int `codec:"sessionID" json:"sessionID"` TrackToken TrackToken `codec:"trackToken" json:"trackToken"` Options TrackOptions `codec:"options" json:"options"` }
type TrackingChangedArg ¶
type TruncateLockArg ¶
type TruncateLockArg struct {
FolderID string `codec:"folderID" json:"folderID"`
}
type TruncateUnlockArg ¶
type TruncateUnlockArg struct {
FolderID string `codec:"folderID" json:"folderID"`
}
type UID ¶
type UID string
func UIDFromString ¶
type UiInterface ¶
type UiInterface interface {
PromptYesNo(context.Context, PromptYesNoArg) (bool, error)
}
type UnboxAnyRes ¶
type UnboxBytes32AnyArg ¶
type UnboxBytes32AnyArg struct { SessionID int `codec:"sessionID" json:"sessionID"` Bundles []CiphertextBundle `codec:"bundles" json:"bundles"` Reason string `codec:"reason" json:"reason"` PromptPaper bool `codec:"promptPaper" json:"promptPaper"` }
type UnboxBytes32Arg ¶
type UnboxBytes32Arg struct { SessionID int `codec:"sessionID" json:"sessionID"` EncryptedBytes32 EncryptedBytes32 `codec:"encryptedBytes32" json:"encryptedBytes32"` Nonce BoxNonce `codec:"nonce" json:"nonce"` PeersPublicKey BoxPublicKey `codec:"peersPublicKey" json:"peersPublicKey"` Reason string `codec:"reason" json:"reason"` }
type UninstallResult ¶
type UninstallResult struct { ComponentResults []ComponentResult `codec:"componentResults" json:"componentResults"` Status Status `codec:"status" json:"status"` }
type UnlockWithPassphraseArg ¶
type UntrackArg ¶
type Update ¶
type Update struct { Version string `codec:"version" json:"version"` Name string `codec:"name" json:"name"` Description string `codec:"description" json:"description"` Instructions *string `codec:"instructions,omitempty" json:"instructions,omitempty"` Type UpdateType `codec:"type" json:"type"` PublishedAt *Time `codec:"publishedAt,omitempty" json:"publishedAt,omitempty"` Asset *Asset `codec:"asset,omitempty" json:"asset,omitempty"` }
type UpdateAction ¶
type UpdateAction int
const ( UpdateAction_UPDATE UpdateAction = 0 UpdateAction_SKIP UpdateAction = 1 UpdateAction_SNOOZE UpdateAction = 2 UpdateAction_CANCEL UpdateAction = 3 )
type UpdateAppInUseAction ¶
type UpdateAppInUseAction int
const ( UpdateAppInUseAction_CANCEL UpdateAppInUseAction = 0 UpdateAppInUseAction_FORCE UpdateAppInUseAction = 1 UpdateAppInUseAction_SNOOZE UpdateAppInUseAction = 2 UpdateAppInUseAction_KILL_PROCESSES UpdateAppInUseAction = 3 )
type UpdateAppInUseArg ¶
type UpdateAppInUseRes ¶
type UpdateAppInUseRes struct {
Action UpdateAppInUseAction `codec:"action" json:"action"`
}
type UpdateArg ¶
type UpdateArg struct {
Options UpdateOptions `codec:"options" json:"options"`
}
type UpdateCheckArg ¶
type UpdateCheckArg struct {
Force bool `codec:"force" json:"force"`
}
type UpdateClient ¶
type UpdateClient struct {
Cli rpc.GenericClient
}
func (UpdateClient) Update ¶
func (c UpdateClient) Update(ctx context.Context, options UpdateOptions) (res UpdateResult, err error)
Perform the update with options.
func (UpdateClient) UpdateCheck ¶
func (c UpdateClient) UpdateCheck(ctx context.Context, force bool) (err error)
Perform an update check.
type UpdateCommonClient ¶
type UpdateCommonClient struct {
Cli rpc.GenericClient
}
type UpdateCommonInterface ¶
type UpdateCommonInterface interface { }
type UpdateInterface ¶
type UpdateInterface interface { // Perform the update with options. Update(context.Context, UpdateOptions) (UpdateResult, error) // Perform an update check. UpdateCheck(context.Context, bool) error }
type UpdateOptions ¶
type UpdateOptions struct { Version string `codec:"version" json:"version"` Platform string `codec:"platform" json:"platform"` DestinationPath string `codec:"destinationPath" json:"destinationPath"` Source string `codec:"source" json:"source"` URL string `codec:"URL" json:"URL"` Channel string `codec:"channel" json:"channel"` Force bool `codec:"force" json:"force"` DefaultInstructions string `codec:"defaultInstructions" json:"defaultInstructions"` SignaturePath string `codec:"signaturePath" json:"signaturePath"` }
Options for updating.
type UpdatePromptArg ¶
type UpdatePromptArg struct { SessionID int `codec:"sessionID" json:"sessionID"` Update Update `codec:"update" json:"update"` Options UpdatePromptOptions `codec:"options" json:"options"` }
type UpdatePromptOptions ¶
type UpdatePromptOptions struct {
AlwaysAutoInstall bool `codec:"alwaysAutoInstall" json:"alwaysAutoInstall"`
}
type UpdatePromptRes ¶
type UpdatePromptRes struct { Action UpdateAction `codec:"action" json:"action"` AlwaysAutoInstall bool `codec:"alwaysAutoInstall" json:"alwaysAutoInstall"` SnoozeUntil Time `codec:"snoozeUntil" json:"snoozeUntil"` }
type UpdateQuitArg ¶
type UpdateQuitRes ¶
type UpdateResult ¶
type UpdateResult struct {
Update *Update `codec:"update,omitempty" json:"update,omitempty"`
}
type UpdateType ¶
type UpdateType int
const ( UpdateType_NORMAL UpdateType = 0 UpdateType_BUGFIX UpdateType = 1 UpdateType_CRITICAL UpdateType = 2 )
type UpdateUiClient ¶
type UpdateUiClient struct {
Cli rpc.GenericClient
}
func (UpdateUiClient) UpdateAppInUse ¶
func (c UpdateUiClient) UpdateAppInUse(ctx context.Context, __arg UpdateAppInUseArg) (res UpdateAppInUseRes, err error)
func (UpdateUiClient) UpdatePrompt ¶
func (c UpdateUiClient) UpdatePrompt(ctx context.Context, __arg UpdatePromptArg) (res UpdatePromptRes, err error)
func (UpdateUiClient) UpdateQuit ¶
func (c UpdateUiClient) UpdateQuit(ctx context.Context, __arg UpdateQuitArg) (res UpdateQuitRes, err error)
type UpdateUiInterface ¶
type UpdateUiInterface interface { UpdatePrompt(context.Context, UpdatePromptArg) (UpdatePromptRes, error) UpdateAppInUse(context.Context, UpdateAppInUseArg) (UpdateAppInUseRes, error) UpdateQuit(context.Context, UpdateQuitArg) (UpdateQuitRes, error) }
type UserCard ¶
type UserCard struct { Following int `codec:"following" json:"following"` Followers int `codec:"followers" json:"followers"` Uid UID `codec:"uid" json:"uid"` FullName string `codec:"fullName" json:"fullName"` Location string `codec:"location" json:"location"` Bio string `codec:"bio" json:"bio"` Website string `codec:"website" json:"website"` Twitter string `codec:"twitter" json:"twitter"` YouFollowThem bool `codec:"youFollowThem" json:"youFollowThem"` TheyFollowYou bool `codec:"theyFollowYou" json:"theyFollowYou"` }
type UserChangedArg ¶
type UserChangedArg struct {
Uid UID `codec:"uid" json:"uid"`
}
type UserClient ¶
type UserClient struct {
Cli rpc.GenericClient
}
func (UserClient) ListTrackers ¶
func (c UserClient) ListTrackers(ctx context.Context, __arg ListTrackersArg) (res []Tracker, err error)
func (UserClient) ListTrackers2 ¶
func (c UserClient) ListTrackers2(ctx context.Context, __arg ListTrackers2Arg) (res UserSummary2Set, err error)
func (UserClient) ListTrackersByName ¶
func (c UserClient) ListTrackersByName(ctx context.Context, __arg ListTrackersByNameArg) (res []Tracker, err error)
func (UserClient) ListTrackersSelf ¶
func (UserClient) ListTracking ¶
func (c UserClient) ListTracking(ctx context.Context, __arg ListTrackingArg) (res []UserSummary, err error)
The list-tracking functions get verified data from the tracking statements in the user's sigchain.
If assertion is empty, it will use the current logged in user.
func (UserClient) ListTrackingJSON ¶
func (c UserClient) ListTrackingJSON(ctx context.Context, __arg ListTrackingJSONArg) (res string, err error)
func (UserClient) LoadAllPublicKeysUnverified ¶
func (c UserClient) LoadAllPublicKeysUnverified(ctx context.Context, __arg LoadAllPublicKeysUnverifiedArg) (res []PublicKey, err error)
Load all the user's public keys (even those in reset key families) from the server with no verification
func (UserClient) LoadMyPublicKeys ¶
func (c UserClient) LoadMyPublicKeys(ctx context.Context, sessionID int) (res []PublicKey, err error)
Load my public keys (for logged in user).
func (UserClient) LoadMySettings ¶ added in v1.0.19
func (c UserClient) LoadMySettings(ctx context.Context, sessionID int) (res UserSettings, err error)
Load user settings (for logged in user).
func (UserClient) LoadPublicKeys ¶
func (c UserClient) LoadPublicKeys(ctx context.Context, __arg LoadPublicKeysArg) (res []PublicKey, err error)
Load public keys for a user.
func (UserClient) LoadUncheckedUserSummaries ¶
func (c UserClient) LoadUncheckedUserSummaries(ctx context.Context, __arg LoadUncheckedUserSummariesArg) (res []UserSummary, err error)
Load user summaries for the supplied uids. They are "unchecked" in that the client is not verifying the info from the server. If len(uids) > 500, the first 500 will be returned.
func (UserClient) LoadUser ¶
func (c UserClient) LoadUser(ctx context.Context, __arg LoadUserArg) (res User, err error)
Load a user from the server.
func (UserClient) LoadUserByName ¶
func (c UserClient) LoadUserByName(ctx context.Context, __arg LoadUserByNameArg) (res User, err error)
func (UserClient) LoadUserPlusKeys ¶
func (c UserClient) LoadUserPlusKeys(ctx context.Context, __arg LoadUserPlusKeysArg) (res UserPlusKeys, err error)
Load a user + device keys from the server.
func (UserClient) ProfileEdit ¶ added in v1.0.19
func (c UserClient) ProfileEdit(ctx context.Context, __arg ProfileEditArg) (err error)
func (UserClient) Search ¶
func (c UserClient) Search(ctx context.Context, __arg SearchArg) (res []SearchResult, err error)
Search for users who match a given query.
type UserInterface ¶
type UserInterface interface { ListTrackers(context.Context, ListTrackersArg) ([]Tracker, error) ListTrackersByName(context.Context, ListTrackersByNameArg) ([]Tracker, error) ListTrackersSelf(context.Context, int) ([]Tracker, error) // Load user summaries for the supplied uids. // They are "unchecked" in that the client is not verifying the info from the server. // If len(uids) > 500, the first 500 will be returned. LoadUncheckedUserSummaries(context.Context, LoadUncheckedUserSummariesArg) ([]UserSummary, error) // Load a user from the server. LoadUser(context.Context, LoadUserArg) (User, error) LoadUserByName(context.Context, LoadUserByNameArg) (User, error) // Load a user + device keys from the server. LoadUserPlusKeys(context.Context, LoadUserPlusKeysArg) (UserPlusKeys, error) // Load public keys for a user. LoadPublicKeys(context.Context, LoadPublicKeysArg) ([]PublicKey, error) // Load my public keys (for logged in user). LoadMyPublicKeys(context.Context, int) ([]PublicKey, error) // Load user settings (for logged in user). LoadMySettings(context.Context, int) (UserSettings, error) // The list-tracking functions get verified data from the tracking statements // in the user's sigchain. // // If assertion is empty, it will use the current logged in user. ListTracking(context.Context, ListTrackingArg) ([]UserSummary, error) ListTrackingJSON(context.Context, ListTrackingJSONArg) (string, error) // Search for users who match a given query. Search(context.Context, SearchArg) ([]SearchResult, error) // Load all the user's public keys (even those in reset key families) // from the server with no verification LoadAllPublicKeysUnverified(context.Context, LoadAllPublicKeysUnverifiedArg) ([]PublicKey, error) ListTrackers2(context.Context, ListTrackers2Arg) (UserSummary2Set, error) ProfileEdit(context.Context, ProfileEditArg) error }
type UserPlusAllKeys ¶ added in v1.0.19
type UserPlusAllKeys struct { Base UserPlusKeys `codec:"base" json:"base"` PGPKeys []PublicKey `codec:"pgpKeys" json:"pgpKeys"` RemoteTracks []RemoteTrack `codec:"remoteTracks" json:"remoteTracks"` }
func (*UserPlusAllKeys) DeepCopy ¶ added in v1.0.19
func (u *UserPlusAllKeys) DeepCopy() *UserPlusAllKeys
func (UserPlusAllKeys) Export ¶ added in v1.0.19
func (u UserPlusAllKeys) Export() *User
func (UserPlusAllKeys) FindDevice ¶ added in v1.0.19
func (u UserPlusAllKeys) FindDevice(d DeviceID) *PublicKey
func (UserPlusAllKeys) GetDeviceID ¶ added in v1.0.22
func (u UserPlusAllKeys) GetDeviceID(kid KID) (ret DeviceID, err error)
func (UserPlusAllKeys) GetName ¶ added in v1.0.19
func (u UserPlusAllKeys) GetName() string
func (UserPlusAllKeys) GetRemoteTrack ¶ added in v1.0.19
func (u UserPlusAllKeys) GetRemoteTrack(s string) *RemoteTrack
func (UserPlusAllKeys) GetUID ¶ added in v1.0.19
func (u UserPlusAllKeys) GetUID() UID
func (UserPlusAllKeys) IsOlderThan ¶ added in v1.0.19
func (u UserPlusAllKeys) IsOlderThan(v UserPlusAllKeys) bool
IsOlderThan returns true if any of the versions of u are older than v
type UserPlusKeys ¶
type UserPlusKeys struct { Uid UID `codec:"uid" json:"uid"` Username string `codec:"username" json:"username"` DeviceKeys []PublicKey `codec:"deviceKeys" json:"deviceKeys"` RevokedDeviceKeys []RevokedKey `codec:"revokedDeviceKeys" json:"revokedDeviceKeys"` PGPKeyCount int `codec:"pgpKeyCount" json:"pgpKeyCount"` Uvv UserVersionVector `codec:"uvv" json:"uvv"` DeletedDeviceKeys []PublicKey `codec:"deletedDeviceKeys" json:"deletedDeviceKeys"` }
func (*UserPlusKeys) DeepCopy ¶ added in v1.0.19
func (u *UserPlusKeys) DeepCopy() UserPlusKeys
func (UserPlusKeys) FindKID ¶ added in v1.0.19
func (u UserPlusKeys) FindKID(needle KID) *PublicKey
func (UserPlusKeys) GetName ¶ added in v1.0.19
func (u UserPlusKeys) GetName() string
func (UserPlusKeys) GetUID ¶ added in v1.0.19
func (u UserPlusKeys) GetUID() UID
type UserResolution ¶
type UserResolution struct { Assertion SocialAssertion `codec:"assertion" json:"assertion"` UserID UID `codec:"userID" json:"userID"` }
UserResolution maps how an unresolved user assertion has been resolved.
type UserSettings ¶ added in v1.0.19
type UserSettings struct {
Emails []Email `codec:"emails" json:"emails"`
}
type UserSummary ¶
type UserSummary struct { Uid UID `codec:"uid" json:"uid"` Username string `codec:"username" json:"username"` Thumbnail string `codec:"thumbnail" json:"thumbnail"` IdVersion int `codec:"idVersion" json:"idVersion"` FullName string `codec:"fullName" json:"fullName"` Bio string `codec:"bio" json:"bio"` Proofs Proofs `codec:"proofs" json:"proofs"` SigIDDisplay string `codec:"sigIDDisplay" json:"sigIDDisplay"` TrackTime Time `codec:"trackTime" json:"trackTime"` }
type UserSummary2 ¶
type UserSummary2 struct { Uid UID `codec:"uid" json:"uid"` Username string `codec:"username" json:"username"` Thumbnail string `codec:"thumbnail" json:"thumbnail"` FullName string `codec:"fullName" json:"fullName"` IsFollower bool `codec:"isFollower" json:"isFollower"` IsFollowee bool `codec:"isFollowee" json:"isFollowee"` }
type UserSummary2Set ¶
type UserSummary2Set struct { Users []UserSummary2 `codec:"users" json:"users"` Time Time `codec:"time" json:"time"` Version int `codec:"version" json:"version"` }
type UserVersionVector ¶
type UserVersionVector struct { Id int64 `codec:"id" json:"id"` SigHints int `codec:"sigHints" json:"sigHints"` SigChain int64 `codec:"sigChain" json:"sigChain"` CachedAt Time `codec:"cachedAt" json:"cachedAt"` LastIdentifiedAt Time `codec:"lastIdentifiedAt" json:"lastIdentifiedAt"` }
func (UserVersionVector) Equal ¶ added in v1.0.19
func (u UserVersionVector) Equal(u2 UserVersionVector) bool
type VerifySessionArg ¶
type VerifySessionArg struct {
Session string `codec:"session" json:"session"`
}
type VerifySessionRes ¶
type WaitForClientArg ¶ added in v1.0.19
type WaitForClientArg struct { ClientType ClientType `codec:"clientType" json:"clientType"` Timeout DurationSec `codec:"timeout" json:"timeout"` }
type WantToAddGPGKeyArg ¶
type WantToAddGPGKeyArg struct {
SessionID int `codec:"sessionID" json:"sessionID"`
}
Source Files ¶
- account.go
- apiserver.go
- backend_common.go
- block.go
- btc.go
- common.go
- config.go
- constants.go
- crypto.go
- cryptocurrency.go
- ctl.go
- debugging.go
- delegate_ui_ctl.go
- device.go
- extras.go
- favorite.go
- fs.go
- gpg_common.go
- gpg_ui.go
- gregor.go
- gregor_ui.go
- identify.go
- identify_common.go
- identify_ui.go
- install.go
- kbfs.go
- kbfs_common.go
- kbfsmount.go
- kex2provisionee.go
- kex2provisionee2.go
- kex2provisioner.go
- log.go
- log_ui.go
- login.go
- login_ui.go
- logsend.go
- metadata.go
- metadata_update.go
- notify_app.go
- notify_badges.go
- notify_ctl.go
- notify_favorites.go
- notify_fs.go
- notify_fs_request.go
- notify_keyfamily.go
- notify_paperkey.go
- notify_pgp.go
- notify_service.go
- notify_session.go
- notify_tracking.go
- notify_users.go
- paperprovision.go
- passphrase_common.go
- pgp.go
- pgp_ui.go
- process.go
- prove.go
- prove_common.go
- prove_ui.go
- provision_ui.go
- quota.go
- reachability.go
- rekey.go
- rekey_ui.go
- revoke.go
- saltpack.go
- saltpack_ui.go
- scanproofs.go
- secret_ui.go
- secretkeys.go
- session.go
- signup.go
- sigs.go
- simple_fs.go
- stream_ui.go
- test.go
- tlf.go
- tlf_keys.go
- track.go
- ui.go
- update.go
- update_common.go
- update_ui.go
- user.go