SYMBOL INDEX (2505 symbols across 190 files) FILE: app/app.go type App (line 41) | type App struct method Start (line 69) | func (a *App) Start() error { method Run (line 208) | func (a *App) Run(name string, component core.Component) { method RunAsync (line 218) | func (a *App) RunAsync(name string, component core.AsyncComponent, fn ... method Shutdown (line 251) | func (a *App) Shutdown() error { type componentMap (line 49) | type componentMap struct function New (line 54) | func New(cfg config.Config, env env.SpaceEnv) *App { FILE: cmd/space-daemon/main.go function main (line 49) | func main() { function runCpuProfiler (line 134) | func runCpuProfiler(outputFilePath string) func() { function runMemProfiler (line 154) | func runMemProfiler(outputFilePath string) func() { FILE: config/config.go constant JsonConfigFileName (line 8) | JsonConfigFileName = "space.json" constant SpaceServerPort (line 9) | SpaceServerPort = "space/rpcPort" constant SpaceProxyServerPort (line 10) | SpaceProxyServerPort = "space/rpcProxyPort" constant SpaceRestProxyServerPort (line 11) | SpaceRestProxyServerPort = "space/restProxyPort" constant SpaceStorageSiteUrl (line 12) | SpaceStorageSiteUrl = "space/storageSiteUrl" constant SpaceStorePath (line 13) | SpaceStorePath = "space/storePath" constant TextileHubTarget (line 14) | TextileHubTarget = "space/textileHubTarget" constant TextileHubMa (line 15) | TextileHubMa = "space/textileHubMa" constant TextileThreadsTarget (line 16) | TextileThreadsTarget = "space/textileThreadsTarget" constant TextileHubGatewayUrl (line 17) | TextileHubGatewayUrl = "space/TextileHubGatewayUrl" constant TextileUserKey (line 18) | TextileUserKey = "space/textileUserKey" constant TextileUserSecret (line 19) | TextileUserSecret = "space/textileUserSecret" constant MountFuseDrive (line 20) | MountFuseDrive = "space/mountFuseDrive" constant FuseMountPath (line 21) | FuseMountPath = "space/fuseMountPath" constant FuseDriveName (line 22) | FuseDriveName = "space/fuseDriveName" constant SpaceServicesAPIURL (line 23) | SpaceServicesAPIURL = "space/servicesApiUrl" constant SpaceVaultAPIURL (line 24) | SpaceVaultAPIURL = "space/vaultApiUrl" constant SpaceVaultSaltSecret (line 25) | SpaceVaultSaltSecret = "space/vaultSaltSecret" constant SpaceServicesHubAuthURL (line 26) | SpaceServicesHubAuthURL = "space/servicesHubAuthUrl" constant Ipfsaddr (line 27) | Ipfsaddr = "space/ipfsAddr" constant Ipfsnode (line 28) | Ipfsnode = "space/ipfsNode" constant Ipfsnodeaddr (line 29) | Ipfsnodeaddr = "space/ipfsNodeAddr" constant Ipfsnodepath (line 30) | Ipfsnodepath = "space/ipfsNodePath" constant MinThreadsConnection (line 31) | MinThreadsConnection = "space/minThreadsConn" constant MaxThreadsConnection (line 32) | MaxThreadsConnection = "space/maxThreadsConn" constant BuckdPath (line 33) | BuckdPath = "space/BuckdPath" constant BuckdApiMaAddr (line 34) | BuckdApiMaAddr = "space/BuckdApiMaAddr" constant BuckdApiProxyMaAddr (line 35) | BuckdApiProxyMaAddr = "space/BuckdApiProxyMaAddr" constant BuckdThreadsHostMaAddr (line 36) | BuckdThreadsHostMaAddr = "Space/BuckdThreadsHostMaAddr" constant BuckdGatewayPort (line 37) | BuckdGatewayPort = "Space/BuckdGatewayPort" constant LogLevel (line 38) | LogLevel = "Space/LogLevel" type Flags (line 45) | type Flags struct type Config (line 75) | type Config interface FILE: config/json_config.go type jsonConfig (line 17) | type jsonConfig struct method GetString (line 56) | func (c jsonConfig) GetString(key string, defaultValue interface{}) st... method GetInt (line 72) | func (c jsonConfig) GetInt(key string, defaultValue interface{}) int { method GetBool (line 87) | func (c jsonConfig) GetBool(key string, defaultValue interface{}) bool { type defaultSpaceJson (line 21) | type defaultSpaceJson struct type defaultJson (line 28) | type defaultJson struct function NewJson (line 33) | func NewJson(env env.SpaceEnv) Config { function CreateConfigJson (line 100) | func CreateConfigJson() error { FILE: config/map_config.go type mapConfig (line 11) | type mapConfig struct method GetString (line 112) | func (m mapConfig) GetString(key string, defaultValue interface{}) str... method GetInt (line 124) | func (m mapConfig) GetInt(key string, defaultValue interface{}) int { method GetBool (line 136) | func (m mapConfig) GetBool(key string, defaultValue interface{}) bool { function NewMap (line 17) | func NewMap(flags *Flags) Config { FILE: core/backup/backup.go type Backup (line 13) | type Backup struct function obfuscate (line 20) | func obfuscate(data []byte) ([]byte, error) { function deobfuscate (line 40) | func deobfuscate(ciphertext []byte) ([]byte, error) { function MarshalBackup (line 63) | func MarshalBackup(path string, b *Backup) error { function UnmarshalBackup (line 79) | func UnmarshalBackup(path string) (*Backup, error) { FILE: core/component.go type Component (line 5) | type Component interface type AsyncComponent (line 11) | type AsyncComponent interface FILE: core/env/env.go constant SpaceWorkingDir (line 10) | SpaceWorkingDir = "SPACE_APP_DIR" constant LogLevel (line 11) | LogLevel = "LOG_LEVEL" constant IpfsAddr (line 12) | IpfsAddr = "IPFS_ADDR" constant IpfsNode (line 13) | IpfsNode = "IPFS_NODE" constant IpfsNodeAddr (line 14) | IpfsNodeAddr = "IPFS_NODE_ADDR" constant IpfsNodePath (line 15) | IpfsNodePath = "IPFS_NODE_PATH" constant ServicesAPIURL (line 16) | ServicesAPIURL = "SERVICES_API_URL" constant VaultAPIURL (line 17) | VaultAPIURL = "VAULT_API_URL" constant VaultSaltSecret (line 18) | VaultSaltSecret = "VAULT_SALT_SECRET" constant ServicesHubAuthURL (line 19) | ServicesHubAuthURL = "SERVICES_HUB_AUTH_URL" constant SpaceStorageSiteUrl (line 20) | SpaceStorageSiteUrl = "SPACE_STORAGE_SITE_URL" constant TextileHubTarget (line 21) | TextileHubTarget = "TXL_HUB_TARGET" constant TextileHubMa (line 22) | TextileHubMa = "TXL_HUB_MA" constant TextileThreadsTarget (line 23) | TextileThreadsTarget = "TXL_THREADS_TARGET" constant TextileHubGatewayUrl (line 24) | TextileHubGatewayUrl = "TXL_HUB_GATEWAY_URL" constant TextileUserKey (line 25) | TextileUserKey = "TXL_USER_KEY" constant TextileUserSecret (line 26) | TextileUserSecret = "TXL_USER_SECRET" type SpaceEnv (line 29) | type SpaceEnv interface type defaultEnv (line 35) | type defaultEnv struct method CurrentFolder (line 38) | func (d defaultEnv) CurrentFolder() (string, error) { method WorkingFolder (line 50) | func (d defaultEnv) WorkingFolder() string { method LogLevel (line 59) | func (d defaultEnv) LogLevel() string { function NewDefault (line 64) | func NewDefault() SpaceEnv { FILE: core/env/file_env.go type spaceEnv (line 11) | type spaceEnv struct method CurrentFolder (line 24) | func (s spaceEnv) CurrentFolder() (string, error) { method WorkingFolder (line 36) | func (s spaceEnv) WorkingFolder() string { method LogLevel (line 51) | func (s spaceEnv) LogLevel() string { function New (line 15) | func New() SpaceEnv { FILE: core/events/events.go type FileEventType (line 7) | type FileEventType constant FileAdded (line 10) | FileAdded FileEventType = "FileAdded" constant FileDeleted (line 11) | FileDeleted FileEventType = "FileDeleted" constant FileUpdated (line 12) | FileUpdated FileEventType = "FileUpdated" constant FileBackupInProgress (line 13) | FileBackupInProgress FileEventType = "FileBackupInProgress" constant FileBackupReady (line 14) | FileBackupReady FileEventType = "FileBackupReady" constant FileRestored (line 16) | FileRestored FileEventType = "FileRestored" constant FileRestoring (line 17) | FileRestoring FileEventType = "FileRestoring" constant FolderAdded (line 19) | FolderAdded FileEventType = "FolderAdded" constant FolderDeleted (line 20) | FolderDeleted FileEventType = "FolderDeleted" constant FolderUpdated (line 22) | FolderUpdated FileEventType = "FolderUpdated" type FileEvent (line 25) | type FileEvent struct function NewFileEvent (line 32) | func NewFileEvent(info domain.FileInfo, eventType FileEventType, bucket,... type TextileEvent (line 41) | type TextileEvent struct function NewTextileEvent (line 45) | func NewTextileEvent(bucketname string) TextileEvent { type InvitationStatus (line 51) | type InvitationStatus constant Pending (line 54) | Pending InvitationStatus = 0 constant Accepted (line 55) | Accepted constant Rejected (line 56) | Rejected type NotificationType (line 59) | type NotificationType constant InvitationType (line 62) | InvitationType NotificationType = 0 type Invitation (line 65) | type Invitation struct type NotificationEvent (line 72) | type NotificationEvent struct FILE: core/fsds/config.go type dataSourceConfig (line 12) | type dataSourceConfig struct type FSDataSourceConfig (line 16) | type FSDataSourceConfig function WithTLFDataSource (line 18) | func WithTLFDataSource(source *TLFDataSource) FSDataSourceConfig { function WithFilesDataSources (line 25) | func WithFilesDataSources(service space.Service) FSDataSourceConfig { function WithSharedWithMeDataSources (line 35) | func WithSharedWithMeDataSources(service space.Service) FSDataSourceConf... FILE: core/fsds/data_source.go type FileReadWriterCloser (line 11) | type FileReadWriterCloser interface type FSDataSource (line 22) | type FSDataSource interface type TLFDataSource (line 39) | type TLFDataSource struct method ChildPath (line 46) | func (t *TLFDataSource) ChildPath(path string) string { method ParentPath (line 51) | func (t *TLFDataSource) ParentPath(path string) string { FILE: core/fsds/dir_entry.go type DirEntry (line 21) | type DirEntry struct method Path (line 54) | func (d *DirEntry) Path() string { method IsDir (line 68) | func (d *DirEntry) IsDir() bool { method Name (line 73) | func (d *DirEntry) Name() string { method Size (line 78) | func (d *DirEntry) Size() uint64 { method Mode (line 91) | func (d *DirEntry) Mode() os.FileMode { method Uid (line 103) | func (d *DirEntry) Uid() uint32 { method Gid (line 108) | func (d *DirEntry) Gid() uint32 { method Ctime (line 114) | func (d *DirEntry) Ctime() time.Time { method ModTime (line 126) | func (d *DirEntry) ModTime() time.Time { function NewDirEntry (line 27) | func NewDirEntry(entry domain.DirEntry) *DirEntry { function NewDirEntryFromFileInfo (line 31) | func NewDirEntryFromFileInfo(info os.FileInfo, path string) *DirEntry { function NewDirEntryWithMode (line 47) | func NewDirEntryWithMode(entry domain.DirEntry, mode os.FileMode) *DirEn... FILE: core/fsds/files_ds.go type filesDataSource (line 20) | type filesDataSource struct method Get (line 25) | func (f *filesDataSource) Get(ctx context.Context, path string) (*DirE... method GetChildren (line 87) | func (f *filesDataSource) GetChildren(ctx context.Context, path string... method Open (line 102) | func (f *filesDataSource) Open(ctx context.Context, path string) (File... method CreateEntry (line 114) | func (f *filesDataSource) CreateEntry(ctx context.Context, path string... method RenameEntry (line 172) | func (f *filesDataSource) RenameEntry(ctx context.Context, oldPath, ne... method DeleteEntry (line 215) | func (f *filesDataSource) DeleteEntry(ctx context.Context, path string... function areAllEntriesHidden (line 205) | func areAllEntriesHidden(entries []*DirEntry) bool { FILE: core/fsds/read_write_wrapper.go type SpaceFilesHandler (line 16) | type SpaceFilesHandler struct method Read (line 45) | func (s *SpaceFilesHandler) Read(ctx context.Context, b []byte, offset... method Write (line 61) | func (s *SpaceFilesHandler) Write(ctx context.Context, b []byte, offse... method Close (line 82) | func (s *SpaceFilesHandler) Close(ctx context.Context) error { method Stats (line 114) | func (s *SpaceFilesHandler) Stats(ctx context.Context) (*DirEntry, err... method Truncate (line 124) | func (s *SpaceFilesHandler) Truncate(ctx context.Context, size uint64)... method openLocalFile (line 129) | func (s *SpaceFilesHandler) openLocalFile() { type SyncService (line 25) | type SyncService interface function OpenSpaceFilesHandler (line 29) | func OpenSpaceFilesHandler( FILE: core/fsds/shared_with_me_ds.go type sharedFileEntry (line 17) | type sharedFileEntry struct type sharedWithMeDataSource (line 25) | type sharedWithMeDataSource struct method Get (line 32) | func (f *sharedWithMeDataSource) Get(ctx context.Context, path string)... method GetChildren (line 74) | func (f *sharedWithMeDataSource) GetChildren(ctx context.Context, path... method Open (line 97) | func (f *sharedWithMeDataSource) Open(ctx context.Context, path string... method CreateEntry (line 113) | func (f *sharedWithMeDataSource) CreateEntry(ctx context.Context, path... method RenameEntry (line 118) | func (f *sharedWithMeDataSource) RenameEntry(ctx context.Context, oldP... method DeleteEntry (line 123) | func (f *sharedWithMeDataSource) DeleteEntry(ctx context.Context, path... method cacheResults (line 128) | func (f *sharedWithMeDataSource) cacheResults(items []*domain.SharedDi... FILE: core/fsds/spacefs.go type SpaceFSDataSource (line 28) | type SpaceFSDataSource struct method Get (line 50) | func (d *SpaceFSDataSource) Get(ctx context.Context, path string) (*Di... method findTLFDataSource (line 83) | func (d *SpaceFSDataSource) findTLFDataSource(path string) *TLFDataSou... method GetChildren (line 94) | func (d *SpaceFSDataSource) GetChildren(ctx context.Context, path stri... method Open (line 123) | func (d *SpaceFSDataSource) Open(ctx context.Context, path string) (Fi... method CreateEntry (line 134) | func (d *SpaceFSDataSource) CreateEntry(ctx context.Context, path stri... method RenameEntry (line 149) | func (d *SpaceFSDataSource) RenameEntry(ctx context.Context, oldPath, ... method DeleteEntry (line 166) | func (d *SpaceFSDataSource) DeleteEntry(ctx context.Context, path stri... method getTopLevelDirectories (line 174) | func (d *SpaceFSDataSource) getTopLevelDirectories() []*DirEntry { function NewSpaceFSDataSource (line 36) | func NewSpaceFSDataSource(service space.Service, configOptions ...FSData... FILE: core/fsds/utils.go function isBaseDirectory (line 9) | func isBaseDirectory(path string) bool { function isDirPath (line 13) | func isDirPath(path string) bool { function isNotExistError (line 17) | func isNotExistError(err error) bool { FILE: core/ipfs/dag.go type mapBasedDag (line 15) | type mapBasedDag struct method Get (line 24) | func (d *mapBasedDag) Get(ctx context.Context, cid cid.Cid) (ipld.Node... method GetMany (line 33) | func (d *mapBasedDag) GetMany(ctx context.Context, cids []cid.Cid) <-c... method Add (line 48) | func (d *mapBasedDag) Add(ctx context.Context, node ipld.Node) error { method AddMany (line 55) | func (d *mapBasedDag) AddMany(ctx context.Context, nodes []ipld.Node) ... method Remove (line 64) | func (d *mapBasedDag) Remove(ctx context.Context, c cid.Cid) error { method RemoveMany (line 71) | func (d *mapBasedDag) RemoveMany(ctx context.Context, cids []cid.Cid) ... function NewDagService (line 20) | func NewDagService() *mapBasedDag { FILE: core/ipfs/ipfs.go type AddItemResult (line 22) | type AddItemResult struct type LinkNodesInput (line 27) | type LinkNodesInput struct type LinkNodesResult (line 33) | type LinkNodesResult struct type Client (line 37) | type Client interface type SpaceIpfsClient (line 45) | type SpaceIpfsClient struct method AddItems (line 67) | func (s *SpaceIpfsClient) AddItems(ctx context.Context, items []io.Rea... method AddItem (line 90) | func (s *SpaceIpfsClient) AddItem(ctx context.Context, item io.Reader)... method LinkNodes (line 95) | func (s *SpaceIpfsClient) LinkNodes(ctx context.Context, nodes []LinkN... method PullItem (line 117) | func (s *SpaceIpfsClient) PullItem(ctx context.Context, cid cid.Cid) (... function NewSpaceIpfsClient (line 49) | func NewSpaceIpfsClient(cfg config.Config) (*SpaceIpfsClient, error) { FILE: core/ipfs/node/node.go type IpfsNode (line 32) | type IpfsNode struct method Start (line 49) | func (node *IpfsNode) Start(ctx context.Context) error { method WaitForReady (line 65) | func (node *IpfsNode) WaitForReady() chan bool { method Stop (line 69) | func (node *IpfsNode) Stop() error { method Shutdown (line 73) | func (node *IpfsNode) Shutdown() error { method start (line 78) | func (node *IpfsNode) start() error { method stop (line 170) | func (node *IpfsNode) stop() error { function NewIpsNode (line 42) | func NewIpsNode(cfg config.Config) *IpfsNode { function connectToPeers (line 183) | func connectToPeers(ctx context.Context, ipfs icore.CoreAPI, peers []str... function setupPlugins (line 218) | func setupPlugins(externalPluginsPath string) error { function cmdCtx (line 237) | func cmdCtx(node *core.IpfsNode, repoPath string) commands.Context { FILE: core/ipfs/utils.go function GetFileHash (line 21) | func GetFileHash(r io.Reader) (string, error) { function DownloadIpfsItemViaGateway (line 70) | func DownloadIpfsItemViaGateway(ctx context.Context, gatewayUrl string, ... function DownloadIpfsItem (line 91) | func DownloadIpfsItem(ctx context.Context, nodeUrl string, cid cid.Cid) ... FILE: core/ipfs/utils_test.go function TestIpfs_GetFileHash_FromStringReader (line 13) | func TestIpfs_GetFileHash_FromStringReader(t *testing.T) { function TestIpfs_GetFileHash_FromFile (line 27) | func TestIpfs_GetFileHash_FromFile(t *testing.T) { FILE: core/keychain/app_token.go constant AppTokenStoreKey (line 10) | AppTokenStoreKey = "appToken" constant MasterAppTokenStoreKey (line 11) | MasterAppTokenStoreKey = "masterAppToken" method StoreAppToken (line 15) | func (kc *keychain) StoreAppToken(tok *permissions.AppToken) error { method GetAppToken (line 64) | func (kc *keychain) GetAppToken(key string) (*permissions.AppToken, erro... function getMasterTokenStKey (line 78) | func getMasterTokenStKey() string { FILE: core/keychain/keychain.go constant PrivateKeyStoreKey (line 25) | PrivateKeyStoreKey = "key" constant PublicKeyStoreKey (line 26) | PublicKeyStoreKey = "pub" constant privKeyMnemonicSeparator (line 28) | privKeyMnemonicSeparator = "___" type keychain (line 34) | type keychain struct method GenerateKeyPair (line 118) | func (kc *keychain) GenerateKeyPair() ([]byte, []byte, error) { method GetStoredKeyPairInLibP2PFormat (line 128) | func (kc *keychain) GetStoredKeyPairInLibP2PFormat() (crypto.PrivKey, ... method GenerateKeyPairWithForce (line 162) | func (kc *keychain) GenerateKeyPairWithForce() ([]byte, []byte, error) { method GetStoredPublicKey (line 169) | func (kc *keychain) GetStoredPublicKey() (crypto.PubKey, error) { method GetStoredMnemonic (line 196) | func (kc *keychain) GetStoredMnemonic() (string, error) { method ImportExistingKeyPair (line 207) | func (kc *keychain) ImportExistingKeyPair(priv crypto.PrivKey, mnemoni... method DeleteKeypair (line 227) | func (kc *keychain) DeleteKeypair() error { method generateKeyPair (line 246) | func (kc *keychain) generateKeyPair(seed []byte) ([]byte, []byte, erro... method generateAndStoreKeyPair (line 261) | func (kc *keychain) generateAndStoreKeyPair(seed []byte, mnemonic stri... method Sign (line 286) | func (kc *keychain) Sign(message []byte) ([]byte, error) { method getKeyRing (line 295) | func (kc *keychain) getKeyRing() (ri.Keyring, error) { method storeKeyPair (line 331) | func (kc *keychain) storeKeyPair(privKey []byte, pubKey []byte, mnemon... method retrieveKeyPair (line 359) | func (kc *keychain) retrieveKeyPair() (privKey []byte, mnemonic string... method GetManagedThreadKey (line 383) | func (kc *keychain) GetManagedThreadKey(threadKeyName string) (thread.... type Keychain (line 41) | type Keychain interface type keychainOptions (line 56) | type keychainOptions struct function WithPath (line 69) | func WithPath(path string) Option { function WithStore (line 77) | func WithStore(st store.Store) Option { function WithKeyring (line 86) | func WithKeyring(ring ri.Keyring) Option { type Option (line 94) | type Option function New (line 96) | func New(opts ...Option) *keychain { FILE: core/keychain/keyring/keyring.go type Keyring (line 5) | type Keyring interface FILE: core/keychain/mnemonic.go type generateKeyFromMnemonicOpts (line 11) | type generateKeyFromMnemonicOpts struct type GenerateKeyFromMnemonicOpts (line 23) | type GenerateKeyFromMnemonicOpts function WithMnemonic (line 25) | func WithMnemonic(mnemonic string) GenerateKeyFromMnemonicOpts { function WithPassword (line 33) | func WithPassword(password string) GenerateKeyFromMnemonicOpts { function WithOverride (line 41) | func WithOverride() GenerateKeyFromMnemonicOpts { method GenerateKeyFromMnemonic (line 51) | func (kc *keychain) GenerateKeyFromMnemonic(opts ...GenerateKeyFromMnemo... FILE: core/keychain/test/keychain_test.go function initTestKeychain (line 23) | func initTestKeychain(t *testing.T) keychain.Keychain { function TestKeychain_GenerateAndRestore (line 34) | func TestKeychain_GenerateAndRestore(t *testing.T) { function TestKeychain_GenerateMnemonicKey (line 65) | func TestKeychain_GenerateMnemonicKey(t *testing.T) { function TestKeychain_RestoreMnemonicKey (line 83) | func TestKeychain_RestoreMnemonicKey(t *testing.T) { function TestKeychain_RestoreMnemonicKeyOnOverrideErr (line 107) | func TestKeychain_RestoreMnemonicKeyOnOverrideErr(t *testing.T) { function TestKeychain_RestoreMnemonicKeyExistsButNotInKeyring (line 124) | func TestKeychain_RestoreMnemonicKeyExistsButNotInKeyring(t *testing.T) { function TestKeychain_RestoreMnemonicKeyMnemonicErr (line 148) | func TestKeychain_RestoreMnemonicKeyMnemonicErr(t *testing.T) { function TestKeychain_RestoreMnemonicKeyOnOverrideSuccess (line 163) | func TestKeychain_RestoreMnemonicKeyOnOverrideSuccess(t *testing.T) { function TestKeychain_GetStoredMnemonic (line 188) | func TestKeychain_GetStoredMnemonic(t *testing.T) { function TestKeychain_AppToken_StoreMaster (line 206) | func TestKeychain_AppToken_StoreMaster(t *testing.T) { function TestKeychain_AppToken_StoreNonMaster (line 238) | func TestKeychain_AppToken_StoreNonMaster(t *testing.T) { function TestKeychain_AppToken_StoreMasterOverride1 (line 267) | func TestKeychain_AppToken_StoreMasterOverride1(t *testing.T) { function TestKeychain_AppToken_StoreMasterOverride2 (line 279) | func TestKeychain_AppToken_StoreMasterOverride2(t *testing.T) { function TestKeychain_AppToken_Get (line 292) | func TestKeychain_AppToken_Get(t *testing.T) { FILE: core/libfuse/block_size.go constant fuseBlockSize (line 9) | fuseBlockSize = 512 function getNumBlocksFromSize (line 11) | func getNumBlocksFromSize(size uint64) uint64 { FILE: core/libfuse/directory.go type VFSDir (line 32) | type VFSDir struct method Attr (line 45) | func (dir *VFSDir) Attr(ctx context.Context, attr *fuse.Attr) error { method ReadDirAll (line 60) | func (dir *VFSDir) ReadDirAll(ctx context.Context) ([]fuse.Dirent, err... method Lookup (line 91) | func (dir *VFSDir) Lookup(ctx context.Context, req *fuse.LookupRequest... method Create (line 128) | func (dir *VFSDir) Create(ctx context.Context, req *fuse.CreateRequest... method Mkdir (line 157) | func (dir *VFSDir) Mkdir(ctx context.Context, req *fuse.MkdirRequest) ... method Rename (line 179) | func (dir *VFSDir) Rename(ctx context.Context, req *fuse.RenameRequest... method Remove (line 190) | func (dir *VFSDir) Remove(ctx context.Context, req *fuse.RemoveRequest... method Access (line 195) | func (dir *VFSDir) Access(ctx context.Context, req *fuse.AccessRequest... function NewVFSDir (line 37) | func NewVFSDir(vfs *VFS, dirOps spacefs.DirOps) *VFSDir { FILE: core/libfuse/files.go type VFSFile (line 29) | type VFSFile struct method Attr (line 42) | func (vfile *VFSFile) Attr(ctx context.Context, attr *fuse.Attr) error { method Access (line 71) | func (vfile *VFSFile) Access(ctx context.Context, r *fuse.AccessReques... method Setattr (line 101) | func (vfile *VFSFile) Setattr(ctx context.Context, req *fuse.SetattrRe... method Open (line 118) | func (vfile *VFSFile) Open(ctx context.Context, req *fuse.OpenRequest,... function NewVFSFile (line 34) | func NewVFSFile(vfs *VFS, fileOps spacefs.FileOps) *VFSFile { type VFSFileHandler (line 124) | type VFSFileHandler struct method Read (line 143) | func (vfh *VFSFileHandler) Read(ctx context.Context, req *fuse.ReadReq... method Write (line 158) | func (vfh *VFSFileHandler) Write(ctx context.Context, req *fuse.WriteR... method Release (line 171) | func (vfh *VFSFileHandler) Release(ctx context.Context, req *fuse.Rele... function NewVFSFileHandler (line 129) | func NewVFSFileHandler(ctx context.Context, vfile *VFSFile) (*VFSFileHan... FILE: core/libfuse/vfs.go type VFS (line 23) | type VFS struct method Mount (line 42) | func (vfs *VFS) Mount(mountPath, fsName string) error { method IsMounted (line 63) | func (vfs *VFS) IsMounted() bool { method Serve (line 69) | func (vfs *VFS) Serve() error { method Unmount (line 90) | func (vfs *VFS) Unmount() error { method Root (line 110) | func (vfs *VFS) Root() (fs.Node, error) { method Statfs (line 133) | func (vfs *VFS) Statfs(ctx context.Context, req *fuse.StatfsRequest, r... function NewVFileSystem (line 31) | func NewVFileSystem(ctx context.Context, fsOps spacefs.FSOps) *VFS { FILE: core/permissions/app_token.go constant tokenKeyLength (line 13) | tokenKeyLength = 20 constant tokenSecretLength (line 14) | tokenSecretLength = 30 type AppToken (line 16) | type AppToken struct method GetAccessToken (line 64) | func (a *AppToken) GetAccessToken() string { function UnmarshalToken (line 23) | func UnmarshalToken(marshalledToken []byte) (*AppToken, error) { function MarshalToken (line 33) | func MarshalToken(tok *AppToken) ([]byte, error) { function GenerateRandomToken (line 43) | func GenerateRandomToken(isMaster bool, permissions []string) (*AppToken... function GetKeyAndSecretFromAccessToken (line 68) | func GetKeyAndSecretFromAccessToken(accessToken string) (key string, sec... FILE: core/permissions/app_token_test.go function TestPermissions_AppToken_Generation (line 10) | func TestPermissions_AppToken_Generation(t *testing.T) { function TestPermissions_AppToken_GenerationWithPerms (line 22) | func TestPermissions_AppToken_GenerationWithPerms(t *testing.T) { FILE: core/search/bleve/analyzer.go constant CustomerAnalyzerName (line 12) | CustomerAnalyzerName = "space_search_analyzer" function CustomAnalyzerConstructor (line 15) | func CustomAnalyzerConstructor(config map[string]interface{}, cache *reg... function init (line 33) | func init() { FILE: core/search/bleve/bleve.go constant DbFileName (line 20) | DbFileName = "filesIndex.bleve" type bleveSearchOption (line 22) | type bleveSearchOption struct type Option (line 26) | type Option type bleveFilesSearchEngine (line 29) | type bleveFilesSearchEngine struct method Start (line 51) | func (b *bleveFilesSearchEngine) Start() error { method InsertFileData (line 124) | func (b *bleveFilesSearchEngine) InsertFileData( method DeleteFileData (line 146) | func (b *bleveFilesSearchEngine) DeleteFileData( method QueryFileData (line 154) | func (b *bleveFilesSearchEngine) QueryFileData( method Shutdown (line 191) | func (b *bleveFilesSearchEngine) Shutdown() error { function NewSearchEngine (line 35) | func NewSearchEngine(opts ...Option) *bleveFilesSearchEngine { function getSearchIndexMapping (line 87) | func getSearchIndexMapping() (*mapping.IndexMappingImpl, error) { function generateIndexId (line 205) | func generateIndexId(name, path, bucketSlug, dbId string) string { FILE: core/search/bleve/bleve_test.go function setupEngine (line 13) | func setupEngine(t *testing.T) (*bleveFilesSearchEngine, context.Context) { function TestEngineStartAndShutdown (line 30) | func TestEngineStartAndShutdown(t *testing.T) { function TestFilesSearchEngine_Insert_And_Query (line 44) | func TestFilesSearchEngine_Insert_And_Query(t *testing.T) { function TestInserting_DuplicateRecords_Count_As_Single (line 70) | func TestInserting_DuplicateRecords_Count_As_Single(t *testing.T) { function TestFilesSearchEngine_Delete_And_Query (line 99) | func TestFilesSearchEngine_Delete_And_Query(t *testing.T) { function TestPrefixFileSearchWorks (line 133) | func TestPrefixFileSearchWorks(t *testing.T) { function TestInfixFileSearchWorks (line 160) | func TestInfixFileSearchWorks(t *testing.T) { function insertRecord (line 187) | func insertRecord( FILE: core/search/bleve/options.go function WithDBPath (line 3) | func WithDBPath(path string) Option { FILE: core/search/engines.go type FilesSearchEngine (line 9) | type FilesSearchEngine interface FILE: core/search/model.go type IndexRecord (line 3) | type IndexRecord struct type InsertIndexRecord (line 14) | type InsertIndexRecord struct type DeleteIndexRecord (line 23) | type DeleteIndexRecord struct FILE: core/search/sqlite/model.go type SearchIndexRecord (line 5) | type SearchIndexRecord struct FILE: core/search/sqlite/options.go function WithDBPath (line 5) | func WithDBPath(path string) Option { function WithLogLevel (line 11) | func WithLogLevel(level logger.LogLevel) Option { FILE: core/search/sqlite/sqlite.go constant DbFileName (line 19) | DbFileName = "filesIndex.db" type sqliteSearchOption (line 21) | type sqliteSearchOption struct type Option (line 26) | type Option type sqliteFilesSearchEngine (line 29) | type sqliteFilesSearchEngine struct method Start (line 52) | func (s *sqliteFilesSearchEngine) Start() error { method InsertFileData (line 66) | func (s *sqliteFilesSearchEngine) InsertFileData(ctx context.Context, ... method DeleteFileData (line 87) | func (s *sqliteFilesSearchEngine) DeleteFileData(ctx context.Context, ... method QueryFileData (line 103) | func (s *sqliteFilesSearchEngine) QueryFileData(ctx context.Context, q... method Shutdown (line 123) | func (s *sqliteFilesSearchEngine) Shutdown() error { function NewSearchEngine (line 35) | func NewSearchEngine(opts ...Option) *sqliteFilesSearchEngine { function modelToIndexRecord (line 132) | func modelToIndexRecord(model *SearchIndexRecord) *search.IndexRecord { FILE: core/search/sqlite/sqlite_test.go function setupEngine (line 14) | func setupEngine(t *testing.T) (*sqliteFilesSearchEngine, context.Contex... function TestSqliteFilesSearchEngine_Insert_And_Query (line 31) | func TestSqliteFilesSearchEngine_Insert_And_Query(t *testing.T) { function TestInserting_DuplicateRecords_Fail (line 57) | func TestInserting_DuplicateRecords_Fail(t *testing.T) { function TestSqliteFilesSearchEngine_Delete_And_Query (line 79) | func TestSqliteFilesSearchEngine_Delete_And_Query(t *testing.T) { function insertRecord (line 113) | func insertRecord( FILE: core/space/domain/domain.go type AppConfig (line 5) | type AppConfig struct type DirEntry (line 12) | type DirEntry struct type ThreadInfo (line 23) | type ThreadInfo struct type FileInfo (line 28) | type FileInfo struct type OpenFileInfo (line 37) | type OpenFileInfo struct type KeyPair (line 41) | type KeyPair struct type AddItemResult (line 46) | type AddItemResult struct type AddItemsResponse (line 53) | type AddItemsResponse struct type Member (line 59) | type Member struct type AddWatchFile (line 64) | type AddWatchFile struct type Identity (line 74) | type Identity struct type APIError (line 80) | type APIError struct type FileSharingInfo (line 84) | type FileSharingInfo struct type NotificationTypes (line 91) | type NotificationTypes constant UNKNOWN (line 94) | UNKNOWN NotificationTypes = iota constant INVITATION (line 95) | INVITATION constant USAGEALERT (line 96) | USAGEALERT constant INVITATION_REPLY (line 97) | INVITATION_REPLY constant REVOKED_INVITATION (line 98) | REVOKED_INVITATION type FullPath (line 101) | type FullPath struct type InvitationStatus (line 108) | type InvitationStatus constant PENDING (line 111) | PENDING InvitationStatus = 0 constant ACCEPTED (line 112) | ACCEPTED InvitationStatus = 1 constant REJECTED (line 113) | REJECTED InvitationStatus = 2 type Invitation (line 116) | type Invitation struct type InvitationReply (line 125) | type InvitationReply struct type RevokedInvitation (line 130) | type RevokedInvitation struct type UsageAlert (line 137) | type UsageAlert struct type MessageBody (line 143) | type MessageBody struct type Notification (line 148) | type Notification struct type APISessionTokens (line 163) | type APISessionTokens struct type MirrorFile (line 168) | type MirrorFile struct type SharedDirEntry (line 177) | type SharedDirEntry struct type SearchFileEntry (line 186) | type SearchFileEntry struct type KeyBackupType (line 192) | type KeyBackupType method String (line 201) | func (b KeyBackupType) String() string { constant PASSWORD (line 195) | PASSWORD KeyBackupType = 0 constant GOOGLE (line 196) | GOOGLE KeyBackupType = 1 constant TWITTER (line 197) | TWITTER KeyBackupType = 2 constant EMAIL (line 198) | EMAIL KeyBackupType = 3 type SharedFilesRoleAction (line 217) | type SharedFilesRoleAction constant DeleteRoleAction (line 220) | DeleteRoleAction SharedFilesRoleAction = iota constant ReadWriteRoleAction (line 221) | ReadWriteRoleAction FILE: core/space/fuse/controller.go type Controller (line 22) | type Controller struct method ShouldMount (line 54) | func (s *Controller) ShouldMount() bool { method Mount (line 72) | func (s *Controller) Mount() error { method GetMountPath (line 118) | func (s *Controller) GetMountPath() string { method serve (line 127) | func (s *Controller) serve() { method IsMounted (line 148) | func (s *Controller) IsMounted() bool { method Unmount (line 154) | func (s *Controller) Unmount() error { method removeMountedPath (line 171) | func (s *Controller) removeMountedPath() { method Shutdown (line 181) | func (s *Controller) Shutdown() error { function NewController (line 34) | func NewController( FILE: core/space/fuse/fs.go type VFS (line 6) | type VFS interface FILE: core/space/fuse/installer/installer_darwin.go type State (line 13) | type State constant Default (line 16) | Default State = iota constant Downloading (line 17) | Downloading constant Installing (line 18) | Installing constant Error (line 19) | Error type macFuseInstaller (line 22) | type macFuseInstaller struct method IsInstalled (line 32) | func (d *macFuseInstaller) IsInstalled(ctx context.Context) (bool, err... method Install (line 43) | func (d *macFuseInstaller) Install(ctx context.Context, args map[strin... method loadKernel (line 69) | func (d *macFuseInstaller) loadKernel() error { function NewFuseInstaller (line 26) | func NewFuseInstaller() *macFuseInstaller { FILE: core/space/fuse/installer/installer_darwin_test.go function TestMacFuseInstaller (line 11) | func TestMacFuseInstaller(t *testing.T) { FILE: core/space/fuse/installer/installer_linux.go type linuxFuseInstaller (line 8) | type linuxFuseInstaller struct method IsInstalled (line 15) | func (d *linuxFuseInstaller) IsInstalled(ctx context.Context) (bool, e... method Install (line 19) | func (d *linuxFuseInstaller) Install(ctx context.Context, args map[str... function NewFuseInstaller (line 11) | func NewFuseInstaller() *linuxFuseInstaller { FILE: core/space/fuse/installer/installer_windows.go type windowsFuseInstaller (line 8) | type windowsFuseInstaller struct method IsInstalled (line 15) | func (d *windowsFuseInstaller) IsInstalled(ctx context.Context) (bool,... method Install (line 19) | func (d *windowsFuseInstaller) Install(ctx context.Context, args map[s... function NewFuseInstaller (line 11) | func NewFuseInstaller() *windowsFuseInstaller { FILE: core/space/fuse/installer/interface.go type FuseInstaller (line 5) | type FuseInstaller interface FILE: core/space/fuse/mount.go function pathExists (line 19) | func pathExists(path string) bool { function getMountPath (line 24) | func getMountPath(cfg config.Config) (string, error) { function initVFS (line 49) | func initVFS(ctx context.Context, sfs spacefs.FSOps) VFS { FILE: core/space/fuse/mount_windows.go function pathExists (line 13) | func pathExists(path string) bool { function getMountPath (line 17) | func getMountPath(cfg config.Config) (string, error) { function initVFS (line 21) | func initVFS(ctx context.Context, sfs spacefs.FSOps) VFS { type dummyVFS (line 26) | type dummyVFS struct method Mount (line 28) | func (d dummyVFS) Mount(mountPath, fsName string) error { method IsMounted (line 32) | func (d dummyVFS) IsMounted() bool { method Serve (line 36) | func (d dummyVFS) Serve() error { method Unmount (line 40) | func (d dummyVFS) Unmount() error { FILE: core/space/fuse/state.go type State (line 10) | type State constant UNSUPPORTED (line 13) | UNSUPPORTED State = "UNSUPPORTED" constant NOT_INSTALLED (line 14) | NOT_INSTALLED State = "NOT_INSTALLED" constant UNMOUNTED (line 15) | UNMOUNTED State = "UNMOUNTED" constant MOUNTED (line 16) | MOUNTED State = "MOUNTED" constant ERROR (line 17) | ERROR State = "ERROR" method GetFuseState (line 25) | func (s *Controller) GetFuseState(ctx context.Context) (State, error) { FILE: core/space/fuse/state_test.go type testCtx (line 18) | type testCtx struct function initTestCtx (line 25) | func initTestCtx() (context.Context, *testCtx, *Controller) { function TestController_GetFuseState_ShouldDefaultTo_Not_Installed (line 40) | func TestController_GetFuseState_ShouldDefaultTo_Not_Installed(t *testin... function TestController_GetFuseState_ShouldBe_Unmounted_When_Installed (line 52) | func TestController_GetFuseState_ShouldBe_Unmounted_When_Installed(t *te... FILE: core/space/services/fs_utils.go function PathExists (line 10) | func PathExists(path string) bool { function IsPathDir (line 18) | func IsPathDir(path string) bool { function RemoveDuplicates (line 29) | func RemoveDuplicates(elements []string) []string { type CountingReader (line 49) | type CountingReader struct method Read (line 61) | func (r *CountingReader) Read(b []byte) (int, error) { function NewCountingReader (line 54) | func NewCountingReader(reader io.Reader) *CountingReader { FILE: core/space/services/services.go type Space (line 22) | type Space struct method RegisterSyncer (line 43) | func (s *Space) RegisterSyncer(sync Syncer) { method GetConfig (line 47) | func (s *Space) GetConfig(ctx context.Context) domain.AppConfig { method waitForTextileInit (line 83) | func (s *Space) waitForTextileInit(ctx context.Context) error { method waitForTextileHub (line 100) | func (s *Space) waitForTextileHub(ctx context.Context) error { type Syncer (line 36) | type Syncer interface function NewSpace (line 57) | func NewSpace( FILE: core/space/services/services_app_token.go method InitializeMasterAppToken (line 9) | func (s *Space) InitializeMasterAppToken(ctx context.Context) (*permissi... FILE: core/space/services/services_central_server.go method GetAPISessionTokens (line 10) | func (s *Space) GetAPISessionTokens(ctx context.Context) (*domain.APISes... FILE: core/space/services/services_fs.go method CreateBucket (line 27) | func (s *Space) CreateBucket(ctx context.Context, slug string) (textile.... method ListBuckets (line 42) | func (s *Space) ListBuckets(ctx context.Context) ([]textile.Bucket, erro... method ShareBucket (line 56) | func (s *Space) ShareBucket(ctx context.Context, slug string) (*domain.T... method JoinBucket (line 81) | func (s *Space) JoinBucket(ctx context.Context, slug string, threadinfo ... method ToggleBucketBackup (line 95) | func (s *Space) ToggleBucketBackup(ctx context.Context, bucketSlug strin... method BucketBackupRestore (line 114) | func (s *Space) BucketBackupRestore(ctx context.Context, bucketSlug stri... method getBucketForRemoteFile (line 125) | func (s *Space) getBucketForRemoteFile(ctx context.Context, bucketName, ... method getBucketWithFallback (line 144) | func (s *Space) getBucketWithFallback(ctx context.Context, bucketName st... method listDirAtPath (line 165) | func (s *Space) listDirAtPath( method ListDir (line 263) | func (s *Space) ListDir(ctx context.Context, path string, bucketName str... method ListDirs (line 283) | func (s *Space) ListDirs(ctx context.Context, path string, bucketName st... method OpenFile (line 299) | func (s *Space) OpenFile(ctx context.Context, path, bucketName, dbID str... method TruncateData (line 345) | func (s *Space) TruncateData(ctx context.Context) error { method openFileOnFs (line 359) | func (s *Space) openFileOnFs(ctx context.Context, path string, b textile... method createTempFileForPath (line 397) | func (s *Space) createTempFileForPath(ctx context.Context, path string) ... method CreateFolder (line 404) | func (s *Space) CreateFolder(ctx context.Context, path string, bucketNam... method createFolder (line 422) | func (s *Space) createFolder(ctx context.Context, path string, b textile... method AddItems (line 434) | func (s *Space) AddItems(ctx context.Context, sourcePaths []string, targ... method AddItemWithReader (line 468) | func (s *Space) AddItemWithReader( function getTotals (line 496) | func getTotals(sourcePaths []string) (domain.AddItemsResponse, error) { method addItems (line 587) | func (s *Space) addItems(ctx context.Context, sourcePaths []string, targ... method handleAddItemFolder (line 614) | func (s *Space) handleAddItemFolder(ctx context.Context, sourcePath stri... method addFolderRec (line 641) | func (s *Space) addFolderRec(sourcePath string, targetPath string, ctx c... method addFile (line 664) | func (s *Space) addFile(ctx context.Context, sourcePath string, targetPa... method RemoveDirOrFile (line 704) | func (s *Space) RemoveDirOrFile(ctx context.Context, path, bucketName st... FILE: core/space/services/services_identity.go type createIdentityRequest (line 16) | type createIdentityRequest struct function parseIdentity (line 21) | func parseIdentity(resp *http.Response) (*domain.Identity, error) { method CreateIdentity (line 52) | func (s *Space) CreateIdentity(ctx context.Context, username string) (*d... method GetIdentityByUsername (line 88) | func (s *Space) GetIdentityByUsername(ctx context.Context, username stri... FILE: core/space/services/services_keypair.go method GenerateKeyPair (line 12) | func (s *Space) GenerateKeyPair(ctx context.Context, useForce bool) (str... method RestoreKeyPairFromMnemonic (line 27) | func (s *Space) RestoreKeyPairFromMnemonic(ctx context.Context, mnemonic... method GetPublicKey (line 41) | func (s *Space) GetPublicKey(ctx context.Context) (string, error) { method GetHubAuthToken (line 57) | func (s *Space) GetHubAuthToken(ctx context.Context) (string, error) { method GetMnemonic (line 66) | func (s *Space) GetMnemonic(ctx context.Context) (string, error) { method DeleteKeypair (line 79) | func (s *Space) DeleteKeypair(ctx context.Context) error { FILE: core/space/services/services_notifs.go constant notificationsLastSeenAtStoreKey (line 10) | notificationsLastSeenAtStoreKey = "notificationsLastSeenAt" method GetNotifications (line 12) | func (s *Space) GetNotifications(ctx context.Context, seek string, limit... method SetNotificationsLastSeenAt (line 25) | func (s *Space) SetNotificationsLastSeenAt(timestamp int64) error { method GetNotificationsLastSeenAt (line 34) | func (s *Space) GetNotificationsLastSeenAt() (int64, error) { FILE: core/space/services/services_search.go method SearchFiles (line 14) | func (s *Space) SearchFiles(ctx context.Context, query string) ([]domain... FILE: core/space/services/services_sharing.go method GenerateFileSharingLink (line 30) | func (s *Space) GenerateFileSharingLink( method encryptBucketFile (line 74) | func (s *Space) encryptBucketFile( method uploadSharedFileToIpfs (line 118) | func (s *Space) uploadSharedFileToIpfs( method GenerateFilesSharingLink (line 158) | func (s *Space) GenerateFilesSharingLink( method OpenSharedFile (line 255) | func (s *Space) OpenSharedFile(ctx context.Context, hash, password, file... method ShareFilesViaPublicKey (line 308) | func (s *Space) ShareFilesViaPublicKey(ctx context.Context, paths []doma... method resolveFullPaths (line 377) | func (s *Space) resolveFullPaths(ctx context.Context, paths []domain.Ful... method UnshareFilesViaPublicKey (line 434) | func (s *Space) UnshareFilesViaPublicKey(ctx context.Context, paths []do... method sendPathsRevokedInvitation (line 453) | func (s *Space) sendPathsRevokedInvitation( method HandleSharedFilesInvitation (line 509) | func (s *Space) HandleSharedFilesInvitation(ctx context.Context, invitat... method AddRecentlySharedPublicKeys (line 571) | func (s *Space) AddRecentlySharedPublicKeys(ctx context.Context, pubkeys... method RecentlySharedPublicKeys (line 597) | func (s *Space) RecentlySharedPublicKeys(ctx context.Context) ([]crypto.... method GetSharedWithMeFiles (line 627) | func (s *Space) GetSharedWithMeFiles(ctx context.Context, seek string, l... method GetSharedByMeFiles (line 639) | func (s *Space) GetSharedByMeFiles(ctx context.Context, seek string, lim... FILE: core/space/services/services_vault.go constant separator (line 15) | separator = "___" method CreateLocalKeysBackup (line 18) | func (s *Space) CreateLocalKeysBackup(ctx context.Context, path string) ... method RecoverKeysByLocalBackup (line 42) | func (s *Space) RecoverKeysByLocalBackup(ctx context.Context, path strin... method RecoverKeysByPassphrase (line 71) | func (s *Space) RecoverKeysByPassphrase(ctx context.Context, uuid string... method BackupKeysByPassphrase (line 105) | func (s *Space) BackupKeysByPassphrase(ctx context.Context, uuid string,... method TestPassphrase (line 142) | func (s *Space) TestPassphrase(ctx context.Context, uuid string, pass st... FILE: core/space/services/sharing_utils.go function generateFilesSharingZip (line 13) | func generateFilesSharingZip() string { function extractInvitation (line 18) | func extractInvitation(notification *domain.Notification) (domain.Invita... function decodePublicKey (line 28) | func decodePublicKey(err error, pkString string) (crypto.PubKey, error) { FILE: core/space/space.go type Service (line 23) | type Service interface type serviceOptions (line 71) | type serviceOptions struct type ServiceOption (line 78) | type ServiceOption function NewService (line 80) | func NewService( function WithEnv (line 106) | func WithEnv(env env.SpaceEnv) ServiceOption { FILE: core/space/space_test.go type TearDown (line 55) | type TearDown type GetTestDir (line 57) | type GetTestDir function closeAndDelete (line 59) | func closeAndDelete(f *os.File) { type testDir (line 64) | type testDir struct function initTestService (line 69) | func initTestService(t *testing.T) (*services.Space, GetTestDir, TearDow... function TestNewService (line 131) | func TestNewService(t *testing.T) { function TestService_CreateBucket (line 138) | func TestService_CreateBucket(t *testing.T) { function TestService_ListDirs (line 175) | func TestService_ListDirs(t *testing.T) { function TestService_OpenFile (line 322) | func TestService_OpenFile(t *testing.T) { function TestService_AddItems_FilesOnly (line 394) | func TestService_AddItems_FilesOnly(t *testing.T) { function TestService_AddItems_Folder (line 448) | func TestService_AddItems_Folder(t *testing.T) { function TestService_AddItems_OnError (line 513) | func TestService_AddItems_OnError(t *testing.T) { function TestService_CreateIdentity (line 560) | func TestService_CreateIdentity(t *testing.T) { function TestService_CreateIdentity_OnError (line 598) | func TestService_CreateIdentity_OnError(t *testing.T) { function TestService_GetIdentityByUsername (line 636) | func TestService_GetIdentityByUsername(t *testing.T) { function TestService_GetIdentityByUsername_OnError (line 671) | func TestService_GetIdentityByUsername_OnError(t *testing.T) { function TestService_GetPublicKey (line 705) | func TestService_GetPublicKey(t *testing.T) { function TestService_BackupAndRestore (line 720) | func TestService_BackupAndRestore(t *testing.T) { function TestService_VaultBackup (line 750) | func TestService_VaultBackup(t *testing.T) { function TestService_VaultRestore (line 781) | func TestService_VaultRestore(t *testing.T) { function TestService_UnshareFilesViaPublicKey_Works (line 808) | func TestService_UnshareFilesViaPublicKey_Works(t *testing.T) { function TestService_UnshareFilesViaPublicKey_Fails_IFTextileIsNotInitialized (line 828) | func TestService_UnshareFilesViaPublicKey_Fails_IFTextileIsNotInitialize... function TestService_HandleSharedFilesInvitation_FailIfInvitationNotFound (line 843) | func TestService_HandleSharedFilesInvitation_FailIfInvitationNotFound(t ... function TestService_HandleSharedFilesInvitation_Accepts_Correctly (line 856) | func TestService_HandleSharedFilesInvitation_Accepts_Correctly(t *testin... function TestService_HandleSharedFilesInvitation_Rejects_Correctly (line 896) | func TestService_HandleSharedFilesInvitation_Rejects_Correctly(t *testin... function TestService_OpenSharedFile_ShouldFail_When_PasswordCannotBeFetched (line 936) | func TestService_OpenSharedFile_ShouldFail_When_PasswordCannotBeFetched(... function TestService_OpenSharedFile_Should_AddOpenedFileToSharedWithMeList (line 957) | func TestService_OpenSharedFile_Should_AddOpenedFileToSharedWithMeList(t... function encryptString (line 986) | func encryptString(content, password string) io.ReadCloser { FILE: core/spacefs/fs.go type SpaceFS (line 13) | type SpaceFS struct method Root (line 28) | func (fs *SpaceFS) Root(ctx context.Context) (DirEntryOps, error) { method LookupPath (line 42) | func (fs *SpaceFS) LookupPath(ctx context.Context, path string) (DirEn... method CreateEntry (line 61) | func (fs *SpaceFS) CreateEntry(ctx context.Context, req CreateDirEntry... method RenameEntry (line 81) | func (fs *SpaceFS) RenameEntry(ctx context.Context, req RenameDirEntry... method DeleteEntry (line 86) | func (fs *SpaceFS) DeleteEntry(ctx context.Context, path string) error { method Open (line 91) | func (fs *SpaceFS) Open(ctx context.Context, path string, mode FileHan... function New (line 20) | func New(store fsds.FSDataSource) *SpaceFS { type SpaceDirectory (line 97) | type SpaceDirectory struct method Path (line 106) | func (dir *SpaceDirectory) Path() string { method Attribute (line 111) | func (dir *SpaceDirectory) Attribute(ctx context.Context) (DirEntryAtt... method ReadDir (line 116) | func (dir *SpaceDirectory) ReadDir(ctx context.Context) ([]DirEntryOps... type SpaceFile (line 141) | type SpaceFile struct method Path (line 149) | func (f *SpaceFile) Path() string { method Attribute (line 154) | func (f *SpaceFile) Attribute(ctx context.Context) (DirEntryAttribute,... method Open (line 170) | func (f *SpaceFile) Open(ctx context.Context, mode FileHandlerMode) (F... method Truncate (line 175) | func (f *SpaceFile) Truncate(ctx context.Context, size uint64) error { FILE: core/spacefs/fs_test.go function TestSpaceFS_LookupPath (line 10) | func TestSpaceFS_LookupPath(t *testing.T) { FILE: core/spacefs/interfaces.go type FileHandlerMode (line 9) | type FileHandlerMode constant ReadMode (line 12) | ReadMode = FileHandlerMode(0) constant WriteMode (line 13) | WriteMode type DirEntryAttribute (line 17) | type DirEntryAttribute interface type DirEntryOps (line 31) | type DirEntryOps interface type DirOps (line 40) | type DirOps interface type FileHandler (line 47) | type FileHandler interface type FileOps (line 54) | type FileOps interface type CreateDirEntry (line 60) | type CreateDirEntry struct type RenameDirEntry (line 65) | type RenameDirEntry struct type FSOps (line 71) | type FSOps interface FILE: core/store/store.go constant DefaultRootDir (line 19) | DefaultRootDir = "~/.fleek-space" constant BadgerFileName (line 20) | BadgerFileName = "db" type store (line 22) | type store struct method Open (line 70) | func (store *store) Open() error { method IsOpen (line 101) | func (store store) IsOpen() bool { method Close (line 105) | func (store *store) Close() error { method hotInit (line 121) | func (store *store) hotInit() { method getDb (line 144) | func (store *store) getDb() (*badger.DB, error) { method Set (line 153) | func (store *store) Set(key []byte, value []byte) error { method Remove (line 174) | func (store *store) Remove(key []byte) error { method SetString (line 193) | func (store *store) SetString(key string, value string) error { method Get (line 198) | func (store *store) Get(key []byte) ([]byte, error) { method KeysWithPrefix (line 235) | func (store store) KeysWithPrefix(prefix string) ([]string, error) { method Shutdown (line 259) | func (store store) Shutdown() error { method DropAll (line 263) | func (store store) DropAll() error { type Store (line 30) | type Store interface type storeOptions (line 42) | type storeOptions struct type Option (line 52) | type Option function New (line 54) | func New(opts ...Option) *store { function WithPath (line 136) | func WithPath(path string) Option { FILE: core/sync/fs.go method OnCreate (line 14) | func (h *watcherHandler) OnCreate(ctx context.Context, path string, file... method OnRemove (line 96) | func (h *watcherHandler) OnRemove(ctx context.Context, path string, file... method OnWrite (line 131) | func (h *watcherHandler) OnWrite(ctx context.Context, path string, fileI... method OnRename (line 178) | func (h *watcherHandler) OnRename(ctx context.Context, path string, file... method OnMove (line 189) | func (h *watcherHandler) OnMove(ctx context.Context, path string, fileIn... FILE: core/sync/notifier_default.go type defaultNotifier (line 7) | type defaultNotifier struct method SendFileEvent (line 9) | func (d defaultNotifier) SendFileEvent(event events.FileEvent) { method SendTextileEvent (line 13) | func (d defaultNotifier) SendTextileEvent(event events.TextileEvent) { FILE: core/sync/sync.go constant OpenFilesKeyPrefix (line 25) | OpenFilesKeyPrefix = "openFiles#" constant ReverseOpenFilesKeyPrefix (line 26) | ReverseOpenFilesKeyPrefix = "reverseOpenFiles#" type GrpcNotifier (line 29) | type GrpcNotifier interface type BucketSynchronizer (line 34) | type BucketSynchronizer interface type TextileNotifier (line 43) | type TextileNotifier interface type watcherHandler (line 48) | type watcherHandler struct type textileHandler (line 54) | type textileHandler struct type bucketSynchronizer (line 59) | type bucketSynchronizer struct method Start (line 89) | func (bs *bucketSynchronizer) Start(ctx context.Context) error { method WaitForReady (line 139) | func (bs *bucketSynchronizer) WaitForReady() chan bool { method Shutdown (line 143) | func (bs *bucketSynchronizer) Shutdown() error { method RegisterNotifier (line 153) | func (bs *bucketSynchronizer) RegisterNotifier(notifier GrpcNotifier) { method AddFileWatch (line 159) | func (bs *bucketSynchronizer) AddFileWatch(addFileInfo domain.AddWatch... method GetOpenFilePath (line 184) | func (bs *bucketSynchronizer) GetOpenFilePath(bucketSlug, bucketPath, ... method getOpenFileBucketSlugAndPath (line 208) | func (bs *bucketSynchronizer) getOpenFileBucketSlugAndPath(localPath s... method addFileInfoToStore (line 223) | func (bs *bucketSynchronizer) addFileInfoToStore(addFileInfo domain.Ad... method removeFileInfo (line 239) | func (bs *bucketSynchronizer) removeFileInfo(addFileInfo domain.AddWat... method getOpenFileInfo (line 251) | func (bs *bucketSynchronizer) getOpenFileInfo(key string) (domain.AddW... function New (line 70) | func New( function getOpenFileKey (line 200) | func getOpenFileKey(localPath string) string { function getOpenFileReverseKey (line 204) | func getOpenFileReverseKey(bucketSlug, bucketPath, dbID, cid string) str... FILE: core/sync/textile.go method OnCreate (line 13) | func (h *textileHandler) OnCreate(bucketData *bucket.BucketData, listenE... method OnRemove (line 23) | func (h *textileHandler) OnRemove(bucketData *bucket.BucketData, listenE... method OnSave (line 33) | func (h *textileHandler) OnSave(bucketData *bucket.BucketData, listenEve... FILE: core/sync/textile_test.go function TestTextileHandler_OnCreate (line 13) | func TestTextileHandler_OnCreate(t *testing.T) { function TestTextileHandler_OnRemove (line 38) | func TestTextileHandler_OnRemove(t *testing.T) { function TestTextileHandler_OnSave (line 63) | func TestTextileHandler_OnSave(t *testing.T) { FILE: core/textile/account.go method DeleteAccount (line 9) | func (tc *textileClient) DeleteAccount(ctx context.Context) error { FILE: core/textile/buckd.go type TextileBuckd (line 21) | type TextileBuckd struct method Start (line 35) | func (tb *TextileBuckd) Start(ctx context.Context) error { method WaitForReady (line 94) | func (tb *TextileBuckd) WaitForReady() chan bool { method Stop (line 98) | func (tb *TextileBuckd) Stop() error { method Shutdown (line 107) | func (tb *TextileBuckd) Shutdown() error { function NewBuckd (line 28) | func NewBuckd(cfg config.Config) *TextileBuckd { FILE: core/textile/bucket/bucket.go type BucketData (line 15) | type BucketData struct type DirEntries (line 25) | type DirEntries type BucketsClient (line 27) | type BucketsClient interface type BucketInterface (line 38) | type BucketInterface interface type Notifier (line 88) | type Notifier interface type Bucket (line 95) | type Bucket struct method Slug (line 103) | func (b *Bucket) Slug() string { method Key (line 122) | func (b *Bucket) Key() string { method GetData (line 126) | func (b *Bucket) GetData() BucketData { method GetContext (line 137) | func (b *Bucket) GetContext(ctx context.Context) (context.Context, *th... method GetClient (line 141) | func (b *Bucket) GetClient() BucketsClient { method GetThreadID (line 145) | func (b *Bucket) GetThreadID(ctx context.Context) (*thread.ID, error) { method AttachNotifier (line 154) | func (b *Bucket) AttachNotifier(n Notifier) { type GetBucketContextFn (line 107) | type GetBucketContextFn function New (line 109) | func New( FILE: core/textile/bucket/bucket_dir.go method DirExists (line 17) | func (b *Bucket) DirExists(ctx context.Context, path string) (bool, erro... method CreateDirectory (line 42) | func (b *Bucket) CreateDirectory(ctx context.Context, path string) (resu... method ListDirectory (line 56) | func (b *Bucket) ListDirectory(ctx context.Context, path string) (*DirEn... method DeleteDirOrFile (line 73) | func (b *Bucket) DeleteDirOrFile(ctx context.Context, path string) (path... method ItemsCount (line 86) | func (b *Bucket) ItemsCount(ctx context.Context, path string, withRecurs... method Each (line 120) | func (b *Bucket) Each(ctx context.Context, path string, iterator EachFun... FILE: core/textile/bucket/bucket_file.go method FileExists (line 15) | func (b *Bucket) FileExists(ctx context.Context, pth string) (bool, erro... method UpdatedAt (line 46) | func (b *Bucket) UpdatedAt(ctx context.Context, pth string) (int64, erro... method UploadFile (line 63) | func (b *Bucket) UploadFile( method DownloadFile (line 91) | func (b *Bucket) DownloadFile(ctx context.Context, path string, reader i... method GetFile (line 111) | func (b *Bucket) GetFile(ctx context.Context, path string, w io.Writer) ... FILE: core/textile/bucket/crypto/crypto.go function parseKeys (line 12) | func parseKeys(key []byte) (aesKey, iv, hmacKey []byte, err error) { function EncryptPathItems (line 26) | func EncryptPathItems(key []byte, path string, plainReader io.Reader) (s... function DecryptPathItems (line 86) | func DecryptPathItems(key []byte, path string, encryptedReader io.Reader... function readBufferString (line 144) | func readBufferString(buf io.Reader) (string, error) { function readAsBase64Strings (line 154) | func readAsBase64Strings(buf io.Reader) (string, error) { function bytesFromBase64Strings (line 164) | func bytesFromBase64Strings(data string) ([]byte, error) { FILE: core/textile/bucket/crypto/crypto_test.go function Test_EncryptPathItems_Fails_For_InvalidKeys (line 14) | func Test_EncryptPathItems_Fails_For_InvalidKeys(t *testing.T) { function Test_DecryptPathItems_Fails_For_InvalidKeys (line 24) | func Test_DecryptPathItems_Fails_For_InvalidKeys(t *testing.T) { function Test_EncryptPathItems_Works_With_DecryptPathItems (line 34) | func Test_EncryptPathItems_Works_With_DecryptPathItems(t *testing.T) { function Test_EncryptPathItems_And_DecryptPathItems_Work_With_TopLevel_Files (line 54) | func Test_EncryptPathItems_And_DecryptPathItems_Work_With_TopLevel_Files... FILE: core/textile/bucket/crypto/decrypter.go constant _16KB (line 15) | _16KB = 16 * 1024 function NewDecryptReader (line 21) | func NewDecryptReader(r io.Reader, aesKey, iv, hmacKey []byte) (io.ReadC... function newDecryptReader (line 25) | func newDecryptReader(r io.Reader, aesKey []byte, iv []byte, hmacKey []b... type decryptReader (line 85) | type decryptReader struct method Read (line 91) | func (d *decryptReader) Read(dst []byte) (int, error) { method Close (line 96) | func (d *decryptReader) Close() error { FILE: core/textile/bucket/crypto/encrypter.go constant aesKeySize (line 15) | aesKeySize = 32 constant ivKeySize (line 16) | ivKeySize = 16 constant hmacKeySize (line 17) | hmacKeySize = 32 constant hmacSize (line 18) | hmacSize = 64 type hashReadWriter (line 25) | type hashReadWriter struct method Write (line 32) | func (h *hashReadWriter) Write(p []byte) (int, error) { method Read (line 40) | func (h *hashReadWriter) Read(p []byte) (int, error) { function NewEncryptReader (line 49) | func NewEncryptReader(r io.Reader, aesKey, iv, hmacKey []byte) (io.Reade... function newEncryptReader (line 65) | func newEncryptReader(r io.Reader, aesKey, iv, hmacKey []byte) (io.Reade... FILE: core/textile/bucket_factory.go function NotFound (line 26) | func NotFound(slug string) error { type GetBucketForRemoteFileInput (line 30) | type GetBucketForRemoteFileInput struct method GetBucket (line 38) | func (tc *textileClient) GetBucket(ctx context.Context, slug string, rem... method getBucket (line 48) | func (tc *textileClient) getBucket(ctx context.Context, slug string, rem... method getBucketForMirror (line 79) | func (tc *textileClient) getBucketForMirror(ctx context.Context, slug st... method GetDefaultBucket (line 94) | func (tc *textileClient) GetDefaultBucket(ctx context.Context) (Bucket, ... method getBucketContext (line 98) | func (tc *textileClient) getBucketContext(ctx context.Context, sDbID str... method getOrCreateBucketContext (line 116) | func (tc *textileClient) getOrCreateBucketContext(ctx context.Context, b... method ListBuckets (line 163) | func (tc *textileClient) ListBuckets(ctx context.Context) ([]Bucket, err... method listBuckets (line 171) | func (tc *textileClient) listBuckets(ctx context.Context) ([]Bucket, err... method getBucketRootFromReceivedFile (line 193) | func (tc *textileClient) getBucketRootFromReceivedFile(ctx context.Conte... method getBucketRootForMirror (line 223) | func (tc *textileClient) getBucketRootForMirror(ctx context.Context, slu... method getBucketRootFromSlug (line 253) | func (tc *textileClient) getBucketRootFromSlug(ctx context.Context, slug... method CreateBucket (line 274) | func (tc *textileClient) CreateBucket(ctx context.Context, bucketSlug st... method createBucket (line 282) | func (tc *textileClient) createBucket(ctx context.Context, bucketSlug st... method ShareBucket (line 323) | func (tc *textileClient) ShareBucket(ctx context.Context, bucketSlug str... method joinBucketViaAddress (line 347) | func (tc *textileClient) joinBucketViaAddress(ctx context.Context, addre... method JoinBucket (line 398) | func (tc *textileClient) JoinBucket(ctx context.Context, slug string, ti... method ToggleBucketBackup (line 431) | func (tc *textileClient) ToggleBucketBackup(ctx context.Context, bucketS... method BucketBackupRestore (line 446) | func (tc *textileClient) BucketBackupRestore(ctx context.Context, bucket... method IsBucketBackup (line 452) | func (tc *textileClient) IsBucketBackup(ctx context.Context, bucketSlug ... function GetDefaultBucketSlug (line 461) | func GetDefaultBucketSlug() string { function GetDefaultMirrorBucketSlug (line 465) | func GetDefaultMirrorBucketSlug() string { method restoreBuckets (line 471) | func (tc *textileClient) restoreBuckets(ctx context.Context) error { function getBucketThreadManagedKey (line 555) | func getBucketThreadManagedKey(bucketSlug string) string { FILE: core/textile/client.go constant healthcheckFailuresBeforeUnhealthy (line 42) | healthcheckFailuresBeforeUnhealthy = 3 type textileClient (line 46) | type textileClient struct method WaitForReady (line 122) | func (tc *textileClient) WaitForReady() chan bool { method WaitForInitialized (line 126) | func (tc *textileClient) WaitForInitialized() chan bool { method WaitForHealthy (line 131) | func (tc *textileClient) WaitForHealthy() chan error { method IsInitialized (line 135) | func (tc *textileClient) IsInitialized() bool { method IsHealthy (line 140) | func (tc *textileClient) IsHealthy() bool { method requiresRunning (line 144) | func (tc *textileClient) requiresRunning() error { method getHubCtx (line 151) | func (tc *textileClient) getHubCtx(ctx context.Context) (context.Conte... method initializeSync (line 160) | func (tc *textileClient) initializeSync(ctx context.Context) { method start (line 195) | func (tc *textileClient) start(ctx context.Context, cfg config.Config)... method checkHubConnection (line 293) | func (tc *textileClient) checkHubConnection(ctx context.Context) error { method initialize (line 389) | func (tc *textileClient) initialize(ctx context.Context) error { method Start (line 449) | func (tc *textileClient) Start(ctx context.Context, cfg config.Config)... method DisableSync (line 456) | func (tc *textileClient) DisableSync() { method Shutdown (line 461) | func (tc *textileClient) Shutdown() error { method GetThreadsConnection (line 494) | func (tc *textileClient) GetThreadsConnection() (*threadsClient.Client... method IsRunning (line 502) | func (tc *textileClient) IsRunning() bool { method GetFailedHealthchecks (line 506) | func (tc *textileClient) GetFailedHealthchecks() int { method healthcheck (line 511) | func (tc *textileClient) healthcheck(ctx context.Context) { method RemoveKeys (line 563) | func (tc *textileClient) RemoveKeys(ctx context.Context) error { method GetModel (line 589) | func (tc *textileClient) GetModel() model.Model { method getSecureBucketsClient (line 604) | func (tc *textileClient) getSecureBucketsClient(baseClient *bucketsCli... method requiresHubConnection (line 609) | func (tc *textileClient) requiresHubConnection() error { method AttachSynchronizerNotifier (line 620) | func (tc *textileClient) AttachSynchronizerNotifier(notif synchronizer... method RestoreDB (line 625) | func (tc *textileClient) RestoreDB(ctx context.Context) error { function NewClient (line 81) | func NewClient( function getHubTargetOpts (line 332) | func getHubTargetOpts(host string) []grpc.DialOption { function CreateUserClient (line 348) | func CreateUserClient(host string) UsersClient { function getHubThreadsClient (line 358) | func getHubThreadsClient(host string) *threadsClient.Client { function getHubNetworkClient (line 368) | func getHubNetworkClient(host string) *nc.Client { function getHubBucketClient (line 379) | func getHubBucketClient(host string) *bucketsClient.Client { FILE: core/textile/common/common.go function NewBucketEncryptionKeyContext (line 7) | func NewBucketEncryptionKeyContext(ctx context.Context, key []byte) cont... function BucketEncryptionKeyFromContext (line 15) | func BucketEncryptionKeyFromContext(ctx context.Context) ([]byte, bool) { FILE: core/textile/event_handler.go type EventHandler (line 13) | type EventHandler interface type defaultListenerHandler (line 20) | type defaultListenerHandler struct method OnCreate (line 22) | func (h *defaultListenerHandler) OnCreate(bucketData *bucket.BucketDat... method OnRemove (line 26) | func (h *defaultListenerHandler) OnRemove(bucketData *bucket.BucketDat... method OnSave (line 30) | func (h *defaultListenerHandler) OnSave(bucketData *bucket.BucketData,... type restorerListenerHandler (line 34) | type restorerListenerHandler struct method OnCreate (line 48) | func (h *restorerListenerHandler) OnCreate(bucketData *bucket.BucketDa... method OnRemove (line 53) | func (h *restorerListenerHandler) OnRemove(bucketData *bucket.BucketDa... method OnSave (line 58) | func (h *restorerListenerHandler) OnSave(bucketData *bucket.BucketData... function newRestorerListenerHandler (line 40) | func newRestorerListenerHandler(synchronizer sync.Synchronizer, st store... FILE: core/textile/hub/hub_auth.go type sentMessageData (line 23) | type sentMessageData struct type outMessage (line 28) | type outMessage struct type inMessageChallengeValue (line 33) | type inMessageChallengeValue struct type inMessageChallenge (line 38) | type inMessageChallenge struct type inMessageTokenValue (line 43) | type inMessageTokenValue struct type inMessageToken (line 51) | type inMessageToken struct type AuthTokens (line 56) | type AuthTokens struct type HubAuth (line 64) | type HubAuth interface type hub (line 70) | type hub struct method retrieveTokens (line 116) | func (h *hub) retrieveTokens() (*inMessageTokenValue, error) { method storeTokens (line 137) | func (h *hub) storeTokens(tokens *inMessageTokenValue) error { method ClearCache (line 151) | func (h *hub) ClearCache() error { method getTokensThroughChallenge (line 155) | func (h *hub) getTokensThroughChallenge(ctx context.Context) (*inMessa... method GetTokensWithCache (line 234) | func (h *hub) GetTokensWithCache(ctx context.Context) (*AuthTokens, er... method GetHubContext (line 265) | func (h *hub) GetHubContext(ctx context.Context) (context.Context, err... function New (line 77) | func New(st store.Store, kc keychain.Keychain, cfg config.Config) *hub { constant tokensStoreKey (line 86) | tokensStoreKey = "hubTokens" function isTokenExpired (line 88) | func isTokenExpired(t string) bool { FILE: core/textile/hub/hub_auth_test.go function TestHubAuth_isTokenExpiredTrue (line 14) | func TestHubAuth_isTokenExpiredTrue(t *testing.T) { function TestHubAuth_isTokenExpiredFalse (line 26) | func TestHubAuth_isTokenExpiredFalse(t *testing.T) { FILE: core/textile/listener.go method Listen (line 12) | func (tc *textileClient) Listen(ctx context.Context, dbID, threadName st... method addListener (line 26) | func (tc *textileClient) addListener(ctx context.Context, bucketSlug str... method DeleteListeners (line 46) | func (tc *textileClient) DeleteListeners(ctx context.Context) { method initializeListeners (line 52) | func (tc *textileClient) initializeListeners(ctx context.Context) error { method closeListeners (line 71) | func (tc *textileClient) closeListeners() { type listener (line 79) | type listener struct method Listen (line 97) | func (l *listener) Listen(ctx context.Context) error { method Close (line 149) | func (l *listener) Close() { function NewListener (line 87) | func NewListener(client Client, bucketSlug string, handlers []EventHandl... FILE: core/textile/mailbox.go type GrpcMailboxNotifier (line 22) | type GrpcMailboxNotifier interface constant mailboxSetupFlagStoreKey (line 26) | mailboxSetupFlagStoreKey = "mailboxSetupFlag" type UsersClient (line 28) | type UsersClient interface type Mailbox (line 34) | type Mailbox interface method parseMessage (line 41) | func (tc *textileClient) parseMessage(ctx context.Context, msgs []client... method SendMessage (line 148) | func (tc *textileClient) SendMessage(ctx context.Context, recipient cryp... method GetMailAsNotifications (line 166) | func (tc *textileClient) GetMailAsNotifications(ctx context.Context, see... type handleMessage (line 191) | type handleMessage method listenForMessages (line 193) | func (tc *textileClient) listenForMessages(ctx context.Context) error { method AttachMailboxNotifier (line 253) | func (tc *textileClient) AttachMailboxNotifier(notif GrpcMailboxNotifier) { method createMailBox (line 257) | func (tc *textileClient) createMailBox(ctx context.Context, maillib *mai... method getMailboxPath (line 279) | func (tc *textileClient) getMailboxPath() string { method setupOrCreateMailBox (line 289) | func (tc *textileClient) setupOrCreateMailBox(ctx context.Context) (*mai... method clearLocalMailbox (line 314) | func (tc *textileClient) clearLocalMailbox() error { FILE: core/textile/mailbox_test.go type TearDown (line 24) | type TearDown function initTestMailbox (line 26) | func initTestMailbox(t *testing.T) (tc.Client, TearDown) { function TestSendMessage (line 53) | func TestSendMessage(t *testing.T) { function TestSendMessageFailureOnHub (line 107) | func TestSendMessageFailureOnHub(t *testing.T) { FILE: core/textile/mirror.go constant mirrorThreadKeyName (line 10) | mirrorThreadKeyName = "mirrorV1" method IsMirrorFile (line 12) | func (tc *textileClient) IsMirrorFile(ctx context.Context, path, bucketS... method isMirrorBackupFile (line 24) | func (tc *textileClient) isMirrorBackupFile(ctx context.Context, path, b... FILE: core/textile/model/buckets.go type BucketSchema (line 16) | type BucketSchema struct constant bucketModelName (line 25) | bucketModelName = "BucketMetadata" constant BucketEncryptionKeyLength (line 28) | BucketEncryptionKeyLength = 32 + 16 + 32 method CreateBucket (line 32) | func (m *model) CreateBucket(ctx context.Context, bucketSlug, dbID strin... method UpsertBucket (line 88) | func (m *model) UpsertBucket(ctx context.Context, bucketSlug, dbID strin... method BucketBackupToggle (line 104) | func (m *model) BucketBackupToggle(ctx context.Context, bucketSlug strin... method FindBucket (line 127) | func (m *model) FindBucket(ctx context.Context, bucketSlug string) (*Buc... method ListBuckets (line 150) | func (m *model) ListBuckets(ctx context.Context) ([]*BucketSchema, error) { method initBucketModel (line 164) | func (m *model) initBucketModel(ctx context.Context) (context.Context, *... function GetBucketCollectionConfig (line 175) | func GetBucketCollectionConfig() db.CollectionConfig { FILE: core/textile/model/mirror_file.go type MirrorFileSchema (line 18) | type MirrorFileSchema struct type MirrorBucketSchema (line 29) | type MirrorBucketSchema struct constant mirrorFileModelName (line 36) | mirrorFileModelName = "MirrorFile" method CreateMirrorBucket (line 41) | func (m *model) CreateMirrorBucket(ctx context.Context, bucketSlug strin... method FindMirrorFileByPaths (line 67) | func (m *model) FindMirrorFileByPaths(ctx context.Context, paths []strin... method FindMirrorFileByPathAndBucketSlug (line 105) | func (m *model) FindMirrorFileByPathAndBucketSlug(ctx context.Context, p... method CreateMirrorFile (line 130) | func (m *model) CreateMirrorFile(ctx context.Context, mirrorFile *domain... method UpdateMirrorFile (line 174) | func (m *model) UpdateMirrorFile(ctx context.Context, mirrorFile *Mirror... method initMirrorFileModel (line 200) | func (m *model) initMirrorFileModel(ctx context.Context) (context.Contex... function GetMirrorFileCollectionConfig (line 217) | func GetMirrorFileCollectionConfig() db.CollectionConfig { FILE: core/textile/model/model.go constant metaThreadName (line 20) | metaThreadName = "metathreadV1" type model (line 22) | type model struct method findOrCreateMetaThreadID (line 115) | func (m *model) findOrCreateMetaThreadID(ctx context.Context) (*thread... method getMetaThreadContext (line 132) | func (m *model) getMetaThreadContext(ctx context.Context) (context.Con... type Model (line 35) | type Model interface function New (line 89) | func New( function GetAllCollectionConfigs (line 148) | func GetAllCollectionConfigs() []db.CollectionConfig { FILE: core/textile/model/received_file.go type ReceivedFileViaPublicLinkSchema (line 17) | type ReceivedFileViaPublicLinkSchema struct type ReceivedFileViaInvitationSchema (line 24) | type ReceivedFileViaInvitationSchema struct type ReceivedFileSchema (line 36) | type ReceivedFileSchema struct method IsPublicLinkReceived (line 44) | func (r ReceivedFileSchema) IsPublicLinkReceived() bool { constant receivedFileModelName (line 48) | receivedFileModelName = "ReceivedFile" method CreateReceivedFileViaInvitation (line 53) | func (m *model) CreateReceivedFileViaInvitation( method CreateReceivedFileViaPublicLink (line 85) | func (m *model) CreateReceivedFileViaPublicLink( method createReceivedFile (line 120) | func (m *model) createReceivedFile(ctx context.Context, instance *Receiv... method FindReceivedFilesByIds (line 143) | func (m *model) FindReceivedFilesByIds(ctx context.Context, ids []string... method FindReceivedFile (line 169) | func (m *model) FindReceivedFile(ctx context.Context, remoteDbID, bucket... method FindPublicLinkReceivedFile (line 192) | func (m *model) FindPublicLinkReceivedFile(ctx context.Context, ipfsHash... method ListReceivedFiles (line 224) | func (m *model) ListReceivedFiles(ctx context.Context, accepted bool, se... method DeleteReceivedFiles (line 249) | func (m *model) DeleteReceivedFiles(ctx context.Context, paths []domain.... method ListReceivedPublicFiles (line 291) | func (m *model) ListReceivedPublicFiles( method initReceivedFileModel (line 316) | func (m *model) initReceivedFileModel(ctx context.Context) (context.Cont... function GetReceivedFileCollectionConfig (line 329) | func GetReceivedFileCollectionConfig() db.CollectionConfig { FILE: core/textile/model/received_file_test.go function TestReceivedFileSchema_IsPublicLinkReceived_ShouldBeFalse_For_InvitationId (line 9) | func TestReceivedFileSchema_IsPublicLinkReceived_ShouldBeFalse_For_Invit... FILE: core/textile/model/search.go type SearchItemType (line 13) | type SearchItemType constant FileItem (line 16) | FileItem SearchItemType = "FILE" constant DirectoryItem (line 17) | DirectoryItem SearchItemType = "DIRECTORY" constant DefaultSearchResultLimit (line 18) | DefaultSearchResultLimit int = 20 type SearchIndexRecord (line 21) | type SearchIndexRecord method InitSearchIndexCollection (line 23) | func (m *model) InitSearchIndexCollection(ctx context.Context) error { method UpdateSearchIndexRecord (line 28) | func (m *model) UpdateSearchIndexRecord( method QuerySearchIndex (line 49) | func (m *model) QuerySearchIndex(ctx context.Context, query string) ([]*... method DeleteSearchIndexRecord (line 64) | func (m *model) DeleteSearchIndexRecord(ctx context.Context, name, path,... FILE: core/textile/model/sent_file.go type SentFileViaInvitationSchema (line 18) | type SentFileViaInvitationSchema struct type SentFileSchema (line 28) | type SentFileSchema struct method ReceivedFileSchema (line 144) | func (sf *SentFileSchema) ReceivedFileSchema() *ReceivedFileSchema { constant sentFileModelName (line 34) | sentFileModelName = "SentFile" method CreateSentFileViaInvitation (line 39) | func (m *model) CreateSentFileViaInvitation( method createSentFile (line 68) | func (m *model) createSentFile(ctx context.Context, instance *SentFileSc... method FindSentFile (line 91) | func (m *model) FindSentFile(ctx context.Context, remoteDbID, bucket, pa... method ListSentFiles (line 118) | func (m *model) ListSentFiles(ctx context.Context, seek string, limit in... method initSentFileModel (line 159) | func (m *model) initSentFileModel(ctx context.Context) (context.Context,... function GetSentFileCollectionConfig (line 172) | func GetSentFileCollectionConfig() db.CollectionConfig { FILE: core/textile/model/shared_public_key.go type SharedPublicKeySchema (line 16) | type SharedPublicKeySchema struct constant sharedPublicKeyModel (line 24) | sharedPublicKeyModel = "SharedPublicKey" method CreateSharedPublicKey (line 29) | func (m *model) CreateSharedPublicKey(ctx context.Context, pubKey string... method FindSharedPublicKey (line 71) | func (m *model) FindSharedPublicKey(ctx context.Context, pubKey string) ... method initSharedPublicKey (line 94) | func (m *model) initSharedPublicKey(ctx context.Context) (context.Contex... constant listSharedPublicKeysLimit (line 116) | listSharedPublicKeysLimit = 128 method ListSharedPublicKeys (line 118) | func (m *model) ListSharedPublicKeys(ctx context.Context) ([]*SharedPubl... function GetSharedPublicKeyCollectionConfig (line 137) | func GetSharedPublicKeyCollectionConfig() db.CollectionConfig { FILE: core/textile/notifier/notifier.go type Notifier (line 8) | type Notifier struct method OnUploadFile (line 18) | func (n *Notifier) OnUploadFile(bucketSlug string, bucketPath string, ... function New (line 12) | func New(s sync.Synchronizer) *Notifier { FILE: core/textile/public.go method GetPublicShareBucket (line 27) | func (tc *textileClient) GetPublicShareBucket(ctx context.Context) (Buck... method createDefaultPublicBucket (line 38) | func (tc *textileClient) createDefaultPublicBucket(ctx context.Context) ... method getOrCreatePublicBucket (line 58) | func (tc *textileClient) getOrCreatePublicBucket(ctx context.Context, bu... method getPublicShareBucketContext (line 97) | func (tc *textileClient) getPublicShareBucketContext(ctx context.Context... method createPublicBucket (line 111) | func (tc *textileClient) createPublicBucket(ctx context.Context, dbId th... constant publicShareThreadStoreKey (line 127) | publicShareThreadStoreKey = "publicSharedThreadKey" method getPublicShareThread (line 130) | func (tc *textileClient) getPublicShareThread(ctx context.Context) (thre... method DownloadPublicItem (line 159) | func (tc *textileClient) DownloadPublicItem(ctx context.Context, cid cid... FILE: core/textile/search.go method initSearchIndex (line 5) | func (tc *textileClient) initSearchIndex(ctx context.Context) error { FILE: core/textile/secure_bucket_client.go type SecureBucketClient (line 48) | type SecureBucketClient struct method PushPath (line 78) | func (s *SecureBucketClient) PushPath(ctx context.Context, key, path s... method PushPathAccessRoles (line 97) | func (s *SecureBucketClient) PushPathAccessRoles(ctx context.Context, ... method PullPathAccessRoles (line 111) | func (s *SecureBucketClient) PullPathAccessRoles(ctx context.Context, ... method PullPath (line 125) | func (s *SecureBucketClient) PullPath(ctx context.Context, key, path s... method overwriteDecryptedItem (line 165) | func (s *SecureBucketClient) overwriteDecryptedItem(ctx context.Contex... method ListIpfsPath (line 196) | func (s *SecureBucketClient) ListIpfsPath(ctx context.Context, pth pat... method ListPath (line 200) | func (s *SecureBucketClient) ListPath(ctx context.Context, key, path s... method RemovePath (line 236) | func (s *SecureBucketClient) RemovePath(ctx context.Context, key, path... method getBucketEncryptionKey (line 251) | func (s *SecureBucketClient) getBucketEncryptionKey(ctx context.Contex... method encryptPathData (line 258) | func (s *SecureBucketClient) encryptPathData( method decryptPathData (line 267) | func (s *SecureBucketClient) decryptPathData( method racePullFile (line 295) | func (s *SecureBucketClient) racePullFile(ctx context.Context, key, en... method pullFileFromClient (line 464) | func (s *SecureBucketClient) pullFileFromClient(ctx context.Context, k... method pullFileFromLocal (line 479) | func (s *SecureBucketClient) pullFileFromLocal(ctx context.Context, ke... method pullFileFromDHT (line 516) | func (s *SecureBucketClient) pullFileFromDHT(ctx context.Context, key,... function NewSecureBucketsClient (line 58) | func NewSecureBucketsClient( function cleanBucketPath (line 279) | func cleanBucketPath(path string) string { type pathPullingFn (line 283) | type pathPullingFn type pullSuccessResponse (line 285) | type pullSuccessResponse struct function getTempFileName (line 290) | func getTempFileName(encPath string) string { constant FileCachePrefix (line 458) | FileCachePrefix = "file_cache" function getFileCacheKey (line 460) | func getFileCacheKey(encCid string) []byte { constant cacheBucketThreadName (line 558) | cacheBucketThreadName = "cache_bucket" FILE: core/textile/sharing.go method ManageShareFilesViaPublicKey (line 24) | func (tc *textileClient) ManageShareFilesViaPublicKey( method AcceptSharedFilesInvitation (line 77) | func (tc *textileClient) AcceptSharedFilesInvitation( method RejectSharedFilesInvitation (line 98) | func (tc *textileClient) RejectSharedFilesInvitation( method createReceivedFiles (line 119) | func (tc *textileClient) createReceivedFiles( method AcceptSharedFileLink (line 154) | func (tc *textileClient) AcceptSharedFileLink( method GetPublicReceivedFile (line 166) | func (tc *textileClient) GetPublicReceivedFile( method GetReceivedFiles (line 188) | func (tc *textileClient) GetReceivedFiles( method GetSentFiles (line 224) | func (tc *textileClient) GetSentFiles( method buildPublicLinkSharedDirEntry (line 255) | func (tc *textileClient) buildPublicLinkSharedDirEntry( method buildInvitationSharedDirEntry (line 283) | func (tc *textileClient) buildInvitationSharedDirEntry( method GetPathAccessRoles (line 375) | func (tc *textileClient) GetPathAccessRoles(ctx context.Context, b Bucke... method isSharedFile (line 431) | func (tc *textileClient) isSharedFile(ctx context.Context, bucket Bucket... FILE: core/textile/sync/mirror.go constant mirrorThreadKeyName (line 19) | mirrorThreadKeyName = "mirrorV1" method setMirrorFileBackup (line 21) | func (s *synchronizer) setMirrorFileBackup(ctx context.Context, path, bu... method unsetMirrorFileBackup (line 55) | func (s *synchronizer) unsetMirrorFileBackup(ctx context.Context, path, ... method addCurrentUserAsFileOwner (line 76) | func (s *synchronizer) addCurrentUserAsFileOwner(ctx context.Context, bu... method createMirrorBucket (line 105) | func (s *synchronizer) createMirrorBucket(ctx context.Context, slug stri... method createMirrorThread (line 151) | func (s *synchronizer) createMirrorThread(ctx context.Context, slug stri... FILE: core/textile/sync/pinning.go method uploadFileToRemote (line 12) | func (s *synchronizer) uploadFileToRemote(ctx context.Context, bucket, p... method uploadFileToBucket (line 26) | func (s *synchronizer) uploadFileToBucket(ctx context.Context, sourceBuc... method downloadFile (line 63) | func (s *synchronizer) downloadFile(ctx context.Context, sourceBucket, t... method uploadAllFilesInPath (line 101) | func (s *synchronizer) uploadAllFilesInPath(ctx context.Context, bucket,... method deleteFileFromRemote (line 133) | func (s *synchronizer) deleteFileFromRemote(ctx context.Context, bucket,... method deleteAllFilesInPath (line 147) | func (s *synchronizer) deleteAllFilesInPath(ctx context.Context, bucket,... FILE: core/textile/sync/queue.go constant QueueStoreKey (line 9) | QueueStoreKey = "TextileSyncTaskQueue" type marshalledQueue (line 11) | type marshalledQueue struct method enqueueTask (line 16) | func (s *synchronizer) enqueueTask(task *Task, queue *list.List) { method enqueueTaskAtFront (line 23) | func (s *synchronizer) enqueueTaskAtFront(task *Task, queue *list.List) { method dequeueTask (line 30) | func (s *synchronizer) dequeueTask(queue *list.List) *Task { method storeQueue (line 40) | func (s *synchronizer) storeQueue() error { method restoreQueue (line 77) | func (s *synchronizer) restoreQueue() error { method isTaskEnqueued (line 107) | func (s *synchronizer) isTaskEnqueued(task *Task) bool { method queueString (line 121) | func (s *synchronizer) queueString(queue *list.List) string { FILE: core/textile/sync/restore.go method newerBucketPath (line 14) | func (s *synchronizer) newerBucketPath(ctx context.Context, srcBucket, t... method restoreBucket (line 34) | func (s *synchronizer) restoreBucket(ctx context.Context, bucketSlug str... FILE: core/textile/sync/sync.go type EventNotifier (line 9) | type EventNotifier interface type Synchronizer (line 13) | type Synchronizer interface FILE: core/textile/sync/sync_test.go function initSync (line 32) | func initSync(t *testing.T) sync.Synchronizer { function TestSync_ProcessTask (line 65) | func TestSync_ProcessTask(t *testing.T) { function TestSync_Restore (line 91) | func TestSync_Restore(t *testing.T) { FILE: core/textile/sync/synchronizer.go type GetMirrorBucketFn (line 25) | type GetMirrorBucketFn type GetBucketFn (line 26) | type GetBucketFn type GetBucketCtxFn (line 27) | type GetBucketCtxFn type AddBucketListenerFn (line 28) | type AddBucketListenerFn constant maxParallelTasks (line 30) | maxParallelTasks = 16 type synchronizer (line 32) | type synchronizer struct method NotifyItemAdded (line 109) | func (s *synchronizer) NotifyItemAdded(bucket, path string) { method NotifyItemRemoved (line 117) | func (s *synchronizer) NotifyItemRemoved(bucket, path string) { method NotifyBucketCreated (line 124) | func (s *synchronizer) NotifyBucketCreated(bucket string, enckey []byt... method NotifyBucketBackupOn (line 130) | func (s *synchronizer) NotifyBucketBackupOn(bucket string) { method NotifyBucketBackupOff (line 138) | func (s *synchronizer) NotifyBucketBackupOff(bucket string) { method NotifyBucketRestore (line 145) | func (s *synchronizer) NotifyBucketRestore(bucket string) { method NotifyFileRestore (line 152) | func (s *synchronizer) NotifyFileRestore(bucket, path string) { method NotifyBucketStartup (line 159) | func (s *synchronizer) NotifyBucketStartup(bucket string) { method NotifyIndexItemAdded (line 166) | func (s *synchronizer) NotifyIndexItemAdded(bucket, path, dbId string) { method notifySyncNeeded (line 175) | func (s *synchronizer) notifySyncNeeded() { method Start (line 187) | func (s *synchronizer) Start(ctx context.Context) { method RestoreQueue (line 202) | func (s *synchronizer) RestoreQueue() error { method startSyncLoop (line 210) | func (s *synchronizer) startSyncLoop(ctx context.Context, queue *list.... method Shutdown (line 243) | func (s *synchronizer) Shutdown() { method String (line 259) | func (s *synchronizer) String() string { method executeTask (line 272) | func (s *synchronizer) executeTask(ctx context.Context, t *Task) error { method sync (line 321) | func (s *synchronizer) sync(ctx context.Context, queue *list.List) err... method AttachNotifier (line 397) | func (s *synchronizer) AttachNotifier(notif EventNotifier) { function New (line 57) | func New( FILE: core/textile/sync/task-executors.go function checkTaskType (line 21) | func checkTaskType(t *Task, tp taskType) error { method processAddItem (line 29) | func (s *synchronizer) processAddItem(ctx context.Context, task *Task) e... method processRemoveItem (line 72) | func (s *synchronizer) processRemoveItem(ctx context.Context, task *Task... method processPinFile (line 97) | func (s *synchronizer) processPinFile(ctx context.Context, task *Task) e... method processUnpinFile (line 132) | func (s *synchronizer) processUnpinFile(ctx context.Context, task *Task)... method processCreateBucket (line 145) | func (s *synchronizer) processCreateBucket(ctx context.Context, task *Ta... method processBucketBackupOn (line 171) | func (s *synchronizer) processBucketBackupOn(ctx context.Context, task *... method processBucketBackupOff (line 200) | func (s *synchronizer) processBucketBackupOff(ctx context.Context, task ... method processBucketRestoreTask (line 229) | func (s *synchronizer) processBucketRestoreTask(ctx context.Context, tas... method processRestoreFile (line 254) | func (s *synchronizer) processRestoreFile(ctx context.Context, task *Tas... method processAddIndexItemTask (line 304) | func (s *synchronizer) processAddIndexItemTask(ctx context.Context, task... method processRemoveIndexItemTask (line 379) | func (s *synchronizer) processRemoveIndexItemTask(ctx context.Context, t... FILE: core/textile/sync/task.go type taskType (line 7) | type taskType constant addItemTask (line 10) | addItemTask taskType = "ADD_ITEM" constant removeItemTask (line 11) | removeItemTask taskType = "REMOVE_ITEM" constant createBucketTask (line 12) | createBucketTask taskType = "CREATE_BUCKET" constant pinFileTask (line 13) | pinFileTask taskType = "PIN_FILE" constant unpinFileTask (line 14) | unpinFileTask taskType = "UNPIN_FILE" constant bucketBackupOnTask (line 15) | bucketBackupOnTask taskType = "TOGGLE_BACKUP_ON" constant bucketBackupOffTask (line 16) | bucketBackupOffTask taskType = "TOGGLE_BACKUP_OFF" constant bucketRestoreTask (line 17) | bucketRestoreTask taskType = "BUCKET_RESTORE" constant restoreFileTask (line 18) | restoreFileTask taskType = "RESTORE_FILE" constant addIndexItemTask (line 19) | addIndexItemTask taskType = "ADD_INDEX_ITEM" constant removeIndexItemTask (line 20) | removeIndexItemTask taskType = "REMOVE_INDEX_ITEM" type taskState (line 23) | type taskState constant taskQueued (line 26) | taskQueued taskState = "QUEUED" constant taskPending (line 27) | taskPending taskState = "PENDING" constant taskSucceeded (line 28) | taskSucceeded taskState = "SUCCESS" constant taskFailed (line 29) | taskFailed taskState = "FAILED" constant taskDequeued (line 30) | taskDequeued taskState = "DEQUEUED" type Task (line 33) | type Task struct function newTask (line 45) | func newTask(t taskType, args []string) *Task { FILE: core/textile/sync/threads.go method replicateThreadToHub (line 13) | func (s *synchronizer) replicateThreadToHub(ctx context.Context, dbID *t... method dereplicateThreadFromHub (line 29) | func (s *synchronizer) dereplicateThreadFromHub(ctx context.Context, dbI... FILE: core/textile/textile.go constant hubTarget (line 24) | hubTarget = "127.0.0.1:3006" constant threadsTarget (line 25) | threadsTarget = "127.0.0.1:3006" constant defaultPersonalBucketSlug (line 26) | defaultPersonalBucketSlug = "personal" constant defaultCacheBucketSlug (line 27) | defaultCacheBucketSlug = "personal_cache" constant defaultPersonalMirrorBucketSlug (line 28) | defaultPersonalMirrorBucketSlug = "personal_mirror" constant defaultPublicShareBucketSlug (line 29) | defaultPublicShareBucketSlug = "personal_public" type BucketRoot (line 32) | type BucketRoot type Bucket (line 34) | type Bucket interface type Client (line 38) | type Client interface type Buckd (line 88) | type Buckd interface type Listener (line 93) | type Listener interface FILE: core/textile/utils/utils.go function CastDbIDToString (line 33) | func CastDbIDToString(dbID thread.ID) string { function ParseDbIDFromString (line 38) | func ParseDbIDFromString(dbID string) (*thread.ID, error) { type DeterministicThreadVariant (line 51) | type DeterministicThreadVariant constant MetathreadThreadVariant (line 54) | MetathreadThreadVariant DeterministicThreadVariant = "metathread" constant MirrorBucketVariant (line 55) | MirrorBucketVariant DeterministicThreadVariant = "mirror_bucket" function MirrorBucketVariantGen (line 58) | func MirrorBucketVariantGen(mirrorBucketSlug string) DeterministicThread... function NewDeterministicThreadID (line 62) | func NewDeterministicThreadID(kc keychain.Keychain, threadVariant Determ... function getThreadName (line 97) | func getThreadName(userPubKey []byte, bucketSlug string) string { function GetThreadContext (line 102) | func GetThreadContext(parentCtx context.Context, threadName string, dbID... function RandBytes (line 142) | func RandBytes(size int) ([]byte, error) { function IsMetaFileName (line 156) | func IsMetaFileName(pathOrName string) bool { constant threadIDStoreKey (line 162) | threadIDStoreKey = "thread_id" function getDeterministicthreadStoreKey (line 165) | func getDeterministicthreadStoreKey(kc keychain.Keychain, variant Determ... function FindOrCreateDeterministicThread (line 184) | func FindOrCreateDeterministicThread( function successfulThreadCreation (line 290) | func successfulThreadCreation(st store.Store, dbID *thread.ID, dbIDInByt... function MapDirEntryToFileInfo (line 299) | func MapDirEntryToFileInfo(entry bucketsproto.ListPathResponse, itemPath... FILE: core/textile/utils/utils_test.go function initMocks (line 20) | func initMocks(t *testing.T) { function TestUtils_NewDeterministicThreadID (line 35) | func TestUtils_NewDeterministicThreadID(t *testing.T) { FILE: core/util/address/address.go function DeriveAddress (line 12) | func DeriveAddress(pubKey crypto.PubKey) string { FILE: core/util/paths.go function ResolvePath (line 12) | func ResolvePath(path string) (string, error) { function DirEntryExists (line 25) | func DirEntryExists(filename string) bool { FILE: core/util/rlimit/rlimit_unix.go function SetRLimit (line 14) | func SetRLimit() { FILE: core/util/rlimit/rlimit_windows.go function SetRLimit (line 4) | func SetRLimit() { FILE: core/vault/vault.go type vault (line 20) | type vault struct method Store (line 78) | func (v *vault) Store(uuid string, passphrase string, backupType domai... method Retrieve (line 132) | func (v *vault) Retrieve(uuid string, passphrase string, backupType do... method computeVk (line 190) | func (v *vault) computeVk(uuid string, pass string, version VkVersion)... method computeVsk (line 200) | func (v *vault) computeVsk(vk []byte, pass string, version VkVersion) ... type VaultItemType (line 25) | type VaultItemType constant PrivateKeyWithMnemonic (line 29) | PrivateKeyWithMnemonic VaultItemType = "PrivateKeyWithMnemonic" type VkVersion (line 32) | type VkVersion constant VkVersion1 (line 35) | VkVersion1 VkVersion = "V1" constant vaultKeyLength (line 39) | vaultKeyLength = 32 type VaultItem (line 41) | type VaultItem struct type storeVaultRequest (line 46) | type storeVaultRequest struct type StoredVault (line 52) | type StoredVault struct type retrieveVaultRequest (line 57) | type retrieveVaultRequest struct type retrieveVaultResponse (line 62) | type retrieveVaultResponse struct type Vault (line 66) | type Vault interface function New (line 71) | func New(vaultAPIURL string, vaultSaltSecret string) *vault { function encrypt (line 206) | func encrypt(data []byte, key []byte) ([]byte, error) { function decrypt (line 226) | func decrypt(ciphertext []byte, key []byte) ([]byte, error) { function parseAPIResponse (line 248) | func parseAPIResponse(resp *http.Response) ([]byte, error) { FILE: core/vault/vault_test.go constant testSaltSecret (line 13) | testSaltSecret = "someSecret" constant testUuid (line 14) | testUuid = "c907e7ef-7b36-4ab1-8a56-f788d7526a2c" constant testPassphrase (line 15) | testPassphrase = "banana1234" constant testAPIToken (line 16) | testAPIToken = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJwdWJrZXkiOiJhZTR... function TestVault_StoreAndRetrieve (line 18) | func TestVault_StoreAndRetrieve(t *testing.T) { function TestVault_StoreServerError (line 94) | func TestVault_StoreServerError(t *testing.T) { function TestVault_RetrieveServerError (line 132) | func TestVault_RetrieveServerError(t *testing.T) { FILE: core/watcher/blacklist.go function isBlacklisted (line 11) | func isBlacklisted(path string, fileInfo os.FileInfo) bool { FILE: core/watcher/blacklist_windows.go function isBlacklisted (line 11) | func isBlacklisted(path string, fileInfo os.FileInfo) bool { FILE: core/watcher/handler.go type EventHandler (line 12) | type EventHandler interface type defaultWatcherHandler (line 21) | type defaultWatcherHandler struct method OnCreate (line 23) | func (h *defaultWatcherHandler) OnCreate( method OnRemove (line 31) | func (h *defaultWatcherHandler) OnRemove( method OnWrite (line 39) | func (h *defaultWatcherHandler) OnWrite( method OnRename (line 47) | func (h *defaultWatcherHandler) OnRename( method OnMove (line 61) | func (h *defaultWatcherHandler) OnMove( FILE: core/watcher/options.go type watcherOptions (line 3) | type watcherOptions struct type Option (line 9) | type Option function WithPaths (line 13) | func WithPaths(path ...string) Option { FILE: core/watcher/watcher.go type FolderWatcher (line 24) | type FolderWatcher interface type folderWatcher (line 31) | type folderWatcher struct method RegisterHandler (line 74) | func (fw *folderWatcher) RegisterHandler(handler EventHandler) { method AddFile (line 80) | func (fw *folderWatcher) AddFile(path string) error { method Watch (line 94) | func (fw *folderWatcher) Watch(ctx context.Context) error { method setToStarted (line 133) | func (fw *folderWatcher) setToStarted() { method publishEvent (line 142) | func (fw *folderWatcher) publishEvent(ctx context.Context, event watch... method publishEventToHandler (line 151) | func (fw *folderWatcher) publishEventToHandler( method Close (line 176) | func (fw *folderWatcher) Close() { method Shutdown (line 188) | func (fw *folderWatcher) Shutdown() error { function New (line 43) | func New(configs ...Option) (*folderWatcher, error) { FILE: core/watcher/watcher_test.go type handlerMock (line 15) | type handlerMock struct method OnCreate (line 19) | func (h *handlerMock) OnCreate(ctx context.Context, path string, fileI... method OnRemove (line 23) | func (h *handlerMock) OnRemove(ctx context.Context, path string, fileI... method OnWrite (line 27) | func (h *handlerMock) OnWrite(ctx context.Context, path string, fileIn... method OnRename (line 31) | func (h *handlerMock) OnRename(ctx context.Context, path string, fileI... method OnMove (line 35) | func (h *handlerMock) OnMove(ctx context.Context, path string, fileInf... function isTriggeredEvent (line 39) | func isTriggeredEvent(info os.FileInfo) bool { function startWatcher (line 43) | func startWatcher(t *testing.T, watchPaths ...string) (context.Context, ... function TestFolderWatcher_Watch_Triggers_Handler_OnCreate (line 61) | func TestFolderWatcher_Watch_Triggers_Handler_OnCreate(t *testing.T) { function TestFolderWatcher_Watch_Triggers_Handler_OnRemove (line 86) | func TestFolderWatcher_Watch_Triggers_Handler_OnRemove(t *testing.T) { FILE: examples/ipfsLite/ipfsLite.go function main (line 5) | func main() { FILE: examples/textileBucketsClient/bucket-sync/bucket-sync.go type TextileBucketRoot (line 25) | type TextileBucketRoot function main (line 27) | func main() { FILE: examples/textileBucketsClient/buckets.go constant ctxTimeout (line 40) | ctxTimeout = 30 function authCtx (line 42) | func authCtx(duration time.Duration) (context.Context, context.CancelFun... function threadCtx (line 49) | func threadCtx(duration time.Duration) (context.Context, context.CancelF... function getThreadID (line 55) | func getThreadID() (id thread.ID) { function runThreadsLocally (line 68) | func runThreadsLocally() { type Bucket (line 175) | type Bucket struct function initUser (line 185) | func initUser(threads *tc.Client, buckets *bc.Client, users *uc.Client, ... function main (line 382) | func main() { FILE: examples/textileBucketsClient/create-thread-with-key/create-thread-with-key.go constant exampleThreadName (line 27) | exampleThreadName = "meow" function main (line 29) | func main() { FILE: examples/textileBucketsClient/join-thread/join-thread.go function main (line 25) | func main() { FILE: examples/textileBucketsClient/local-buck/local-buck.go function main (line 26) | func main() { FILE: examples/textileBucketsClient/open-share-file/open-share-file.go type TextileBucketRoot (line 25) | type TextileBucketRoot function main (line 27) | func main() { FILE: examples/textileBucketsClient/sync-test/sync-test.go type TextileBucketRoot (line 23) | type TextileBucketRoot function main (line 25) | func main() { FILE: grpc/auth/app_token_auth/app_token_auth.go type AppTokenAuth (line 13) | type AppTokenAuth struct method Authorize (line 23) | func (a *AppTokenAuth) Authorize(ctx context.Context, fullMethodName s... method validateToken (line 43) | func (a *AppTokenAuth) validateToken(tok, fullMethodName string) (*per... function New (line 17) | func New(kc keychain.Keychain) *AppTokenAuth { function canSkipAuth (line 82) | func canSkipAuth(fullMethodName string) bool { FILE: grpc/auth/app_token_auth/auth_from_md.go function AuthFromMD (line 21) | func AuthFromMD(ctx context.Context, expectedScheme string) (string, err... FILE: grpc/auth/middleware/grpc_auth.go type AuthFunc (line 21) | type AuthFunc function UnaryServerInterceptor (line 24) | func UnaryServerInterceptor(authFunc AuthFunc) grpc.UnaryServerIntercept... function StreamServerInterceptor (line 37) | func StreamServerInterceptor(authFunc AuthFunc) grpc.StreamServerInterce... FILE: grpc/grpc.go constant DefaultGrpcPort (line 28) | DefaultGrpcPort = 9999 type serverOptions (line 35) | type serverOptions struct type grpcServer (line 41) | type grpcServer struct method Start (line 79) | func (srv *grpcServer) Start(ctx context.Context) error { method startRestProxy (line 108) | func (srv *grpcServer) startRestProxy(ctx context.Context, lis net.Lis... method startGrpcWebProxy (line 136) | func (srv *grpcServer) startGrpcWebProxy() { method Shutdown (line 193) | func (srv *grpcServer) Shutdown() error { method WaitForReady (line 220) | func (srv *grpcServer) WaitForReady() chan bool { type ServerOption (line 59) | type ServerOption function New (line 62) | func New(sv space.Service, fc *fuse.Controller, kc keychain.Keychain, op... function WithPort (line 168) | func WithPort(port int) ServerOption { function WithProxyPort (line 176) | func WithProxyPort(port int) ServerOption { function WithRestProxyPort (line 185) | func WithRestProxyPort(port int) ServerOption { FILE: grpc/handlers.go method sendFileEvent (line 16) | func (srv *grpcServer) sendFileEvent(event *pb.FileEventResponse) { method SendFileEvent (line 23) | func (srv *grpcServer) SendFileEvent(event events.FileEvent) { function mapFileEventToPb (line 37) | func mapFileEventToPb(eventType events.FileEventType) pb.EventType { method sendTextileEvent (line 64) | func (srv *grpcServer) sendTextileEvent(event *pb.TextileEventResponse) { method SendTextileEvent (line 71) | func (srv *grpcServer) SendTextileEvent(event events.TextileEvent) { method ListDirectories (line 77) | func (srv *grpcServer) ListDirectories(ctx context.Context, request *pb.... method ListDirectory (line 95) | func (srv *grpcServer) ListDirectory( function mapFileInfoToDirectoryEntry (line 115) | func mapFileInfoToDirectoryEntry(entries []domain.FileInfo) []*pb.ListDi... method Subscribe (line 153) | func (srv *grpcServer) Subscribe(empty *empty.Empty, stream pb.SpaceApi_... method registerStream (line 166) | func (srv *grpcServer) registerStream(stream pb.SpaceApi_SubscribeServer) { method TxlSubscribe (line 170) | func (srv *grpcServer) TxlSubscribe(empty *empty.Empty, stream pb.SpaceA... method registerTxlStream (line 183) | func (srv *grpcServer) registerTxlStream(stream pb.SpaceApi_TxlSubscribe... method OpenFile (line 187) | func (srv *grpcServer) OpenFile(ctx context.Context, request *pb.OpenFil... method AddItems (line 196) | func (srv *grpcServer) AddItems(request *pb.AddItemsRequest, stream pb.S... method CreateFolder (line 262) | func (srv *grpcServer) CreateFolder(ctx context.Context, request *pb.Cre... method RemoveDirOrFile (line 271) | func (srv *grpcServer) RemoveDirOrFile(ctx context.Context, request *pb.... FILE: grpc/handlers_account.go method DeleteAccount (line 10) | func (srv *grpcServer) DeleteAccount(ctx context.Context, request *pb.De... FILE: grpc/handlers_app_token.go method InitializeMasterAppToken (line 9) | func (srv *grpcServer) InitializeMasterAppToken(ctx context.Context, req... method GenerateAppToken (line 20) | func (srv *grpcServer) GenerateAppToken(ctx context.Context, request *pb... FILE: grpc/handlers_backup.go method ToggleBucketBackup (line 8) | func (srv *grpcServer) ToggleBucketBackup(ctx context.Context, request *... method BucketBackupRestore (line 20) | func (srv *grpcServer) BucketBackupRestore(ctx context.Context, request ... method GetUsageInfo (line 31) | func (srv *grpcServer) GetUsageInfo(ctx context.Context, request *pb.Get... FILE: grpc/handlers_central_services.go method GetAPISessionTokens (line 9) | func (srv *grpcServer) GetAPISessionTokens(ctx context.Context, request ... FILE: grpc/handlers_fuse.go method ToggleFuseDrive (line 16) | func (srv *grpcServer) ToggleFuseDrive(ctx context.Context, request *pb.... method GetFuseDriveStatus (line 34) | func (srv *grpcServer) GetFuseDriveStatus(ctx context.Context, empty *em... function fuseStateToRpcState (line 56) | func fuseStateToRpcState(state fuse.State) pb.FuseState { FILE: grpc/handlers_key_pair.go method GenerateKeyPair (line 9) | func (srv *grpcServer) GenerateKeyPair(ctx context.Context, request *pb.... method GenerateKeyPairWithForce (line 21) | func (srv *grpcServer) GenerateKeyPairWithForce(ctx context.Context, req... method GetPublicKey (line 32) | func (srv *grpcServer) GetPublicKey(ctx context.Context, request *pb.Get... method DeleteKeyPair (line 43) | func (srv *grpcServer) DeleteKeyPair(ctx context.Context, request *pb.De... method RestoreKeyPairViaMnemonic (line 52) | func (srv *grpcServer) RestoreKeyPairViaMnemonic(ctx context.Context, re... method GetStoredMnemonic (line 60) | func (srv *grpcServer) GetStoredMnemonic(ctx context.Context, request *p... FILE: grpc/handlers_notif.go function mapToPbNotification (line 12) | func mapToPbNotification(n domain.Notification) *pb.Notification { method SetNotificationsLastSeenAt (line 114) | func (srv *grpcServer) SetNotificationsLastSeenAt(ctx context.Context, r... method GetNotifications (line 122) | func (srv *grpcServer) GetNotifications(ctx context.Context, request *pb... method ReadNotification (line 155) | func (srv *grpcServer) ReadNotification(ctx context.Context, request *pb... method HandleFilesInvitation (line 159) | func (srv *grpcServer) HandleFilesInvitation( method NotificationSubscribe (line 171) | func (srv *grpcServer) NotificationSubscribe(empty *empty.Empty, stream ... method registerNotificationStream (line 184) | func (srv *grpcServer) registerNotificationStream(stream pb.SpaceApi_Not... method sendNotificationEvent (line 188) | func (srv *grpcServer) sendNotificationEvent(event *pb.NotificationEvent... method SendNotificationEvent (line 195) | func (srv *grpcServer) SendNotificationEvent(notif *domain.Notification) { FILE: grpc/handlers_search.go method SearchFiles (line 10) | func (srv *grpcServer) SearchFiles(ctx context.Context, request *pb.Sear... FILE: grpc/handlers_sharing.go method ShareFilesViaPublicKey (line 14) | func (srv *grpcServer) ShareFilesViaPublicKey(ctx context.Context, reque... method UnshareFilesViaPublicKey (line 55) | func (srv *grpcServer) UnshareFilesViaPublicKey( method GetSharedWithMeFiles (line 89) | func (srv *grpcServer) GetSharedWithMeFiles(ctx context.Context, request... method GetSharedByMeFiles (line 142) | func (srv *grpcServer) GetSharedByMeFiles(ctx context.Context, request *... method GeneratePublicFileLink (line 194) | func (srv *grpcServer) GeneratePublicFileLink(ctx context.Context, reque... method OpenPublicFile (line 209) | func (srv *grpcServer) OpenPublicFile(ctx context.Context, request *pb.O... method GetRecentlySharedWith (line 220) | func (srv *grpcServer) GetRecentlySharedWith(ctx context.Context, reques... FILE: grpc/handlers_textile.go function parseBucket (line 11) | func parseBucket(ctx context.Context, b textile.Bucket) *pb.Bucket { method CreateBucket (line 32) | func (srv *grpcServer) CreateBucket(ctx context.Context, request *pb.Cre... method ListBuckets (line 44) | func (srv *grpcServer) ListBuckets(ctx context.Context, request *pb.List... method ShareBucket (line 62) | func (srv *grpcServer) ShareBucket(ctx context.Context, request *pb.Shar... method JoinBucket (line 77) | func (srv *grpcServer) JoinBucket(ctx context.Context, request *pb.JoinB... FILE: grpc/handlers_vault.go method BackupKeysByPassphrase (line 10) | func (srv *grpcServer) BackupKeysByPassphrase(ctx context.Context, reque... method RecoverKeysByPassphrase (line 17) | func (srv *grpcServer) RecoverKeysByPassphrase(ctx context.Context, requ... method CreateLocalKeysBackup (line 24) | func (srv *grpcServer) CreateLocalKeysBackup(ctx context.Context, reques... method RecoverKeysByLocalBackup (line 31) | func (srv *grpcServer) RecoverKeysByLocalBackup(ctx context.Context, req... method TestKeysPassphrase (line 38) | func (srv *grpcServer) TestKeysPassphrase(ctx context.Context, request *... FILE: grpc/pb/space.pb.go constant _ (line 25) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 27) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) constant _ (line 32) | _ = proto.ProtoPackageIsVersion4 type EventType (line 34) | type EventType method Enum (line 77) | func (x EventType) Enum() *EventType { method String (line 83) | func (x EventType) String() string { method Descriptor (line 87) | func (EventType) Descriptor() protoreflect.EnumDescriptor { method Type (line 91) | func (EventType) Type() protoreflect.EnumType { method Number (line 95) | func (x EventType) Number() protoreflect.EnumNumber { method EnumDescriptor (line 100) | func (EventType) EnumDescriptor() ([]byte, []int) { constant EventType_ENTRY_ADDED (line 37) | EventType_ENTRY_ADDED EventType = 0 constant EventType_ENTRY_DELETED (line 38) | EventType_ENTRY_DELETED EventType = 1 constant EventType_ENTRY_UPDATED (line 39) | EventType_ENTRY_UPDATED EventType = 2 constant EventType_ENTRY_BACKUP_IN_PROGRESS (line 40) | EventType_ENTRY_BACKUP_IN_PROGRESS EventType = 3 constant EventType_ENTRY_BACKUP_READY (line 41) | EventType_ENTRY_BACKUP_READY EventType = 4 constant EventType_ENTRY_RESTORE_IN_PROGRESS (line 42) | EventType_ENTRY_RESTORE_IN_PROGRESS EventType = 5 constant EventType_ENTRY_RESTORE_READY (line 43) | EventType_ENTRY_RESTORE_READY EventType = 6 constant EventType_FOLDER_ADDED (line 44) | EventType_FOLDER_ADDED EventType = 7 constant EventType_FOLDER_DELETED (line 45) | EventType_FOLDER_DELETED EventType = 8 constant EventType_FOLDER_UPDATED (line 46) | EventType_FOLDER_UPDATED EventType = 9 type KeyBackupType (line 104) | type KeyBackupType method Enum (line 129) | func (x KeyBackupType) Enum() *KeyBackupType { method String (line 135) | func (x KeyBackupType) String() string { method Descriptor (line 139) | func (KeyBackupType) Descriptor() protoreflect.EnumDescriptor { method Type (line 143) | func (KeyBackupType) Type() protoreflect.EnumType { method Number (line 147) | func (x KeyBackupType) Number() protoreflect.EnumNumber { method EnumDescriptor (line 152) | func (KeyBackupType) EnumDescriptor() ([]byte, []int) { constant KeyBackupType_PASSWORD (line 107) | KeyBackupType_PASSWORD KeyBackupType = 0 constant KeyBackupType_GOOGLE (line 108) | KeyBackupType_GOOGLE KeyBackupType = 1 constant KeyBackupType_TWITTER (line 109) | KeyBackupType_TWITTER KeyBackupType = 2 constant KeyBackupType_EMAIL (line 110) | KeyBackupType_EMAIL KeyBackupType = 3 type FuseState (line 156) | type FuseState method Enum (line 181) | func (x FuseState) Enum() *FuseState { method String (line 187) | func (x FuseState) String() string { method Descriptor (line 191) | func (FuseState) Descriptor() protoreflect.EnumDescriptor { method Type (line 195) | func (FuseState) Type() protoreflect.EnumType { method Number (line 199) | func (x FuseState) Number() protoreflect.EnumNumber { method EnumDescriptor (line 204) | func (FuseState) EnumDescriptor() ([]byte, []int) { constant FuseState_UNSUPPORTED (line 159) | FuseState_UNSUPPORTED FuseState = 0 constant FuseState_NOT_INSTALLED (line 160) | FuseState_NOT_INSTALLED FuseState = 1 constant FuseState_UNMOUNTED (line 161) | FuseState_UNMOUNTED FuseState = 2 constant FuseState_MOUNTED (line 162) | FuseState_MOUNTED FuseState = 3 type NotificationType (line 208) | type NotificationType method Enum (line 236) | func (x NotificationType) Enum() *NotificationType { method String (line 242) | func (x NotificationType) String() string { method Descriptor (line 246) | func (NotificationType) Descriptor() protoreflect.EnumDescriptor { method Type (line 250) | func (NotificationType) Type() protoreflect.EnumType { method Number (line 254) | func (x NotificationType) Number() protoreflect.EnumNumber { method EnumDescriptor (line 259) | func (NotificationType) EnumDescriptor() ([]byte, []int) { constant NotificationType_UNKNOWN (line 211) | NotificationType_UNKNOWN NotificationType = 0 constant NotificationType_INVITATION (line 212) | NotificationType_INVITATION NotificationType = 1 constant NotificationType_USAGEALERT (line 213) | NotificationType_USAGEALERT NotificationType = 2 constant NotificationType_INVITATION_REPLY (line 214) | NotificationType_INVITATION_REPLY NotificationType = 3 constant NotificationType_REVOKED_INVITATION (line 215) | NotificationType_REVOKED_INVITATION NotificationType = 4 type InvitationStatus (line 263) | type InvitationStatus method Enum (line 285) | func (x InvitationStatus) Enum() *InvitationStatus { method String (line 291) | func (x InvitationStatus) String() string { method Descriptor (line 295) | func (InvitationStatus) Descriptor() protoreflect.EnumDescriptor { method Type (line 299) | func (InvitationStatus) Type() protoreflect.EnumType { method Number (line 303) | func (x InvitationStatus) Number() protoreflect.EnumNumber { method EnumDescriptor (line 308) | func (InvitationStatus) EnumDescriptor() ([]byte, []int) { constant InvitationStatus_PENDING (line 266) | InvitationStatus_PENDING InvitationStatus = 0 constant InvitationStatus_ACCEPTED (line 267) | InvitationStatus_ACCEPTED InvitationStatus = 1 constant InvitationStatus_REJECTED (line 268) | InvitationStatus_REJECTED InvitationStatus = 2 type SearchFilesRequest (line 312) | type SearchFilesRequest struct method Reset (line 320) | func (x *SearchFilesRequest) Reset() { method String (line 329) | func (x *SearchFilesRequest) String() string { method ProtoMessage (line 333) | func (*SearchFilesRequest) ProtoMessage() {} method ProtoReflect (line 335) | func (x *SearchFilesRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 348) | func (*SearchFilesRequest) Descriptor() ([]byte, []int) { method GetQuery (line 352) | func (x *SearchFilesRequest) GetQuery() string { type SearchFilesResponse (line 359) | type SearchFilesResponse struct method Reset (line 368) | func (x *SearchFilesResponse) Reset() { method String (line 377) | func (x *SearchFilesResponse) String() string { method ProtoMessage (line 381) | func (*SearchFilesResponse) ProtoMessage() {} method ProtoReflect (line 383) | func (x *SearchFilesResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 396) | func (*SearchFilesResponse) Descriptor() ([]byte, []int) { method GetEntries (line 400) | func (x *SearchFilesResponse) GetEntries() []*SearchFilesDirectoryEntry { method GetQuery (line 407) | func (x *SearchFilesResponse) GetQuery() string { type SearchFilesDirectoryEntry (line 414) | type SearchFilesDirectoryEntry struct method Reset (line 424) | func (x *SearchFilesDirectoryEntry) Reset() { method String (line 433) | func (x *SearchFilesDirectoryEntry) String() string { method ProtoMessage (line 437) | func (*SearchFilesDirectoryEntry) ProtoMessage() {} method ProtoReflect (line 439) | func (x *SearchFilesDirectoryEntry) ProtoReflect() protoreflect.Message { method Descriptor (line 452) | func (*SearchFilesDirectoryEntry) Descriptor() ([]byte, []int) { method GetEntry (line 456) | func (x *SearchFilesDirectoryEntry) GetEntry() *ListDirectoryEntry { method GetDbId (line 463) | func (x *SearchFilesDirectoryEntry) GetDbId() string { method GetBucket (line 470) | func (x *SearchFilesDirectoryEntry) GetBucket() string { type SetNotificationsLastSeenAtRequest (line 477) | type SetNotificationsLastSeenAtRequest struct method Reset (line 485) | func (x *SetNotificationsLastSeenAtRequest) Reset() { method String (line 494) | func (x *SetNotificationsLastSeenAtRequest) String() string { method ProtoMessage (line 498) | func (*SetNotificationsLastSeenAtRequest) ProtoMessage() {} method ProtoReflect (line 500) | func (x *SetNotificationsLastSeenAtRequest) ProtoReflect() protoreflec... method Descriptor (line 513) | func (*SetNotificationsLastSeenAtRequest) Descriptor() ([]byte, []int) { method GetTimestamp (line 517) | func (x *SetNotificationsLastSeenAtRequest) GetTimestamp() int64 { type SetNotificationsLastSeenAtResponse (line 524) | type SetNotificationsLastSeenAtResponse struct method Reset (line 530) | func (x *SetNotificationsLastSeenAtResponse) Reset() { method String (line 539) | func (x *SetNotificationsLastSeenAtResponse) String() string { method ProtoMessage (line 543) | func (*SetNotificationsLastSeenAtResponse) ProtoMessage() {} method ProtoReflect (line 545) | func (x *SetNotificationsLastSeenAtResponse) ProtoReflect() protorefle... method Descriptor (line 558) | func (*SetNotificationsLastSeenAtResponse) Descriptor() ([]byte, []int) { type GetSharedWithMeFilesRequest (line 562) | type GetSharedWithMeFilesRequest struct method Reset (line 571) | func (x *GetSharedWithMeFilesRequest) Reset() { method String (line 580) | func (x *GetSharedWithMeFilesRequest) String() string { method ProtoMessage (line 584) | func (*GetSharedWithMeFilesRequest) ProtoMessage() {} method ProtoReflect (line 586) | func (x *GetSharedWithMeFilesRequest) ProtoReflect() protoreflect.Mess... method Descriptor (line 599) | func (*GetSharedWithMeFilesRequest) Descriptor() ([]byte, []int) { method GetSeek (line 603) | func (x *GetSharedWithMeFilesRequest) GetSeek() string { method GetLimit (line 610) | func (x *GetSharedWithMeFilesRequest) GetLimit() int64 { type GetSharedWithMeFilesResponse (line 617) | type GetSharedWithMeFilesResponse struct method Reset (line 626) | func (x *GetSharedWithMeFilesResponse) Reset() { method String (line 635) | func (x *GetSharedWithMeFilesResponse) String() string { method ProtoMessage (line 639) | func (*GetSharedWithMeFilesResponse) ProtoMessage() {} method ProtoReflect (line 641) | func (x *GetSharedWithMeFilesResponse) ProtoReflect() protoreflect.Mes... method Descriptor (line 654) | func (*GetSharedWithMeFilesResponse) Descriptor() ([]byte, []int) { method GetItems (line 658) | func (x *GetSharedWithMeFilesResponse) GetItems() []*SharedListDirecto... method GetNextOffset (line 665) | func (x *GetSharedWithMeFilesResponse) GetNextOffset() string { type GetSharedByMeFilesRequest (line 672) | type GetSharedByMeFilesRequest struct method Reset (line 681) | func (x *GetSharedByMeFilesRequest) Reset() { method String (line 690) | func (x *GetSharedByMeFilesRequest) String() string { method ProtoMessage (line 694) | func (*GetSharedByMeFilesRequest) ProtoMessage() {} method ProtoReflect (line 696) | func (x *GetSharedByMeFilesRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 709) | func (*GetSharedByMeFilesRequest) Descriptor() ([]byte, []int) { method GetSeek (line 713) | func (x *GetSharedByMeFilesRequest) GetSeek() string { method GetLimit (line 720) | func (x *GetSharedByMeFilesRequest) GetLimit() int64 { type GetSharedByMeFilesResponse (line 727) | type GetSharedByMeFilesResponse struct method Reset (line 736) | func (x *GetSharedByMeFilesResponse) Reset() { method String (line 745) | func (x *GetSharedByMeFilesResponse) String() string { method ProtoMessage (line 749) | func (*GetSharedByMeFilesResponse) ProtoMessage() {} method ProtoReflect (line 751) | func (x *GetSharedByMeFilesResponse) ProtoReflect() protoreflect.Messa... method Descriptor (line 764) | func (*GetSharedByMeFilesResponse) Descriptor() ([]byte, []int) { method GetItems (line 768) | func (x *GetSharedByMeFilesResponse) GetItems() []*SharedListDirectory... method GetNextOffset (line 775) | func (x *GetSharedByMeFilesResponse) GetNextOffset() string { type GetUsageInfoRequest (line 782) | type GetUsageInfoRequest struct method Reset (line 788) | func (x *GetUsageInfoRequest) Reset() { method String (line 797) | func (x *GetUsageInfoRequest) String() string { method ProtoMessage (line 801) | func (*GetUsageInfoRequest) ProtoMessage() {} method ProtoReflect (line 803) | func (x *GetUsageInfoRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 816) | func (*GetUsageInfoRequest) Descriptor() ([]byte, []int) { type GetUsageInfoResponse (line 820) | type GetUsageInfoResponse struct method Reset (line 832) | func (x *GetUsageInfoResponse) Reset() { method String (line 841) | func (x *GetUsageInfoResponse) String() string { method ProtoMessage (line 845) | func (*GetUsageInfoResponse) ProtoMessage() {} method ProtoReflect (line 847) | func (x *GetUsageInfoResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 860) | func (*GetUsageInfoResponse) Descriptor() ([]byte, []int) { method GetLocalStarogeUsed (line 864) | func (x *GetUsageInfoResponse) GetLocalStarogeUsed() uint64 { method GetLocalBandwidthUsed (line 871) | func (x *GetUsageInfoResponse) GetLocalBandwidthUsed() uint64 { method GetSpaceStorageUsed (line 878) | func (x *GetUsageInfoResponse) GetSpaceStorageUsed() uint64 { method GetSpaceBandwidthUsed (line 885) | func (x *GetUsageInfoResponse) GetSpaceBandwidthUsed() uint64 { method GetUsageQuota (line 892) | func (x *GetUsageInfoResponse) GetUsageQuota() uint64 { type ToggleBucketBackupRequest (line 899) | type ToggleBucketBackupRequest struct method Reset (line 908) | func (x *ToggleBucketBackupRequest) Reset() { method String (line 917) | func (x *ToggleBucketBackupRequest) String() string { method ProtoMessage (line 921) | func (*ToggleBucketBackupRequest) ProtoMessage() {} method ProtoReflect (line 923) | func (x *ToggleBucketBackupRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 936) | func (*ToggleBucketBackupRequest) Descriptor() ([]byte, []int) { method GetBucket (line 940) | func (x *ToggleBucketBackupRequest) GetBucket() string { method GetBackup (line 947) | func (x *ToggleBucketBackupRequest) GetBackup() bool { type ToggleBucketBackupResponse (line 954) | type ToggleBucketBackupResponse struct method Reset (line 960) | func (x *ToggleBucketBackupResponse) Reset() { method String (line 969) | func (x *ToggleBucketBackupResponse) String() string { method ProtoMessage (line 973) | func (*ToggleBucketBackupResponse) ProtoMessage() {} method ProtoReflect (line 975) | func (x *ToggleBucketBackupResponse) ProtoReflect() protoreflect.Messa... method Descriptor (line 988) | func (*ToggleBucketBackupResponse) Descriptor() ([]byte, []int) { type BucketBackupRestoreRequest (line 992) | type BucketBackupRestoreRequest struct method Reset (line 1000) | func (x *BucketBackupRestoreRequest) Reset() { method String (line 1009) | func (x *BucketBackupRestoreRequest) String() string { method ProtoMessage (line 1013) | func (*BucketBackupRestoreRequest) ProtoMessage() {} method ProtoReflect (line 1015) | func (x *BucketBackupRestoreRequest) ProtoReflect() protoreflect.Messa... method Descriptor (line 1028) | func (*BucketBackupRestoreRequest) Descriptor() ([]byte, []int) { method GetBucket (line 1032) | func (x *BucketBackupRestoreRequest) GetBucket() string { type BucketBackupRestoreResponse (line 1039) | type BucketBackupRestoreResponse struct method Reset (line 1045) | func (x *BucketBackupRestoreResponse) Reset() { method String (line 1054) | func (x *BucketBackupRestoreResponse) String() string { method ProtoMessage (line 1058) | func (*BucketBackupRestoreResponse) ProtoMessage() {} method ProtoReflect (line 1060) | func (x *BucketBackupRestoreResponse) ProtoReflect() protoreflect.Mess... method Descriptor (line 1073) | func (*BucketBackupRestoreResponse) Descriptor() ([]byte, []int) { type ListDirectoriesRequest (line 1077) | type ListDirectoriesRequest struct method Reset (line 1086) | func (x *ListDirectoriesRequest) Reset() { method String (line 1095) | func (x *ListDirectoriesRequest) String() string { method ProtoMessage (line 1099) | func (*ListDirectoriesRequest) ProtoMessage() {} method ProtoReflect (line 1101) | func (x *ListDirectoriesRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 1114) | func (*ListDirectoriesRequest) Descriptor() ([]byte, []int) { method GetBucket (line 1118) | func (x *ListDirectoriesRequest) GetBucket() string { method GetOmitMembers (line 1125) | func (x *ListDirectoriesRequest) GetOmitMembers() bool { type FileMember (line 1132) | type FileMember struct method Reset (line 1141) | func (x *FileMember) Reset() { method String (line 1150) | func (x *FileMember) String() string { method ProtoMessage (line 1154) | func (*FileMember) ProtoMessage() {} method ProtoReflect (line 1156) | func (x *FileMember) ProtoReflect() protoreflect.Message { method Descriptor (line 1169) | func (*FileMember) Descriptor() ([]byte, []int) { method GetPublicKey (line 1173) | func (x *FileMember) GetPublicKey() string { method GetAddress (line 1180) | func (x *FileMember) GetAddress() string { type ListDirectoryEntry (line 1187) | type ListDirectoryEntry struct method Reset (line 1207) | func (x *ListDirectoryEntry) Reset() { method String (line 1216) | func (x *ListDirectoryEntry) String() string { method ProtoMessage (line 1220) | func (*ListDirectoryEntry) ProtoMessage() {} method ProtoReflect (line 1222) | func (x *ListDirectoryEntry) ProtoReflect() protoreflect.Message { method Descriptor (line 1235) | func (*ListDirectoryEntry) Descriptor() ([]byte, []int) { method GetPath (line 1239) | func (x *ListDirectoryEntry) GetPath() string { method GetIsDir (line 1246) | func (x *ListDirectoryEntry) GetIsDir() bool { method GetName (line 1253) | func (x *ListDirectoryEntry) GetName() string { method GetSizeInBytes (line 1260) | func (x *ListDirectoryEntry) GetSizeInBytes() string { method GetCreated (line 1267) | func (x *ListDirectoryEntry) GetCreated() string { method GetUpdated (line 1274) | func (x *ListDirectoryEntry) GetUpdated() string { method GetFileExtension (line 1281) | func (x *ListDirectoryEntry) GetFileExtension() string { method GetIpfsHash (line 1288) | func (x *ListDirectoryEntry) GetIpfsHash() string { method GetIsLocallyAvailable (line 1295) | func (x *ListDirectoryEntry) GetIsLocallyAvailable() bool { method GetBackupCount (line 1302) | func (x *ListDirectoryEntry) GetBackupCount() int64 { method GetMembers (line 1309) | func (x *ListDirectoryEntry) GetMembers() []*FileMember { method GetIsBackupInProgress (line 1316) | func (x *ListDirectoryEntry) GetIsBackupInProgress() bool { method GetIsRestoreInProgress (line 1323) | func (x *ListDirectoryEntry) GetIsRestoreInProgress() bool { type SharedListDirectoryEntry (line 1330) | type SharedListDirectoryEntry struct method Reset (line 1342) | func (x *SharedListDirectoryEntry) Reset() { method String (line 1351) | func (x *SharedListDirectoryEntry) String() string { method ProtoMessage (line 1355) | func (*SharedListDirectoryEntry) ProtoMessage() {} method ProtoReflect (line 1357) | func (x *SharedListDirectoryEntry) ProtoReflect() protoreflect.Message { method Descriptor (line 1370) | func (*SharedListDirectoryEntry) Descriptor() ([]byte, []int) { method GetEntry (line 1374) | func (x *SharedListDirectoryEntry) GetEntry() *ListDirectoryEntry { method GetDbId (line 1381) | func (x *SharedListDirectoryEntry) GetDbId() string { method GetBucket (line 1388) | func (x *SharedListDirectoryEntry) GetBucket() string { method GetIsPublicLink (line 1395) | func (x *SharedListDirectoryEntry) GetIsPublicLink() bool { method GetSharedBy (line 1402) | func (x *SharedListDirectoryEntry) GetSharedBy() string { type ListDirectoriesResponse (line 1409) | type ListDirectoriesResponse struct method Reset (line 1417) | func (x *ListDirectoriesResponse) Reset() { method String (line 1426) | func (x *ListDirectoriesResponse) String() string { method ProtoMessage (line 1430) | func (*ListDirectoriesResponse) ProtoMessage() {} method ProtoReflect (line 1432) | func (x *ListDirectoriesResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 1445) | func (*ListDirectoriesResponse) Descriptor() ([]byte, []int) { method GetEntries (line 1449) | func (x *ListDirectoriesResponse) GetEntries() []*ListDirectoryEntry { type ListDirectoryRequest (line 1456) | type ListDirectoryRequest struct method Reset (line 1466) | func (x *ListDirectoryRequest) Reset() { method String (line 1475) | func (x *ListDirectoryRequest) String() string { method ProtoMessage (line 1479) | func (*ListDirectoryRequest) ProtoMessage() {} method ProtoReflect (line 1481) | func (x *ListDirectoryRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 1494) | func (*ListDirectoryRequest) Descriptor() ([]byte, []int) { method GetPath (line 1498) | func (x *ListDirectoryRequest) GetPath() string { method GetBucket (line 1505) | func (x *ListDirectoryRequest) GetBucket() string { method GetOmitMembers (line 1512) | func (x *ListDirectoryRequest) GetOmitMembers() bool { type ListDirectoryResponse (line 1519) | type ListDirectoryResponse struct method Reset (line 1527) | func (x *ListDirectoryResponse) Reset() { method String (line 1536) | func (x *ListDirectoryResponse) String() string { method ProtoMessage (line 1540) | func (*ListDirectoryResponse) ProtoMessage() {} method ProtoReflect (line 1542) | func (x *ListDirectoryResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 1555) | func (*ListDirectoryResponse) Descriptor() ([]byte, []int) { method GetEntries (line 1559) | func (x *ListDirectoryResponse) GetEntries() []*ListDirectoryEntry { type CreateBucketRequest (line 1566) | type CreateBucketRequest struct method Reset (line 1574) | func (x *CreateBucketRequest) Reset() { method String (line 1583) | func (x *CreateBucketRequest) String() string { method ProtoMessage (line 1587) | func (*CreateBucketRequest) ProtoMessage() {} method ProtoReflect (line 1589) | func (x *CreateBucketRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 1602) | func (*CreateBucketRequest) Descriptor() ([]byte, []int) { method GetSlug (line 1606) | func (x *CreateBucketRequest) GetSlug() string { type BucketMember (line 1613) | type BucketMember struct method Reset (line 1624) | func (x *BucketMember) Reset() { method String (line 1633) | func (x *BucketMember) String() string { method ProtoMessage (line 1637) | func (*BucketMember) ProtoMessage() {} method ProtoReflect (line 1639) | func (x *BucketMember) ProtoReflect() protoreflect.Message { method Descriptor (line 1652) | func (*BucketMember) Descriptor() ([]byte, []int) { method GetAddress (line 1656) | func (x *BucketMember) GetAddress() string { method GetPublicKey (line 1663) | func (x *BucketMember) GetPublicKey() string { method GetIsOwner (line 1670) | func (x *BucketMember) GetIsOwner() bool { method GetHasJoined (line 1677) | func (x *BucketMember) GetHasJoined() bool { type Bucket (line 1684) | type Bucket struct method Reset (line 1700) | func (x *Bucket) Reset() { method String (line 1709) | func (x *Bucket) String() string { method ProtoMessage (line 1713) | func (*Bucket) ProtoMessage() {} method ProtoReflect (line 1715) | func (x *Bucket) ProtoReflect() protoreflect.Message { method Descriptor (line 1728) | func (*Bucket) Descriptor() ([]byte, []int) { method GetKey (line 1732) | func (x *Bucket) GetKey() string { method GetName (line 1739) | func (x *Bucket) GetName() string { method GetPath (line 1746) | func (x *Bucket) GetPath() string { method GetCreatedAt (line 1753) | func (x *Bucket) GetCreatedAt() int64 { method GetUpdatedAt (line 1760) | func (x *Bucket) GetUpdatedAt() int64 { method GetMembers (line 1767) | func (x *Bucket) GetMembers() []*BucketMember { method GetIsPersonalBucket (line 1774) | func (x *Bucket) GetIsPersonalBucket() bool { method GetIsBackupEnabled (line 1781) | func (x *Bucket) GetIsBackupEnabled() bool { method GetItemsCount (line 1788) | func (x *Bucket) GetItemsCount() int32 { type CreateBucketResponse (line 1795) | type CreateBucketResponse struct method Reset (line 1803) | func (x *CreateBucketResponse) Reset() { method String (line 1812) | func (x *CreateBucketResponse) String() string { method ProtoMessage (line 1816) | func (*CreateBucketResponse) ProtoMessage() {} method ProtoReflect (line 1818) | func (x *CreateBucketResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 1831) | func (*CreateBucketResponse) Descriptor() ([]byte, []int) { method GetBucket (line 1835) | func (x *CreateBucketResponse) GetBucket() *Bucket { type GenerateKeyPairRequest (line 1842) | type GenerateKeyPairRequest struct method Reset (line 1848) | func (x *GenerateKeyPairRequest) Reset() { method String (line 1857) | func (x *GenerateKeyPairRequest) String() string { method ProtoMessage (line 1861) | func (*GenerateKeyPairRequest) ProtoMessage() {} method ProtoReflect (line 1863) | func (x *GenerateKeyPairRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 1876) | func (*GenerateKeyPairRequest) Descriptor() ([]byte, []int) { type GenerateKeyPairResponse (line 1880) | type GenerateKeyPairResponse struct method Reset (line 1888) | func (x *GenerateKeyPairResponse) Reset() { method String (line 1897) | func (x *GenerateKeyPairResponse) String() string { method ProtoMessage (line 1901) | func (*GenerateKeyPairResponse) ProtoMessage() {} method ProtoReflect (line 1903) | func (x *GenerateKeyPairResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 1916) | func (*GenerateKeyPairResponse) Descriptor() ([]byte, []int) { method GetMnemonic (line 1920) | func (x *GenerateKeyPairResponse) GetMnemonic() string { type GetStoredMnemonicRequest (line 1927) | type GetStoredMnemonicRequest struct method Reset (line 1933) | func (x *GetStoredMnemonicRequest) Reset() { method String (line 1942) | func (x *GetStoredMnemonicRequest) String() string { method ProtoMessage (line 1946) | func (*GetStoredMnemonicRequest) ProtoMessage() {} method ProtoReflect (line 1948) | func (x *GetStoredMnemonicRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 1961) | func (*GetStoredMnemonicRequest) Descriptor() ([]byte, []int) { type GetStoredMnemonicResponse (line 1965) | type GetStoredMnemonicResponse struct method Reset (line 1973) | func (x *GetStoredMnemonicResponse) Reset() { method String (line 1982) | func (x *GetStoredMnemonicResponse) String() string { method ProtoMessage (line 1986) | func (*GetStoredMnemonicResponse) ProtoMessage() {} method ProtoReflect (line 1988) | func (x *GetStoredMnemonicResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 2001) | func (*GetStoredMnemonicResponse) Descriptor() ([]byte, []int) { method GetMnemonic (line 2005) | func (x *GetStoredMnemonicResponse) GetMnemonic() string { type RestoreKeyPairViaMnemonicRequest (line 2012) | type RestoreKeyPairViaMnemonicRequest struct method Reset (line 2020) | func (x *RestoreKeyPairViaMnemonicRequest) Reset() { method String (line 2029) | func (x *RestoreKeyPairViaMnemonicRequest) String() string { method ProtoMessage (line 2033) | func (*RestoreKeyPairViaMnemonicRequest) ProtoMessage() {} method ProtoReflect (line 2035) | func (x *RestoreKeyPairViaMnemonicRequest) ProtoReflect() protoreflect... method Descriptor (line 2048) | func (*RestoreKeyPairViaMnemonicRequest) Descriptor() ([]byte, []int) { method GetMnemonic (line 2052) | func (x *RestoreKeyPairViaMnemonicRequest) GetMnemonic() string { type RestoreKeyPairViaMnemonicResponse (line 2059) | type RestoreKeyPairViaMnemonicResponse struct method Reset (line 2065) | func (x *RestoreKeyPairViaMnemonicResponse) Reset() { method String (line 2074) | func (x *RestoreKeyPairViaMnemonicResponse) String() string { method ProtoMessage (line 2078) | func (*RestoreKeyPairViaMnemonicResponse) ProtoMessage() {} method ProtoReflect (line 2080) | func (x *RestoreKeyPairViaMnemonicResponse) ProtoReflect() protoreflec... method Descriptor (line 2093) | func (*RestoreKeyPairViaMnemonicResponse) Descriptor() ([]byte, []int) { type FileEventResponse (line 2097) | type FileEventResponse struct method Reset (line 2108) | func (x *FileEventResponse) Reset() { method String (line 2117) | func (x *FileEventResponse) String() string { method ProtoMessage (line 2121) | func (*FileEventResponse) ProtoMessage() {} method ProtoReflect (line 2123) | func (x *FileEventResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 2136) | func (*FileEventResponse) Descriptor() ([]byte, []int) { method GetType (line 2140) | func (x *FileEventResponse) GetType() EventType { method GetEntry (line 2147) | func (x *FileEventResponse) GetEntry() *ListDirectoryEntry { method GetBucket (line 2154) | func (x *FileEventResponse) GetBucket() string { method GetDbId (line 2161) | func (x *FileEventResponse) GetDbId() string { type TextileEventResponse (line 2168) | type TextileEventResponse struct method Reset (line 2176) | func (x *TextileEventResponse) Reset() { method String (line 2185) | func (x *TextileEventResponse) String() string { method ProtoMessage (line 2189) | func (*TextileEventResponse) ProtoMessage() {} method ProtoReflect (line 2191) | func (x *TextileEventResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 2204) | func (*TextileEventResponse) Descriptor() ([]byte, []int) { method GetBucket (line 2208) | func (x *TextileEventResponse) GetBucket() string { type OpenFileRequest (line 2215) | type OpenFileRequest struct method Reset (line 2225) | func (x *OpenFileRequest) Reset() { method String (line 2234) | func (x *OpenFileRequest) String() string { method ProtoMessage (line 2238) | func (*OpenFileRequest) ProtoMessage() {} method ProtoReflect (line 2240) | func (x *OpenFileRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 2253) | func (*OpenFileRequest) Descriptor() ([]byte, []int) { method GetPath (line 2257) | func (x *OpenFileRequest) GetPath() string { method GetBucket (line 2264) | func (x *OpenFileRequest) GetBucket() string { method GetDbId (line 2271) | func (x *OpenFileRequest) GetDbId() string { type OpenFileResponse (line 2278) | type OpenFileResponse struct method Reset (line 2286) | func (x *OpenFileResponse) Reset() { method String (line 2295) | func (x *OpenFileResponse) String() string { method ProtoMessage (line 2299) | func (*OpenFileResponse) ProtoMessage() {} method ProtoReflect (line 2301) | func (x *OpenFileResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 2314) | func (*OpenFileResponse) Descriptor() ([]byte, []int) { method GetLocation (line 2318) | func (x *OpenFileResponse) GetLocation() string { type OpenPublicFileRequest (line 2325) | type OpenPublicFileRequest struct method Reset (line 2335) | func (x *OpenPublicFileRequest) Reset() { method String (line 2344) | func (x *OpenPublicFileRequest) String() string { method ProtoMessage (line 2348) | func (*OpenPublicFileRequest) ProtoMessage() {} method ProtoReflect (line 2350) | func (x *OpenPublicFileRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 2363) | func (*OpenPublicFileRequest) Descriptor() ([]byte, []int) { method GetFileCid (line 2367) | func (x *OpenPublicFileRequest) GetFileCid() string { method GetPassword (line 2374) | func (x *OpenPublicFileRequest) GetPassword() string { method GetFilename (line 2381) | func (x *OpenPublicFileRequest) GetFilename() string { type OpenPublicFileResponse (line 2388) | type OpenPublicFileResponse struct method Reset (line 2396) | func (x *OpenPublicFileResponse) Reset() { method String (line 2405) | func (x *OpenPublicFileResponse) String() string { method ProtoMessage (line 2409) | func (*OpenPublicFileResponse) ProtoMessage() {} method ProtoReflect (line 2411) | func (x *OpenPublicFileResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 2424) | func (*OpenPublicFileResponse) Descriptor() ([]byte, []int) { method GetLocation (line 2428) | func (x *OpenPublicFileResponse) GetLocation() string { type AddItemsRequest (line 2435) | type AddItemsRequest struct method Reset (line 2448) | func (x *AddItemsRequest) Reset() { method String (line 2457) | func (x *AddItemsRequest) String() string { method ProtoMessage (line 2461) | func (*AddItemsRequest) ProtoMessage() {} method ProtoReflect (line 2463) | func (x *AddItemsRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 2476) | func (*AddItemsRequest) Descriptor() ([]byte, []int) { method GetSourcePaths (line 2480) | func (x *AddItemsRequest) GetSourcePaths() []string { method GetTargetPath (line 2487) | func (x *AddItemsRequest) GetTargetPath() string { method GetBucket (line 2494) | func (x *AddItemsRequest) GetBucket() string { type AddItemResult (line 2501) | type AddItemResult struct method Reset (line 2511) | func (x *AddItemResult) Reset() { method String (line 2520) | func (x *AddItemResult) String() string { method ProtoMessage (line 2524) | func (*AddItemResult) ProtoMessage() {} method ProtoReflect (line 2526) | func (x *AddItemResult) ProtoReflect() protoreflect.Message { method Descriptor (line 2539) | func (*AddItemResult) Descriptor() ([]byte, []int) { method GetSourcePath (line 2543) | func (x *AddItemResult) GetSourcePath() string { method GetBucketPath (line 2550) | func (x *AddItemResult) GetBucketPath() string { method GetError (line 2557) | func (x *AddItemResult) GetError() string { type AddItemsResponse (line 2564) | type AddItemsResponse struct method Reset (line 2576) | func (x *AddItemsResponse) Reset() { method String (line 2585) | func (x *AddItemsResponse) String() string { method ProtoMessage (line 2589) | func (*AddItemsResponse) ProtoMessage() {} method ProtoReflect (line 2591) | func (x *AddItemsResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 2604) | func (*AddItemsResponse) Descriptor() ([]byte, []int) { method GetResult (line 2608) | func (x *AddItemsResponse) GetResult() *AddItemResult { method GetTotalFiles (line 2615) | func (x *AddItemsResponse) GetTotalFiles() int64 { method GetTotalBytes (line 2622) | func (x *AddItemsResponse) GetTotalBytes() int64 { method GetCompletedFiles (line 2629) | func (x *AddItemsResponse) GetCompletedFiles() int64 { method GetCompletedBytes (line 2636) | func (x *AddItemsResponse) GetCompletedBytes() int64 { type CreateFolderRequest (line 2643) | type CreateFolderRequest struct method Reset (line 2654) | func (x *CreateFolderRequest) Reset() { method String (line 2663) | func (x *CreateFolderRequest) String() string { method ProtoMessage (line 2667) | func (*CreateFolderRequest) ProtoMessage() {} method ProtoReflect (line 2669) | func (x *CreateFolderRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 2682) | func (*CreateFolderRequest) Descriptor() ([]byte, []int) { method GetPath (line 2686) | func (x *CreateFolderRequest) GetPath() string { method GetBucket (line 2693) | func (x *CreateFolderRequest) GetBucket() string { type CreateFolderResponse (line 2701) | type CreateFolderResponse struct method Reset (line 2707) | func (x *CreateFolderResponse) Reset() { method String (line 2716) | func (x *CreateFolderResponse) String() string { method ProtoMessage (line 2720) | func (*CreateFolderResponse) ProtoMessage() {} method ProtoReflect (line 2722) | func (x *CreateFolderResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 2735) | func (*CreateFolderResponse) Descriptor() ([]byte, []int) { type BackupKeysByPassphraseRequest (line 2739) | type BackupKeysByPassphraseRequest struct method Reset (line 2749) | func (x *BackupKeysByPassphraseRequest) Reset() { method String (line 2758) | func (x *BackupKeysByPassphraseRequest) String() string { method ProtoMessage (line 2762) | func (*BackupKeysByPassphraseRequest) ProtoMessage() {} method ProtoReflect (line 2764) | func (x *BackupKeysByPassphraseRequest) ProtoReflect() protoreflect.Me... method Descriptor (line 2777) | func (*BackupKeysByPassphraseRequest) Descriptor() ([]byte, []int) { method GetUuid (line 2781) | func (x *BackupKeysByPassphraseRequest) GetUuid() string { method GetPassphrase (line 2788) | func (x *BackupKeysByPassphraseRequest) GetPassphrase() string { method GetType (line 2795) | func (x *BackupKeysByPassphraseRequest) GetType() KeyBackupType { type BackupKeysByPassphraseResponse (line 2802) | type BackupKeysByPassphraseResponse struct method Reset (line 2808) | func (x *BackupKeysByPassphraseResponse) Reset() { method String (line 2817) | func (x *BackupKeysByPassphraseResponse) String() string { method ProtoMessage (line 2821) | func (*BackupKeysByPassphraseResponse) ProtoMessage() {} method ProtoReflect (line 2823) | func (x *BackupKeysByPassphraseResponse) ProtoReflect() protoreflect.M... method Descriptor (line 2836) | func (*BackupKeysByPassphraseResponse) Descriptor() ([]byte, []int) { type RecoverKeysByPassphraseRequest (line 2840) | type RecoverKeysByPassphraseRequest struct method Reset (line 2850) | func (x *RecoverKeysByPassphraseRequest) Reset() { method String (line 2859) | func (x *RecoverKeysByPassphraseRequest) String() string { method ProtoMessage (line 2863) | func (*RecoverKeysByPassphraseRequest) ProtoMessage() {} method ProtoReflect (line 2865) | func (x *RecoverKeysByPassphraseRequest) ProtoReflect() protoreflect.M... method Descriptor (line 2878) | func (*RecoverKeysByPassphraseRequest) Descriptor() ([]byte, []int) { method GetUuid (line 2882) | func (x *RecoverKeysByPassphraseRequest) GetUuid() string { method GetPassphrase (line 2889) | func (x *RecoverKeysByPassphraseRequest) GetPassphrase() string { method GetType (line 2896) | func (x *RecoverKeysByPassphraseRequest) GetType() KeyBackupType { type RecoverKeysByPassphraseResponse (line 2903) | type RecoverKeysByPassphraseResponse struct method Reset (line 2909) | func (x *RecoverKeysByPassphraseResponse) Reset() { method String (line 2918) | func (x *RecoverKeysByPassphraseResponse) String() string { method ProtoMessage (line 2922) | func (*RecoverKeysByPassphraseResponse) ProtoMessage() {} method ProtoReflect (line 2924) | func (x *RecoverKeysByPassphraseResponse) ProtoReflect() protoreflect.... method Descriptor (line 2937) | func (*RecoverKeysByPassphraseResponse) Descriptor() ([]byte, []int) { type TestKeysPassphraseRequest (line 2941) | type TestKeysPassphraseRequest struct method Reset (line 2950) | func (x *TestKeysPassphraseRequest) Reset() { method String (line 2959) | func (x *TestKeysPassphraseRequest) String() string { method ProtoMessage (line 2963) | func (*TestKeysPassphraseRequest) ProtoMessage() {} method ProtoReflect (line 2965) | func (x *TestKeysPassphraseRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 2978) | func (*TestKeysPassphraseRequest) Descriptor() ([]byte, []int) { method GetUuid (line 2982) | func (x *TestKeysPassphraseRequest) GetUuid() string { method GetPassphrase (line 2989) | func (x *TestKeysPassphraseRequest) GetPassphrase() string { type TestKeysPassphraseResponse (line 2996) | type TestKeysPassphraseResponse struct method Reset (line 3002) | func (x *TestKeysPassphraseResponse) Reset() { method String (line 3011) | func (x *TestKeysPassphraseResponse) String() string { method ProtoMessage (line 3015) | func (*TestKeysPassphraseResponse) ProtoMessage() {} method ProtoReflect (line 3017) | func (x *TestKeysPassphraseResponse) ProtoReflect() protoreflect.Messa... method Descriptor (line 3030) | func (*TestKeysPassphraseResponse) Descriptor() ([]byte, []int) { type ThreadInfo (line 3034) | type ThreadInfo struct method Reset (line 3043) | func (x *ThreadInfo) Reset() { method String (line 3052) | func (x *ThreadInfo) String() string { method ProtoMessage (line 3056) | func (*ThreadInfo) ProtoMessage() {} method ProtoReflect (line 3058) | func (x *ThreadInfo) ProtoReflect() protoreflect.Message { method Descriptor (line 3071) | func (*ThreadInfo) Descriptor() ([]byte, []int) { method GetAddresses (line 3075) | func (x *ThreadInfo) GetAddresses() []string { method GetKey (line 3082) | func (x *ThreadInfo) GetKey() string { type ShareBucketRequest (line 3089) | type ShareBucketRequest struct method Reset (line 3097) | func (x *ShareBucketRequest) Reset() { method String (line 3106) | func (x *ShareBucketRequest) String() string { method ProtoMessage (line 3110) | func (*ShareBucketRequest) ProtoMessage() {} method ProtoReflect (line 3112) | func (x *ShareBucketRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 3125) | func (*ShareBucketRequest) Descriptor() ([]byte, []int) { method GetBucket (line 3129) | func (x *ShareBucketRequest) GetBucket() string { type ShareBucketResponse (line 3136) | type ShareBucketResponse struct method Reset (line 3144) | func (x *ShareBucketResponse) Reset() { method String (line 3153) | func (x *ShareBucketResponse) String() string { method ProtoMessage (line 3157) | func (*ShareBucketResponse) ProtoMessage() {} method ProtoReflect (line 3159) | func (x *ShareBucketResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 3172) | func (*ShareBucketResponse) Descriptor() ([]byte, []int) { method GetThreadinfo (line 3176) | func (x *ShareBucketResponse) GetThreadinfo() *ThreadInfo { type JoinBucketRequest (line 3183) | type JoinBucketRequest struct method Reset (line 3192) | func (x *JoinBucketRequest) Reset() { method String (line 3201) | func (x *JoinBucketRequest) String() string { method ProtoMessage (line 3205) | func (*JoinBucketRequest) ProtoMessage() {} method ProtoReflect (line 3207) | func (x *JoinBucketRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 3220) | func (*JoinBucketRequest) Descriptor() ([]byte, []int) { method GetThreadinfo (line 3224) | func (x *JoinBucketRequest) GetThreadinfo() *ThreadInfo { method GetBucket (line 3231) | func (x *JoinBucketRequest) GetBucket() string { type JoinBucketResponse (line 3238) | type JoinBucketResponse struct method Reset (line 3246) | func (x *JoinBucketResponse) Reset() { method String (line 3255) | func (x *JoinBucketResponse) String() string { method ProtoMessage (line 3259) | func (*JoinBucketResponse) ProtoMessage() {} method ProtoReflect (line 3261) | func (x *JoinBucketResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 3274) | func (*JoinBucketResponse) Descriptor() ([]byte, []int) { method GetResult (line 3278) | func (x *JoinBucketResponse) GetResult() bool { type ShareFilesViaPublicKeyRequest (line 3285) | type ShareFilesViaPublicKeyRequest struct method Reset (line 3294) | func (x *ShareFilesViaPublicKeyRequest) Reset() { method String (line 3303) | func (x *ShareFilesViaPublicKeyRequest) String() string { method ProtoMessage (line 3307) | func (*ShareFilesViaPublicKeyRequest) ProtoMessage() {} method ProtoReflect (line 3309) | func (x *ShareFilesViaPublicKeyRequest) ProtoReflect() protoreflect.Me... method Descriptor (line 3322) | func (*ShareFilesViaPublicKeyRequest) Descriptor() ([]byte, []int) { method GetPublicKeys (line 3326) | func (x *ShareFilesViaPublicKeyRequest) GetPublicKeys() []string { method GetPaths (line 3333) | func (x *ShareFilesViaPublicKeyRequest) GetPaths() []*FullPath { type FullPath (line 3340) | type FullPath struct method Reset (line 3350) | func (x *FullPath) Reset() { method String (line 3359) | func (x *FullPath) String() string { method ProtoMessage (line 3363) | func (*FullPath) ProtoMessage() {} method ProtoReflect (line 3365) | func (x *FullPath) ProtoReflect() protoreflect.Message { method Descriptor (line 3378) | func (*FullPath) Descriptor() ([]byte, []int) { method GetDbId (line 3382) | func (x *FullPath) GetDbId() string { method GetBucket (line 3389) | func (x *FullPath) GetBucket() string { method GetPath (line 3396) | func (x *FullPath) GetPath() string { type ShareFilesViaPublicKeyResponse (line 3403) | type ShareFilesViaPublicKeyResponse struct method Reset (line 3409) | func (x *ShareFilesViaPublicKeyResponse) Reset() { method String (line 3418) | func (x *ShareFilesViaPublicKeyResponse) String() string { method ProtoMessage (line 3422) | func (*ShareFilesViaPublicKeyResponse) ProtoMessage() {} method ProtoReflect (line 3424) | func (x *ShareFilesViaPublicKeyResponse) ProtoReflect() protoreflect.M... method Descriptor (line 3437) | func (*ShareFilesViaPublicKeyResponse) Descriptor() ([]byte, []int) { type UnshareFilesViaPublicKeyRequest (line 3441) | type UnshareFilesViaPublicKeyRequest struct method Reset (line 3450) | func (x *UnshareFilesViaPublicKeyRequest) Reset() { method String (line 3459) | func (x *UnshareFilesViaPublicKeyRequest) String() string { method ProtoMessage (line 3463) | func (*UnshareFilesViaPublicKeyRequest) ProtoMessage() {} method ProtoReflect (line 3465) | func (x *UnshareFilesViaPublicKeyRequest) ProtoReflect() protoreflect.... method Descriptor (line 3478) | func (*UnshareFilesViaPublicKeyRequest) Descriptor() ([]byte, []int) { method GetPublicKeys (line 3482) | func (x *UnshareFilesViaPublicKeyRequest) GetPublicKeys() []string { method GetPaths (line 3489) | func (x *UnshareFilesViaPublicKeyRequest) GetPaths() []*FullPath { type UnshareFilesViaPublicKeyResponse (line 3496) | type UnshareFilesViaPublicKeyResponse struct method Reset (line 3502) | func (x *UnshareFilesViaPublicKeyResponse) Reset() { method String (line 3511) | func (x *UnshareFilesViaPublicKeyResponse) String() string { method ProtoMessage (line 3515) | func (*UnshareFilesViaPublicKeyResponse) ProtoMessage() {} method ProtoReflect (line 3517) | func (x *UnshareFilesViaPublicKeyResponse) ProtoReflect() protoreflect... method Descriptor (line 3530) | func (*UnshareFilesViaPublicKeyResponse) Descriptor() ([]byte, []int) { type GeneratePublicFileLinkRequest (line 3534) | type GeneratePublicFileLinkRequest struct method Reset (line 3547) | func (x *GeneratePublicFileLinkRequest) Reset() { method String (line 3556) | func (x *GeneratePublicFileLinkRequest) String() string { method ProtoMessage (line 3560) | func (*GeneratePublicFileLinkRequest) ProtoMessage() {} method ProtoReflect (line 3562) | func (x *GeneratePublicFileLinkRequest) ProtoReflect() protoreflect.Me... method Descriptor (line 3575) | func (*GeneratePublicFileLinkRequest) Descriptor() ([]byte, []int) { method GetBucket (line 3579) | func (x *GeneratePublicFileLinkRequest) GetBucket() string { method GetItemPaths (line 3586) | func (x *GeneratePublicFileLinkRequest) GetItemPaths() []string { method GetPassword (line 3593) | func (x *GeneratePublicFileLinkRequest) GetPassword() string { method GetDbId (line 3600) | func (x *GeneratePublicFileLinkRequest) GetDbId() string { type GeneratePublicFileLinkResponse (line 3607) | type GeneratePublicFileLinkResponse struct method Reset (line 3616) | func (x *GeneratePublicFileLinkResponse) Reset() { method String (line 3625) | func (x *GeneratePublicFileLinkResponse) String() string { method ProtoMessage (line 3629) | func (*GeneratePublicFileLinkResponse) ProtoMessage() {} method ProtoReflect (line 3631) | func (x *GeneratePublicFileLinkResponse) ProtoReflect() protoreflect.M... method Descriptor (line 3644) | func (*GeneratePublicFileLinkResponse) Descriptor() ([]byte, []int) { method GetLink (line 3648) | func (x *GeneratePublicFileLinkResponse) GetLink() string { method GetFileCid (line 3655) | func (x *GeneratePublicFileLinkResponse) GetFileCid() string { type ToggleFuseRequest (line 3662) | type ToggleFuseRequest struct method Reset (line 3670) | func (x *ToggleFuseRequest) Reset() { method String (line 3679) | func (x *ToggleFuseRequest) String() string { method ProtoMessage (line 3683) | func (*ToggleFuseRequest) ProtoMessage() {} method ProtoReflect (line 3685) | func (x *ToggleFuseRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 3698) | func (*ToggleFuseRequest) Descriptor() ([]byte, []int) { method GetMountDrive (line 3702) | func (x *ToggleFuseRequest) GetMountDrive() bool { type FuseDriveResponse (line 3709) | type FuseDriveResponse struct method Reset (line 3718) | func (x *FuseDriveResponse) Reset() { method String (line 3727) | func (x *FuseDriveResponse) String() string { method ProtoMessage (line 3731) | func (*FuseDriveResponse) ProtoMessage() {} method ProtoReflect (line 3733) | func (x *FuseDriveResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 3746) | func (*FuseDriveResponse) Descriptor() ([]byte, []int) { method GetState (line 3750) | func (x *FuseDriveResponse) GetState() FuseState { method GetMountPath (line 3757) | func (x *FuseDriveResponse) GetMountPath() string { type ListBucketsRequest (line 3764) | type ListBucketsRequest struct method Reset (line 3770) | func (x *ListBucketsRequest) Reset() { method String (line 3779) | func (x *ListBucketsRequest) String() string { method ProtoMessage (line 3783) | func (*ListBucketsRequest) ProtoMessage() {} method ProtoReflect (line 3785) | func (x *ListBucketsRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 3798) | func (*ListBucketsRequest) Descriptor() ([]byte, []int) { type ListBucketsResponse (line 3802) | type ListBucketsResponse struct method Reset (line 3810) | func (x *ListBucketsResponse) Reset() { method String (line 3819) | func (x *ListBucketsResponse) String() string { method ProtoMessage (line 3823) | func (*ListBucketsResponse) ProtoMessage() {} method ProtoReflect (line 3825) | func (x *ListBucketsResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 3838) | func (*ListBucketsResponse) Descriptor() ([]byte, []int) { method GetBuckets (line 3842) | func (x *ListBucketsResponse) GetBuckets() []*Bucket { type Invitation (line 3849) | type Invitation struct method Reset (line 3860) | func (x *Invitation) Reset() { method String (line 3869) | func (x *Invitation) String() string { method ProtoMessage (line 3873) | func (*Invitation) ProtoMessage() {} method ProtoReflect (line 3875) | func (x *Invitation) ProtoReflect() protoreflect.Message { method Descriptor (line 3888) | func (*Invitation) Descriptor() ([]byte, []int) { method GetInviterPublicKey (line 3892) | func (x *Invitation) GetInviterPublicKey() string { method GetInvitationID (line 3899) | func (x *Invitation) GetInvitationID() string { method GetStatus (line 3906) | func (x *Invitation) GetStatus() InvitationStatus { method GetItemPaths (line 3913) | func (x *Invitation) GetItemPaths() []*FullPath { type UsageAlert (line 3920) | type UsageAlert struct method Reset (line 3930) | func (x *UsageAlert) Reset() { method String (line 3939) | func (x *UsageAlert) String() string { method ProtoMessage (line 3943) | func (*UsageAlert) ProtoMessage() {} method ProtoReflect (line 3945) | func (x *UsageAlert) ProtoReflect() protoreflect.Message { method Descriptor (line 3958) | func (*UsageAlert) Descriptor() ([]byte, []int) { method GetUsed (line 3962) | func (x *UsageAlert) GetUsed() int64 { method GetLimit (line 3969) | func (x *UsageAlert) GetLimit() int64 { method GetMessage (line 3976) | func (x *UsageAlert) GetMessage() string { type InvitationAccept (line 3983) | type InvitationAccept struct method Reset (line 3991) | func (x *InvitationAccept) Reset() { method String (line 4000) | func (x *InvitationAccept) String() string { method ProtoMessage (line 4004) | func (*InvitationAccept) ProtoMessage() {} method ProtoReflect (line 4006) | func (x *InvitationAccept) ProtoReflect() protoreflect.Message { method Descriptor (line 4019) | func (*InvitationAccept) Descriptor() ([]byte, []int) { method GetInvitationID (line 4023) | func (x *InvitationAccept) GetInvitationID() string { type RevokedInvitation (line 4030) | type RevokedInvitation struct method Reset (line 4039) | func (x *RevokedInvitation) Reset() { method String (line 4048) | func (x *RevokedInvitation) String() string { method ProtoMessage (line 4052) | func (*RevokedInvitation) ProtoMessage() {} method ProtoReflect (line 4054) | func (x *RevokedInvitation) ProtoReflect() protoreflect.Message { method Descriptor (line 4067) | func (*RevokedInvitation) Descriptor() ([]byte, []int) { method GetInviterPublicKey (line 4071) | func (x *RevokedInvitation) GetInviterPublicKey() string { method GetItemPaths (line 4078) | func (x *RevokedInvitation) GetItemPaths() []*FullPath { type Notification (line 4085) | type Notification struct method Reset (line 4104) | func (x *Notification) Reset() { method String (line 4113) | func (x *Notification) String() string { method ProtoMessage (line 4117) | func (*Notification) ProtoMessage() {} method ProtoReflect (line 4119) | func (x *Notification) ProtoReflect() protoreflect.Message { method Descriptor (line 4132) | func (*Notification) Descriptor() ([]byte, []int) { method GetID (line 4136) | func (x *Notification) GetID() string { method GetSubject (line 4143) | func (x *Notification) GetSubject() string { method GetBody (line 4150) | func (x *Notification) GetBody() string { method GetRelatedObject (line 4157) | func (m *Notification) GetRelatedObject() isNotification_RelatedObject { method GetInvitationValue (line 4164) | func (x *Notification) GetInvitationValue() *Invitation { method GetUsageAlert (line 4171) | func (x *Notification) GetUsageAlert() *UsageAlert { method GetInvitationAccept (line 4178) | func (x *Notification) GetInvitationAccept() *InvitationAccept { method GetRevokedInvitation (line 4185) | func (x *Notification) GetRevokedInvitation() *RevokedInvitation { method GetType (line 4192) | func (x *Notification) GetType() NotificationType { method GetCreatedAt (line 4199) | func (x *Notification) GetCreatedAt() int64 { method GetReadAt (line 4206) | func (x *Notification) GetReadAt() int64 { type isNotification_RelatedObject (line 4213) | type isNotification_RelatedObject interface type Notification_InvitationValue (line 4217) | type Notification_InvitationValue struct method isNotification_RelatedObject (line 4233) | func (*Notification_InvitationValue) isNotification_RelatedObject() {} type Notification_UsageAlert (line 4221) | type Notification_UsageAlert struct method isNotification_RelatedObject (line 4235) | func (*Notification_UsageAlert) isNotification_RelatedObject() {} type Notification_InvitationAccept (line 4225) | type Notification_InvitationAccept struct method isNotification_RelatedObject (line 4237) | func (*Notification_InvitationAccept) isNotification_RelatedObject() {} type Notification_RevokedInvitation (line 4229) | type Notification_RevokedInvitation struct method isNotification_RelatedObject (line 4239) | func (*Notification_RevokedInvitation) isNotification_RelatedObject() {} type HandleFilesInvitationRequest (line 4241) | type HandleFilesInvitationRequest struct method Reset (line 4250) | func (x *HandleFilesInvitationRequest) Reset() { method String (line 4259) | func (x *HandleFilesInvitationRequest) String() string { method ProtoMessage (line 4263) | func (*HandleFilesInvitationRequest) ProtoMessage() {} method ProtoReflect (line 4265) | func (x *HandleFilesInvitationRequest) ProtoReflect() protoreflect.Mes... method Descriptor (line 4278) | func (*HandleFilesInvitationRequest) Descriptor() ([]byte, []int) { method GetInvitationID (line 4282) | func (x *HandleFilesInvitationRequest) GetInvitationID() string { method GetAccept (line 4289) | func (x *HandleFilesInvitationRequest) GetAccept() bool { type HandleFilesInvitationResponse (line 4296) | type HandleFilesInvitationResponse struct method Reset (line 4302) | func (x *HandleFilesInvitationResponse) Reset() { method String (line 4311) | func (x *HandleFilesInvitationResponse) String() string { method ProtoMessage (line 4315) | func (*HandleFilesInvitationResponse) ProtoMessage() {} method ProtoReflect (line 4317) | func (x *HandleFilesInvitationResponse) ProtoReflect() protoreflect.Me... method Descriptor (line 4330) | func (*HandleFilesInvitationResponse) Descriptor() ([]byte, []int) { type NotificationEventResponse (line 4334) | type NotificationEventResponse struct method Reset (line 4342) | func (x *NotificationEventResponse) Reset() { method String (line 4351) | func (x *NotificationEventResponse) String() string { method ProtoMessage (line 4355) | func (*NotificationEventResponse) ProtoMessage() {} method ProtoReflect (line 4357) | func (x *NotificationEventResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 4370) | func (*NotificationEventResponse) Descriptor() ([]byte, []int) { method GetNotification (line 4374) | func (x *NotificationEventResponse) GetNotification() *Notification { type GetNotificationsRequest (line 4381) | type GetNotificationsRequest struct method Reset (line 4390) | func (x *GetNotificationsRequest) Reset() { method String (line 4399) | func (x *GetNotificationsRequest) String() string { method ProtoMessage (line 4403) | func (*GetNotificationsRequest) ProtoMessage() {} method ProtoReflect (line 4405) | func (x *GetNotificationsRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 4418) | func (*GetNotificationsRequest) Descriptor() ([]byte, []int) { method GetSeek (line 4422) | func (x *GetNotificationsRequest) GetSeek() string { method GetLimit (line 4429) | func (x *GetNotificationsRequest) GetLimit() int64 { type GetNotificationsResponse (line 4436) | type GetNotificationsResponse struct method Reset (line 4446) | func (x *GetNotificationsResponse) Reset() { method String (line 4455) | func (x *GetNotificationsResponse) String() string { method ProtoMessage (line 4459) | func (*GetNotificationsResponse) ProtoMessage() {} method ProtoReflect (line 4461) | func (x *GetNotificationsResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 4474) | func (*GetNotificationsResponse) Descriptor() ([]byte, []int) { method GetNotifications (line 4478) | func (x *GetNotificationsResponse) GetNotifications() []*Notification { method GetNextOffset (line 4485) | func (x *GetNotificationsResponse) GetNextOffset() string { method GetLastSeenAt (line 4492) | func (x *GetNotificationsResponse) GetLastSeenAt() int64 { type ReadNotificationRequest (line 4499) | type ReadNotificationRequest struct method Reset (line 4507) | func (x *ReadNotificationRequest) Reset() { method String (line 4516) | func (x *ReadNotificationRequest) String() string { method ProtoMessage (line 4520) | func (*ReadNotificationRequest) ProtoMessage() {} method ProtoReflect (line 4522) | func (x *ReadNotificationRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 4535) | func (*ReadNotificationRequest) Descriptor() ([]byte, []int) { method GetID (line 4539) | func (x *ReadNotificationRequest) GetID() string { type ReadNotificationResponse (line 4546) | type ReadNotificationResponse struct method Reset (line 4552) | func (x *ReadNotificationResponse) Reset() { method String (line 4561) | func (x *ReadNotificationResponse) String() string { method ProtoMessage (line 4565) | func (*ReadNotificationResponse) ProtoMessage() {} method ProtoReflect (line 4567) | func (x *ReadNotificationResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 4580) | func (*ReadNotificationResponse) Descriptor() ([]byte, []int) { type GetPublicKeyRequest (line 4584) | type GetPublicKeyRequest struct method Reset (line 4590) | func (x *GetPublicKeyRequest) Reset() { method String (line 4599) | func (x *GetPublicKeyRequest) String() string { method ProtoMessage (line 4603) | func (*GetPublicKeyRequest) ProtoMessage() {} method ProtoReflect (line 4605) | func (x *GetPublicKeyRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 4618) | func (*GetPublicKeyRequest) Descriptor() ([]byte, []int) { type GetPublicKeyResponse (line 4622) | type GetPublicKeyResponse struct method Reset (line 4631) | func (x *GetPublicKeyResponse) Reset() { method String (line 4640) | func (x *GetPublicKeyResponse) String() string { method ProtoMessage (line 4644) | func (*GetPublicKeyResponse) ProtoMessage() {} method ProtoReflect (line 4646) | func (x *GetPublicKeyResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 4659) | func (*GetPublicKeyResponse) Descriptor() ([]byte, []int) { method GetPublicKey (line 4663) | func (x *GetPublicKeyResponse) GetPublicKey() string { type RecoverKeysByLocalBackupRequest (line 4670) | type RecoverKeysByLocalBackupRequest struct method Reset (line 4678) | func (x *RecoverKeysByLocalBackupRequest) Reset() { method String (line 4687) | func (x *RecoverKeysByLocalBackupRequest) String() string { method ProtoMessage (line 4691) | func (*RecoverKeysByLocalBackupRequest) ProtoMessage() {} method ProtoReflect (line 4693) | func (x *RecoverKeysByLocalBackupRequest) ProtoReflect() protoreflect.... method Descriptor (line 4706) | func (*RecoverKeysByLocalBackupRequest) Descriptor() ([]byte, []int) { method GetPathToKeyBackup (line 4710) | func (x *RecoverKeysByLocalBackupRequest) GetPathToKeyBackup() string { type RecoverKeysByLocalBackupResponse (line 4717) | type RecoverKeysByLocalBackupResponse struct method Reset (line 4723) | func (x *RecoverKeysByLocalBackupResponse) Reset() { method String (line 4732) | func (x *RecoverKeysByLocalBackupResponse) String() string { method ProtoMessage (line 4736) | func (*RecoverKeysByLocalBackupResponse) ProtoMessage() {} method ProtoReflect (line 4738) | func (x *RecoverKeysByLocalBackupResponse) ProtoReflect() protoreflect... method Descriptor (line 4751) | func (*RecoverKeysByLocalBackupResponse) Descriptor() ([]byte, []int) { type CreateLocalKeysBackupRequest (line 4755) | type CreateLocalKeysBackupRequest struct method Reset (line 4764) | func (x *CreateLocalKeysBackupRequest) Reset() { method String (line 4773) | func (x *CreateLocalKeysBackupRequest) String() string { method ProtoMessage (line 4777) | func (*CreateLocalKeysBackupRequest) ProtoMessage() {} method ProtoReflect (line 4779) | func (x *CreateLocalKeysBackupRequest) ProtoReflect() protoreflect.Mes... method Descriptor (line 4792) | func (*CreateLocalKeysBackupRequest) Descriptor() ([]byte, []int) { method GetPathToKeyBackup (line 4796) | func (x *CreateLocalKeysBackupRequest) GetPathToKeyBackup() string { type CreateLocalKeysBackupResponse (line 4803) | type CreateLocalKeysBackupResponse struct method Reset (line 4809) | func (x *CreateLocalKeysBackupResponse) Reset() { method String (line 4818) | func (x *CreateLocalKeysBackupResponse) String() string { method ProtoMessage (line 4822) | func (*CreateLocalKeysBackupResponse) ProtoMessage() {} method ProtoReflect (line 4824) | func (x *CreateLocalKeysBackupResponse) ProtoReflect() protoreflect.Me... method Descriptor (line 4837) | func (*CreateLocalKeysBackupResponse) Descriptor() ([]byte, []int) { type DeleteAccountRequest (line 4841) | type DeleteAccountRequest struct method Reset (line 4847) | func (x *DeleteAccountRequest) Reset() { method String (line 4856) | func (x *DeleteAccountRequest) String() string { method ProtoMessage (line 4860) | func (*DeleteAccountRequest) ProtoMessage() {} method ProtoReflect (line 4862) | func (x *DeleteAccountRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 4875) | func (*DeleteAccountRequest) Descriptor() ([]byte, []int) { type DeleteAccountResponse (line 4879) | type DeleteAccountResponse struct method Reset (line 4885) | func (x *DeleteAccountResponse) Reset() { method String (line 4894) | func (x *DeleteAccountResponse) String() string { method ProtoMessage (line 4898) | func (*DeleteAccountResponse) ProtoMessage() {} method ProtoReflect (line 4900) | func (x *DeleteAccountResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 4913) | func (*DeleteAccountResponse) Descriptor() ([]byte, []int) { type DeleteKeyPairRequest (line 4917) | type DeleteKeyPairRequest struct method Reset (line 4923) | func (x *DeleteKeyPairRequest) Reset() { method String (line 4932) | func (x *DeleteKeyPairRequest) String() string { method ProtoMessage (line 4936) | func (*DeleteKeyPairRequest) ProtoMessage() {} method ProtoReflect (line 4938) | func (x *DeleteKeyPairRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 4951) | func (*DeleteKeyPairRequest) Descriptor() ([]byte, []int) { type DeleteKeyPairResponse (line 4955) | type DeleteKeyPairResponse struct method Reset (line 4961) | func (x *DeleteKeyPairResponse) Reset() { method String (line 4970) | func (x *DeleteKeyPairResponse) String() string { method ProtoMessage (line 4974) | func (*DeleteKeyPairResponse) ProtoMessage() {} method ProtoReflect (line 4976) | func (x *DeleteKeyPairResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 4989) | func (*DeleteKeyPairResponse) Descriptor() ([]byte, []int) { type GetAPISessionTokensRequest (line 4993) | type GetAPISessionTokensRequest struct method Reset (line 4999) | func (x *GetAPISessionTokensRequest) Reset() { method String (line 5008) | func (x *GetAPISessionTokensRequest) String() string { method ProtoMessage (line 5012) | func (*GetAPISessionTokensRequest) ProtoMessage() {} method ProtoReflect (line 5014) | func (x *GetAPISessionTokensRequest) ProtoReflect() protoreflect.Messa... method Descriptor (line 5027) | func (*GetAPISessionTokensRequest) Descriptor() ([]byte, []int) { type GetAPISessionTokensResponse (line 5031) | type GetAPISessionTokensResponse struct method Reset (line 5040) | func (x *GetAPISessionTokensResponse) Reset() { method String (line 5049) | func (x *GetAPISessionTokensResponse) String() string { method ProtoMessage (line 5053) | func (*GetAPISessionTokensResponse) ProtoMessage() {} method ProtoReflect (line 5055) | func (x *GetAPISessionTokensResponse) ProtoReflect() protoreflect.Mess... method Descriptor (line 5068) | func (*GetAPISessionTokensResponse) Descriptor() ([]byte, []int) { method GetHubToken (line 5072) | func (x *GetAPISessionTokensResponse) GetHubToken() string { method GetServicesToken (line 5079) | func (x *GetAPISessionTokensResponse) GetServicesToken() string { type GetRecentlySharedWithRequest (line 5086) | type GetRecentlySharedWithRequest struct method Reset (line 5092) | func (x *GetRecentlySharedWithRequest) Reset() { method String (line 5101) | func (x *GetRecentlySharedWithRequest) String() string { method ProtoMessage (line 5105) | func (*GetRecentlySharedWithRequest) ProtoMessage() {} method ProtoReflect (line 5107) | func (x *GetRecentlySharedWithRequest) ProtoReflect() protoreflect.Mes... method Descriptor (line 5120) | func (*GetRecentlySharedWithRequest) Descriptor() ([]byte, []int) { type GetRecentlySharedWithResponse (line 5124) | type GetRecentlySharedWithResponse struct method Reset (line 5132) | func (x *GetRecentlySharedWithResponse) Reset() { method String (line 5141) | func (x *GetRecentlySharedWithResponse) String() string { method ProtoMessage (line 5145) | func (*GetRecentlySharedWithResponse) ProtoMessage() {} method ProtoReflect (line 5147) | func (x *GetRecentlySharedWithResponse) ProtoReflect() protoreflect.Me... method Descriptor (line 5160) | func (*GetRecentlySharedWithResponse) Descriptor() ([]byte, []int) { method GetMembers (line 5164) | func (x *GetRecentlySharedWithResponse) GetMembers() []*FileMember { type InitializeMasterAppTokenRequest (line 5171) | type InitializeMasterAppTokenRequest struct method Reset (line 5177) | func (x *InitializeMasterAppTokenRequest) Reset() { method String (line 5186) | func (x *InitializeMasterAppTokenRequest) String() string { method ProtoMessage (line 5190) | func (*InitializeMasterAppTokenRequest) ProtoMessage() {} method ProtoReflect (line 5192) | func (x *InitializeMasterAppTokenRequest) ProtoReflect() protoreflect.... method Descriptor (line 5205) | func (*InitializeMasterAppTokenRequest) Descriptor() ([]byte, []int) { type InitializeMasterAppTokenResponse (line 5209) | type InitializeMasterAppTokenResponse struct method Reset (line 5217) | func (x *InitializeMasterAppTokenResponse) Reset() { method String (line 5226) | func (x *InitializeMasterAppTokenResponse) String() string { method ProtoMessage (line 5230) | func (*InitializeMasterAppTokenResponse) ProtoMessage() {} method ProtoReflect (line 5232) | func (x *InitializeMasterAppTokenResponse) ProtoReflect() protoreflect... method Descriptor (line 5245) | func (*InitializeMasterAppTokenResponse) Descriptor() ([]byte, []int) { method GetAppToken (line 5249) | func (x *InitializeMasterAppTokenResponse) GetAppToken() string { type AllowedMethod (line 5256) | type AllowedMethod struct method Reset (line 5264) | func (x *AllowedMethod) Reset() { method String (line 5273) | func (x *AllowedMethod) String() string { method ProtoMessage (line 5277) | func (*AllowedMethod) ProtoMessage() {} method ProtoReflect (line 5279) | func (x *AllowedMethod) ProtoReflect() protoreflect.Message { method Descriptor (line 5292) | func (*AllowedMethod) Descriptor() ([]byte, []int) { method GetMethodName (line 5296) | func (x *AllowedMethod) GetMethodName() string { type GenerateAppTokenRequest (line 5303) | type GenerateAppTokenRequest struct method Reset (line 5311) | func (x *GenerateAppTokenRequest) Reset() { method String (line 5320) | func (x *GenerateAppTokenRequest) String() string { method ProtoMessage (line 5324) | func (*GenerateAppTokenRequest) ProtoMessage() {} method ProtoReflect (line 5326) | func (x *GenerateAppTokenRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 5339) | func (*GenerateAppTokenRequest) Descriptor() ([]byte, []int) { method GetAllowedMethods (line 5343) | func (x *GenerateAppTokenRequest) GetAllowedMethods() []*AllowedMethod { type GenerateAppTokenResponse (line 5350) | type GenerateAppTokenResponse struct method Reset (line 5358) | func (x *GenerateAppTokenResponse) Reset() { method String (line 5367) | func (x *GenerateAppTokenResponse) String() string { method ProtoMessage (line 5371) | func (*GenerateAppTokenResponse) ProtoMessage() {} method ProtoReflect (line 5373) | func (x *GenerateAppTokenResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 5386) | func (*GenerateAppTokenResponse) Descriptor() ([]byte, []int) { method GetAppToken (line 5390) | func (x *GenerateAppTokenResponse) GetAppToken() string { type RemoveDirOrFileRequest (line 5397) | type RemoveDirOrFileRequest struct method Reset (line 5406) | func (x *RemoveDirOrFileRequest) Reset() { method String (line 5415) | func (x *RemoveDirOrFileRequest) String() string { method ProtoMessage (line 5419) | func (*RemoveDirOrFileRequest) ProtoMessage() {} method ProtoReflect (line 5421) | func (x *RemoveDirOrFileRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 5434) | func (*RemoveDirOrFileRequest) Descriptor() ([]byte, []int) { method GetPath (line 5438) | func (x *RemoveDirOrFileRequest) GetPath() string { method GetBucket (line 5445) | func (x *RemoveDirOrFileRequest) GetBucket() string { type RemoveDirOrFileResponse (line 5452) | type RemoveDirOrFileResponse struct method Reset (line 5458) | func (x *RemoveDirOrFileResponse) Reset() { method String (line 5467) | func (x *RemoveDirOrFileResponse) String() string { method ProtoMessage (line 5471) | func (*RemoveDirOrFileResponse) ProtoMessage() {} method ProtoReflect (line 5473) | func (x *RemoveDirOrFileResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 5486) | func (*RemoveDirOrFileResponse) Descriptor() ([]byte, []int) { function file_space_proto_rawDescGZIP (line 6378) | func file_space_proto_rawDescGZIP() []byte { function init (line 6624) | func init() { file_space_proto_init() } function file_space_proto_init (line 6625) | func file_space_proto_init() { constant _ (line 7840) | _ = grpc.SupportPackageIsVersion6 type SpaceApiClient (line 7845) | type SpaceApiClient interface type spaceApiClient (line 7931) | type spaceApiClient struct method ListDirectories (line 7939) | func (c *spaceApiClient) ListDirectories(ctx context.Context, in *List... method ListDirectory (line 7948) | func (c *spaceApiClient) ListDirectory(ctx context.Context, in *ListDi... method GenerateKeyPair (line 7957) | func (c *spaceApiClient) GenerateKeyPair(ctx context.Context, in *Gene... method GetStoredMnemonic (line 7966) | func (c *spaceApiClient) GetStoredMnemonic(ctx context.Context, in *Ge... method RestoreKeyPairViaMnemonic (line 7975) | func (c *spaceApiClient) RestoreKeyPairViaMnemonic(ctx context.Context... method DeleteKeyPair (line 7984) | func (c *spaceApiClient) DeleteKeyPair(ctx context.Context, in *Delete... method GenerateKeyPairWithForce (line 7993) | func (c *spaceApiClient) GenerateKeyPairWithForce(ctx context.Context,... method GetPublicKey (line 8002) | func (c *spaceApiClient) GetPublicKey(ctx context.Context, in *GetPubl... method Subscribe (line 8011) | func (c *spaceApiClient) Subscribe(ctx context.Context, in *empty.Empt... method TxlSubscribe (line 8043) | func (c *spaceApiClient) TxlSubscribe(ctx context.Context, in *empty.E... method OpenFile (line 8075) | func (c *spaceApiClient) OpenFile(ctx context.Context, in *OpenFileReq... method RemoveDirOrFile (line 8084) | func (c *spaceApiClient) RemoveDirOrFile(ctx context.Context, in *Remo... method GeneratePublicFileLink (line 8093) | func (c *spaceApiClient) GeneratePublicFileLink(ctx context.Context, i... method GetSharedWithMeFiles (line 8102) | func (c *spaceApiClient) GetSharedWithMeFiles(ctx context.Context, in ... method GetSharedByMeFiles (line 8111) | func (c *spaceApiClient) GetSharedByMeFiles(ctx context.Context, in *G... method OpenPublicFile (line 8120) | func (c *spaceApiClient) OpenPublicFile(ctx context.Context, in *OpenP... method AddItems (line 8129) | func (c *spaceApiClient) AddItems(ctx context.Context, in *AddItemsReq... method CreateFolder (line 8161) | func (c *spaceApiClient) CreateFolder(ctx context.Context, in *CreateF... method ToggleFuseDrive (line 8170) | func (c *spaceApiClient) ToggleFuseDrive(ctx context.Context, in *Togg... method GetFuseDriveStatus (line 8179) | func (c *spaceApiClient) GetFuseDriveStatus(ctx context.Context, in *e... method CreateBucket (line 8188) | func (c *spaceApiClient) CreateBucket(ctx context.Context, in *CreateB... method BackupKeysByPassphrase (line 8197) | func (c *spaceApiClient) BackupKeysByPassphrase(ctx context.Context, i... method RecoverKeysByPassphrase (line 8206) | func (c *spaceApiClient) RecoverKeysByPassphrase(ctx context.Context, ... method TestKeysPassphrase (line 8215) | func (c *spaceApiClient) TestKeysPassphrase(ctx context.Context, in *T... method CreateLocalKeysBackup (line 8224) | func (c *spaceApiClient) CreateLocalKeysBackup(ctx context.Context, in... method RecoverKeysByLocalBackup (line 8233) | func (c *spaceApiClient) RecoverKeysByLocalBackup(ctx context.Context,... method ShareBucket (line 8242) | func (c *spaceApiClient) ShareBucket(ctx context.Context, in *ShareBuc... method JoinBucket (line 8251) | func (c *spaceApiClient) JoinBucket(ctx context.Context, in *JoinBucke... method ShareFilesViaPublicKey (line 8260) | func (c *spaceApiClient) ShareFilesViaPublicKey(ctx context.Context, i... method UnshareFilesViaPublicKey (line 8269) | func (c *spaceApiClient) UnshareFilesViaPublicKey(ctx context.Context,... method HandleFilesInvitation (line 8278) | func (c *spaceApiClient) HandleFilesInvitation(ctx context.Context, in... method NotificationSubscribe (line 8287) | func (c *spaceApiClient) NotificationSubscribe(ctx context.Context, in... method ListBuckets (line 8319) | func (c *spaceApiClient) ListBuckets(ctx context.Context, in *ListBuck... method GetNotifications (line 8328) | func (c *spaceApiClient) GetNotifications(ctx context.Context, in *Get... method ReadNotification (line 8337) | func (c *spaceApiClient) ReadNotification(ctx context.Context, in *Rea... method DeleteAccount (line 8346) | func (c *spaceApiClient) DeleteAccount(ctx context.Context, in *Delete... method ToggleBucketBackup (line 8355) | func (c *spaceApiClient) ToggleBucketBackup(ctx context.Context, in *T... method BucketBackupRestore (line 8364) | func (c *spaceApiClient) BucketBackupRestore(ctx context.Context, in *... method GetUsageInfo (line 8373) | func (c *spaceApiClient) GetUsageInfo(ctx context.Context, in *GetUsag... method GetAPISessionTokens (line 8382) | func (c *spaceApiClient) GetAPISessionTokens(ctx context.Context, in *... method GetRecentlySharedWith (line 8391) | func (c *spaceApiClient) GetRecentlySharedWith(ctx context.Context, in... method SetNotificationsLastSeenAt (line 8400) | func (c *spaceApiClient) SetNotificationsLastSeenAt(ctx context.Contex... method SearchFiles (line 8409) | func (c *spaceApiClient) SearchFiles(ctx context.Context, in *SearchFi... method InitializeMasterAppToken (line 8418) | func (c *spaceApiClient) InitializeMasterAppToken(ctx context.Context,... method GenerateAppToken (line 8427) | func (c *spaceApiClient) GenerateAppToken(ctx context.Context, in *Gen... function NewSpaceApiClient (line 7935) | func NewSpaceApiClient(cc grpc.ClientConnInterface) SpaceApiClient { type SpaceApi_SubscribeClient (line 8026) | type SpaceApi_SubscribeClient interface type spaceApiSubscribeClient (line 8031) | type spaceApiSubscribeClient struct method Recv (line 8035) | func (x *spaceApiSubscribeClient) Recv() (*FileEventResponse, error) { type SpaceApi_TxlSubscribeClient (line 8058) | type SpaceApi_TxlSubscribeClient interface type spaceApiTxlSubscribeClient (line 8063) | type spaceApiTxlSubscribeClient struct method Recv (line 8067) | func (x *spaceApiTxlSubscribeClient) Recv() (*TextileEventResponse, er... type SpaceApi_AddItemsClient (line 8144) | type SpaceApi_AddItemsClient interface type spaceApiAddItemsClient (line 8149) | type spaceApiAddItemsClient struct method Recv (line 8153) | func (x *spaceApiAddItemsClient) Recv() (*AddItemsResponse, error) { type SpaceApi_NotificationSubscribeClient (line 8302) | type SpaceApi_NotificationSubscribeClient interface type spaceApiNotificationSubscribeClient (line 8307) | type spaceApiNotificationSubscribeClient struct method Recv (line 8311) | func (x *spaceApiNotificationSubscribeClient) Recv() (*NotificationEve... type SpaceApiServer (line 8437) | type SpaceApiServer interface type UnimplementedSpaceApiServer (line 8524) | type UnimplementedSpaceApiServer struct method ListDirectories (line 8527) | func (*UnimplementedSpaceApiServer) ListDirectories(context.Context, *... method ListDirectory (line 8530) | func (*UnimplementedSpaceApiServer) ListDirectory(context.Context, *Li... method GenerateKeyPair (line 8533) | func (*UnimplementedSpaceApiServer) GenerateKeyPair(context.Context, *... method GetStoredMnemonic (line 8536) | func (*UnimplementedSpaceApiServer) GetStoredMnemonic(context.Context,... method RestoreKeyPairViaMnemonic (line 8539) | func (*UnimplementedSpaceApiServer) RestoreKeyPairViaMnemonic(context.... method DeleteKeyPair (line 8542) | func (*UnimplementedSpaceApiServer) DeleteKeyPair(context.Context, *De... method GenerateKeyPairWithForce (line 8545) | func (*UnimplementedSpaceApiServer) GenerateKeyPairWithForce(context.C... method GetPublicKey (line 8548) | func (*UnimplementedSpaceApiServer) GetPublicKey(context.Context, *Get... method Subscribe (line 8551) | func (*UnimplementedSpaceApiServer) Subscribe(*empty.Empty, SpaceApi_S... method TxlSubscribe (line 8554) | func (*UnimplementedSpaceApiServer) TxlSubscribe(*empty.Empty, SpaceAp... method OpenFile (line 8557) | func (*UnimplementedSpaceApiServer) OpenFile(context.Context, *OpenFil... method RemoveDirOrFile (line 8560) | func (*UnimplementedSpaceApiServer) RemoveDirOrFile(context.Context, *... method GeneratePublicFileLink (line 8563) | func (*UnimplementedSpaceApiServer) GeneratePublicFileLink(context.Con... method GetSharedWithMeFiles (line 8566) | func (*UnimplementedSpaceApiServer) GetSharedWithMeFiles(context.Conte... method GetSharedByMeFiles (line 8569) | func (*UnimplementedSpaceApiServer) GetSharedByMeFiles(context.Context... method OpenPublicFile (line 8572) | func (*UnimplementedSpaceApiServer) OpenPublicFile(context.Context, *O... method AddItems (line 8575) | func (*UnimplementedSpaceApiServer) AddItems(*AddItemsRequest, SpaceAp... method CreateFolder (line 8578) | func (*UnimplementedSpaceApiServer) CreateFolder(context.Context, *Cre... method ToggleFuseDrive (line 8581) | func (*UnimplementedSpaceApiServer) ToggleFuseDrive(context.Context, *... method GetFuseDriveStatus (line 8584) | func (*UnimplementedSpaceApiServer) GetFuseDriveStatus(context.Context... method CreateBucket (line 8587) | func (*UnimplementedSpaceApiServer) CreateBucket(context.Context, *Cre... method BackupKeysByPassphrase (line 8590) | func (*UnimplementedSpaceApiServer) BackupKeysByPassphrase(context.Con... method RecoverKeysByPassphrase (line 8593) | func (*UnimplementedSpaceApiServer) RecoverKeysByPassphrase(context.Co... method TestKeysPassphrase (line 8596) | func (*UnimplementedSpaceApiServer) TestKeysPassphrase(context.Context... method CreateLocalKeysBackup (line 8599) | func (*UnimplementedSpaceApiServer) CreateLocalKeysBackup(context.Cont... method RecoverKeysByLocalBackup (line 8602) | func (*UnimplementedSpaceApiServer) RecoverKeysByLocalBackup(context.C... method ShareBucket (line 8605) | func (*UnimplementedSpaceApiServer) ShareBucket(context.Context, *Shar... method JoinBucket (line 8608) | func (*UnimplementedSpaceApiServer) JoinBucket(context.Context, *JoinB... method ShareFilesViaPublicKey (line 8611) | func (*UnimplementedSpaceApiServer) ShareFilesViaPublicKey(context.Con... method UnshareFilesViaPublicKey (line 8614) | func (*UnimplementedSpaceApiServer) UnshareFilesViaPublicKey(context.C... method HandleFilesInvitation (line 8617) | func (*UnimplementedSpaceApiServer) HandleFilesInvitation(context.Cont... method NotificationSubscribe (line 8620) | func (*UnimplementedSpaceApiServer) NotificationSubscribe(*empty.Empty... method ListBuckets (line 8623) | func (*UnimplementedSpaceApiServer) ListBuckets(context.Context, *List... method GetNotifications (line 8626) | func (*UnimplementedSpaceApiServer) GetNotifications(context.Context, ... method ReadNotification (line 8629) | func (*UnimplementedSpaceApiServer) ReadNotification(context.Context, ... method DeleteAccount (line 8632) | func (*UnimplementedSpaceApiServer) DeleteAccount(context.Context, *De... method ToggleBucketBackup (line 8635) | func (*UnimplementedSpaceApiServer) ToggleBucketBackup(context.Context... method BucketBackupRestore (line 8638) | func (*UnimplementedSpaceApiServer) BucketBackupRestore(context.Contex... method GetUsageInfo (line 8641) | func (*UnimplementedSpaceApiServer) GetUsageInfo(context.Context, *Get... method GetAPISessionTokens (line 8644) | func (*UnimplementedSpaceApiServer) GetAPISessionTokens(context.Contex... method GetRecentlySharedWith (line 8647) | func (*UnimplementedSpaceApiServer) GetRecentlySharedWith(context.Cont... method SetNotificationsLastSeenAt (line 8650) | func (*UnimplementedSpaceApiServer) SetNotificationsLastSeenAt(context... method SearchFiles (line 8653) | func (*UnimplementedSpaceApiServer) SearchFiles(context.Context, *Sear... method InitializeMasterAppToken (line 8656) | func (*UnimplementedSpaceApiServer) InitializeMasterAppToken(context.C... method GenerateAppToken (line 8659) | func (*UnimplementedSpaceApiServer) GenerateAppToken(context.Context, ... function RegisterSpaceApiServer (line 8663) | func RegisterSpaceApiServer(s *grpc.Server, srv SpaceApiServer) { function _SpaceApi_ListDirectories_Handler (line 8667) | func _SpaceApi_ListDirectories_Handler(srv interface{}, ctx context.Cont... function _SpaceApi_ListDirectory_Handler (line 8685) | func _SpaceApi_ListDirectory_Handler(srv interface{}, ctx context.Contex... function _SpaceApi_GenerateKeyPair_Handler (line 8703) | func _SpaceApi_GenerateKeyPair_Handler(srv interface{}, ctx context.Cont... function _SpaceApi_GetStoredMnemonic_Handler (line 8721) | func _SpaceApi_GetStoredMnemonic_Handler(srv interface{}, ctx context.Co... function _SpaceApi_RestoreKeyPairViaMnemonic_Handler (line 8739) | func _SpaceApi_RestoreKeyPairViaMnemonic_Handler(srv interface{}, ctx co... function _SpaceApi_DeleteKeyPair_Handler (line 8757) | func _SpaceApi_DeleteKeyPair_Handler(srv interface{}, ctx context.Contex... function _SpaceApi_GenerateKeyPairWithForce_Handler (line 8775) | func _SpaceApi_GenerateKeyPairWithForce_Handler(srv interface{}, ctx con... function _SpaceApi_GetPublicKey_Handler (line 8793) | func _SpaceApi_GetPublicKey_Handler(srv interface{}, ctx context.Context... function _SpaceApi_Subscribe_Handler (line 8811) | func _SpaceApi_Subscribe_Handler(srv interface{}, stream grpc.ServerStre... type SpaceApi_SubscribeServer (line 8819) | type SpaceApi_SubscribeServer interface type spaceApiSubscribeServer (line 8824) | type spaceApiSubscribeServer struct method Send (line 8828) | func (x *spaceApiSubscribeServer) Send(m *FileEventResponse) error { function _SpaceApi_TxlSubscribe_Handler (line 8832) | func _SpaceApi_TxlSubscribe_Handler(srv interface{}, stream grpc.ServerS... type SpaceApi_TxlSubscribeServer (line 8840) | type SpaceApi_TxlSubscribeServer interface type spaceApiTxlSubscribeServer (line 8845) | type spaceApiTxlSubscribeServer struct method Send (line 8849) | func (x *spaceApiTxlSubscribeServer) Send(m *TextileEventResponse) err... function _SpaceApi_OpenFile_Handler (line 8853) | func _SpaceApi_OpenFile_Handler(srv interface{}, ctx context.Context, de... function _SpaceApi_RemoveDirOrFile_Handler (line 8871) | func _SpaceApi_RemoveDirOrFile_Handler(srv interface{}, ctx context.Cont... function _SpaceApi_GeneratePublicFileLink_Handler (line 8889) | func _SpaceApi_GeneratePublicFileLink_Handler(srv interface{}, ctx conte... function _SpaceApi_GetSharedWithMeFiles_Handler (line 8907) | func _SpaceApi_GetSharedWithMeFiles_Handler(srv interface{}, ctx context... function _SpaceApi_GetSharedByMeFiles_Handler (line 8925) | func _SpaceApi_GetSharedByMeFiles_Handler(srv interface{}, ctx context.C... function _SpaceApi_OpenPublicFile_Handler (line 8943) | func _SpaceApi_OpenPublicFile_Handler(srv interface{}, ctx context.Conte... function _SpaceApi_AddItems_Handler (line 8961) | func _SpaceApi_AddItems_Handler(srv interface{}, stream grpc.ServerStrea... type SpaceApi_AddItemsServer (line 8969) | type SpaceApi_AddItemsServer interface type spaceApiAddItemsServer (line 8974) | type spaceApiAddItemsServer struct method Send (line 8978) | func (x *spaceApiAddItemsServer) Send(m *AddItemsResponse) error { function _SpaceApi_CreateFolder_Handler (line 8982) | func _SpaceApi_CreateFolder_Handler(srv interface{}, ctx context.Context... function _SpaceApi_ToggleFuseDrive_Handler (line 9000) | func _SpaceApi_ToggleFuseDrive_Handler(srv interface{}, ctx context.Cont... function _SpaceApi_GetFuseDriveStatus_Handler (line 9018) | func _SpaceApi_GetFuseDriveStatus_Handler(srv interface{}, ctx context.C... function _SpaceApi_CreateBucket_Handler (line 9036) | func _SpaceApi_CreateBucket_Handler(srv interface{}, ctx context.Context... function _SpaceApi_BackupKeysByPassphrase_Handler (line 9054) | func _SpaceApi_BackupKeysByPassphrase_Handler(srv interface{}, ctx conte... function _SpaceApi_RecoverKeysByPassphrase_Handler (line 9072) | func _SpaceApi_RecoverKeysByPassphrase_Handler(srv interface{}, ctx cont... function _SpaceApi_TestKeysPassphrase_Handler (line 9090) | func _SpaceApi_TestKeysPassphrase_Handler(srv interface{}, ctx context.C... function _SpaceApi_CreateLocalKeysBackup_Handler (line 9108) | func _SpaceApi_CreateLocalKeysBackup_Handler(srv interface{}, ctx contex... function _SpaceApi_RecoverKeysByLocalBackup_Handler (line 9126) | func _SpaceApi_RecoverKeysByLocalBackup_Handler(srv interface{}, ctx con... function _SpaceApi_ShareBucket_Handler (line 9144) | func _SpaceApi_ShareBucket_Handler(srv interface{}, ctx context.Context,... function _SpaceApi_JoinBucket_Handler (line 9162) | func _SpaceApi_JoinBucket_Handler(srv interface{}, ctx context.Context, ... function _SpaceApi_ShareFilesViaPublicKey_Handler (line 9180) | func _SpaceApi_ShareFilesViaPublicKey_Handler(srv interface{}, ctx conte... function _SpaceApi_UnshareFilesViaPublicKey_Handler (line 9198) | func _SpaceApi_UnshareFilesViaPublicKey_Handler(srv interface{}, ctx con... function _SpaceApi_HandleFilesInvitation_Handler (line 9216) | func _SpaceApi_HandleFilesInvitation_Handler(srv interface{}, ctx contex... function _SpaceApi_NotificationSubscribe_Handler (line 9234) | func _SpaceApi_NotificationSubscribe_Handler(srv interface{}, stream grp... type SpaceApi_NotificationSubscribeServer (line 9242) | type SpaceApi_NotificationSubscribeServer interface type spaceApiNotificationSubscribeServer (line 9247) | type spaceApiNotificationSubscribeServer struct method Send (line 9251) | func (x *spaceApiNotificationSubscribeServer) Send(m *NotificationEven... function _SpaceApi_ListBuckets_Handler (line 9255) | func _SpaceApi_ListBuckets_Handler(srv interface{}, ctx context.Context,... function _SpaceApi_GetNotifications_Handler (line 9273) | func _SpaceApi_GetNotifications_Handler(srv interface{}, ctx context.Con... function _SpaceApi_ReadNotification_Handler (line 9291) | func _SpaceApi_ReadNotification_Handler(srv interface{}, ctx context.Con... function _SpaceApi_DeleteAccount_Handler (line 9309) | func _SpaceApi_DeleteAccount_Handler(srv interface{}, ctx context.Contex... function _SpaceApi_ToggleBucketBackup_Handler (line 9327) | func _SpaceApi_ToggleBucketBackup_Handler(srv interface{}, ctx context.C... function _SpaceApi_BucketBackupRestore_Handler (line 9345) | func _SpaceApi_BucketBackupRestore_Handler(srv interface{}, ctx context.... function _SpaceApi_GetUsageInfo_Handler (line 9363) | func _SpaceApi_GetUsageInfo_Handler(srv interface{}, ctx context.Context... function _SpaceApi_GetAPISessionTokens_Handler (line 9381) | func _SpaceApi_GetAPISessionTokens_Handler(srv interface{}, ctx context.... function _SpaceApi_GetRecentlySharedWith_Handler (line 9399) | func _SpaceApi_GetRecentlySharedWith_Handler(srv interface{}, ctx contex... function _SpaceApi_SetNotificationsLastSeenAt_Handler (line 9417) | func _SpaceApi_SetNotificationsLastSeenAt_Handler(srv interface{}, ctx c... function _SpaceApi_SearchFiles_Handler (line 9435) | func _SpaceApi_SearchFiles_Handler(srv interface{}, ctx context.Context,... function _SpaceApi_InitializeMasterAppToken_Handler (line 9453) | func _SpaceApi_InitializeMasterAppToken_Handler(srv interface{}, ctx con... function _SpaceApi_GenerateAppToken_Handler (line 9471) | func _SpaceApi_GenerateAppToken_Handler(srv interface{}, ctx context.Con... FILE: grpc/pb/space.pb.gw.go function request_SpaceApi_ListDirectories_0 (line 39) | func request_SpaceApi_ListDirectories_0(ctx context.Context, marshaler r... function local_request_SpaceApi_ListDirectories_0 (line 55) | func local_request_SpaceApi_ListDirectories_0(ctx context.Context, marsh... function request_SpaceApi_ListDirectory_0 (line 75) | func request_SpaceApi_ListDirectory_0(ctx context.Context, marshaler run... function local_request_SpaceApi_ListDirectory_0 (line 91) | func local_request_SpaceApi_ListDirectory_0(ctx context.Context, marshal... function request_SpaceApi_GenerateKeyPair_0 (line 107) | func request_SpaceApi_GenerateKeyPair_0(ctx context.Context, marshaler r... function local_request_SpaceApi_GenerateKeyPair_0 (line 124) | func local_request_SpaceApi_GenerateKeyPair_0(ctx context.Context, marsh... function request_SpaceApi_GetStoredMnemonic_0 (line 141) | func request_SpaceApi_GetStoredMnemonic_0(ctx context.Context, marshaler... function local_request_SpaceApi_GetStoredMnemonic_0 (line 150) | func local_request_SpaceApi_GetStoredMnemonic_0(ctx context.Context, mar... function request_SpaceApi_RestoreKeyPairViaMnemonic_0 (line 159) | func request_SpaceApi_RestoreKeyPairViaMnemonic_0(ctx context.Context, m... function local_request_SpaceApi_RestoreKeyPairViaMnemonic_0 (line 176) | func local_request_SpaceApi_RestoreKeyPairViaMnemonic_0(ctx context.Cont... function request_SpaceApi_DeleteKeyPair_0 (line 193) | func request_SpaceApi_DeleteKeyPair_0(ctx context.Context, marshaler run... function local_request_SpaceApi_DeleteKeyPair_0 (line 210) | func local_request_SpaceApi_DeleteKeyPair_0(ctx context.Context, marshal... function request_SpaceApi_GenerateKeyPairWithForce_0 (line 227) | func request_SpaceApi_GenerateKeyPairWithForce_0(ctx context.Context, ma... function local_request_SpaceApi_GenerateKeyPairWithForce_0 (line 244) | func local_request_SpaceApi_GenerateKeyPairWithForce_0(ctx context.Conte... function request_SpaceApi_GetPublicKey_0 (line 261) | func request_SpaceApi_GetPublicKey_0(ctx context.Context, marshaler runt... function local_request_SpaceApi_GetPublicKey_0 (line 278) | func local_request_SpaceApi_GetPublicKey_0(ctx context.Context, marshale... function request_SpaceApi_Subscribe_0 (line 295) | func request_SpaceApi_Subscribe_0(ctx context.Context, marshaler runtime... function request_SpaceApi_TxlSubscribe_0 (line 312) | func request_SpaceApi_TxlSubscribe_0(ctx context.Context, marshaler runt... function request_SpaceApi_OpenFile_0 (line 329) | func request_SpaceApi_OpenFile_0(ctx context.Context, marshaler runtime.... function local_request_SpaceApi_OpenFile_0 (line 346) | func local_request_SpaceApi_OpenFile_0(ctx context.Context, marshaler ru... function request_SpaceApi_RemoveDirOrFile_0 (line 367) | func request_SpaceApi_RemoveDirOrFile_0(ctx context.Context, marshaler r... function local_request_SpaceApi_RemoveDirOrFile_0 (line 383) | func local_request_SpaceApi_RemoveDirOrFile_0(ctx context.Context, marsh... function request_SpaceApi_GeneratePublicFileLink_0 (line 399) | func request_SpaceApi_GeneratePublicFileLink_0(ctx context.Context, mars... function local_request_SpaceApi_GeneratePublicFileLink_0 (line 434) | func local_request_SpaceApi_GeneratePublicFileLink_0(ctx context.Context... function request_SpaceApi_GetSharedWithMeFiles_0 (line 473) | func request_SpaceApi_GetSharedWithMeFiles_0(ctx context.Context, marsha... function local_request_SpaceApi_GetSharedWithMeFiles_0 (line 489) | func local_request_SpaceApi_GetSharedWithMeFiles_0(ctx context.Context, ... function request_SpaceApi_GetSharedByMeFiles_0 (line 509) | func request_SpaceApi_GetSharedByMeFiles_0(ctx context.Context, marshale... function local_request_SpaceApi_GetSharedByMeFiles_0 (line 525) | func local_request_SpaceApi_GetSharedByMeFiles_0(ctx context.Context, ma... function request_SpaceApi_OpenPublicFile_0 (line 545) | func request_SpaceApi_OpenPublicFile_0(ctx context.Context, marshaler ru... function local_request_SpaceApi_OpenPublicFile_0 (line 561) | func local_request_SpaceApi_OpenPublicFile_0(ctx context.Context, marsha... function request_SpaceApi_AddItems_0 (line 577) | func request_SpaceApi_AddItems_0(ctx context.Context, marshaler runtime.... function request_SpaceApi_CreateFolder_0 (line 602) | func request_SpaceApi_CreateFolder_0(ctx context.Context, marshaler runt... function local_request_SpaceApi_CreateFolder_0 (line 619) | func local_request_SpaceApi_CreateFolder_0(ctx context.Context, marshale... function request_SpaceApi_ToggleFuseDrive_0 (line 636) | func request_SpaceApi_ToggleFuseDrive_0(ctx context.Context, marshaler r... function local_request_SpaceApi_ToggleFuseDrive_0 (line 653) | func local_request_SpaceApi_ToggleFuseDrive_0(ctx context.Context, marsh... function request_SpaceApi_GetFuseDriveStatus_0 (line 670) | func request_SpaceApi_GetFuseDriveStatus_0(ctx context.Context, marshale... function local_request_SpaceApi_GetFuseDriveStatus_0 (line 679) | func local_request_SpaceApi_GetFuseDriveStatus_0(ctx context.Context, ma... function request_SpaceApi_CreateBucket_0 (line 688) | func request_SpaceApi_CreateBucket_0(ctx context.Context, marshaler runt... function local_request_SpaceApi_CreateBucket_0 (line 705) | func local_request_SpaceApi_CreateBucket_0(ctx context.Context, marshale... function request_SpaceApi_BackupKeysByPassphrase_0 (line 722) | func request_SpaceApi_BackupKeysByPassphrase_0(ctx context.Context, mars... function local_request_SpaceApi_BackupKeysByPassphrase_0 (line 739) | func local_request_SpaceApi_BackupKeysByPassphrase_0(ctx context.Context... function request_SpaceApi_RecoverKeysByPassphrase_0 (line 756) | func request_SpaceApi_RecoverKeysByPassphrase_0(ctx context.Context, mar... function local_request_SpaceApi_RecoverKeysByPassphrase_0 (line 773) | func local_request_SpaceApi_RecoverKeysByPassphrase_0(ctx context.Contex... function request_SpaceApi_TestKeysPassphrase_0 (line 790) | func request_SpaceApi_TestKeysPassphrase_0(ctx context.Context, marshale... function local_request_SpaceApi_TestKeysPassphrase_0 (line 807) | func local_request_SpaceApi_TestKeysPassphrase_0(ctx context.Context, ma... function request_SpaceApi_CreateLocalKeysBackup_0 (line 824) | func request_SpaceApi_CreateLocalKeysBackup_0(ctx context.Context, marsh... function local_request_SpaceApi_CreateLocalKeysBackup_0 (line 841) | func local_request_SpaceApi_CreateLocalKeysBackup_0(ctx context.Context,... function request_SpaceApi_RecoverKeysByLocalBackup_0 (line 858) | func request_SpaceApi_RecoverKeysByLocalBackup_0(ctx context.Context, ma... function local_request_SpaceApi_RecoverKeysByLocalBackup_0 (line 875) | func local_request_SpaceApi_RecoverKeysByLocalBackup_0(ctx context.Conte... function request_SpaceApi_ShareBucket_0 (line 892) | func request_SpaceApi_ShareBucket_0(ctx context.Context, marshaler runti... function local_request_SpaceApi_ShareBucket_0 (line 927) | func local_request_SpaceApi_ShareBucket_0(ctx context.Context, marshaler... function request_SpaceApi_JoinBucket_0 (line 962) | func request_SpaceApi_JoinBucket_0(ctx context.Context, marshaler runtim... function local_request_SpaceApi_JoinBucket_0 (line 997) | func local_request_SpaceApi_JoinBucket_0(ctx context.Context, marshaler ... function request_SpaceApi_ShareFilesViaPublicKey_0 (line 1032) | func request_SpaceApi_ShareFilesViaPublicKey_0(ctx context.Context, mars... function local_request_SpaceApi_ShareFilesViaPublicKey_0 (line 1049) | func local_request_SpaceApi_ShareFilesViaPublicKey_0(ctx context.Context... function request_SpaceApi_UnshareFilesViaPublicKey_0 (line 1066) | func request_SpaceApi_UnshareFilesViaPublicKey_0(ctx context.Context, ma... function local_request_SpaceApi_UnshareFilesViaPublicKey_0 (line 1083) | func local_request_SpaceApi_UnshareFilesViaPublicKey_0(ctx context.Conte... function request_SpaceApi_HandleFilesInvitation_0 (line 1100) | func request_SpaceApi_HandleFilesInvitation_0(ctx context.Context, marsh... function local_request_SpaceApi_HandleFilesInvitation_0 (line 1135) | func local_request_SpaceApi_HandleFilesInvitation_0(ctx context.Context,... function request_SpaceApi_NotificationSubscribe_0 (line 1170) | func request_SpaceApi_NotificationSubscribe_0(ctx context.Context, marsh... function request_SpaceApi_ListBuckets_0 (line 1187) | func request_SpaceApi_ListBuckets_0(ctx context.Context, marshaler runti... function local_request_SpaceApi_ListBuckets_0 (line 1196) | func local_request_SpaceApi_ListBuckets_0(ctx context.Context, marshaler... function request_SpaceApi_GetNotifications_0 (line 1209) | func request_SpaceApi_GetNotifications_0(ctx context.Context, marshaler ... function local_request_SpaceApi_GetNotifications_0 (line 1225) | func local_request_SpaceApi_GetNotifications_0(ctx context.Context, mars... function request_SpaceApi_ReadNotification_0 (line 1241) | func request_SpaceApi_ReadNotification_0(ctx context.Context, marshaler ... function local_request_SpaceApi_ReadNotification_0 (line 1276) | func local_request_SpaceApi_ReadNotification_0(ctx context.Context, mars... function request_SpaceApi_DeleteAccount_0 (line 1311) | func request_SpaceApi_DeleteAccount_0(ctx context.Context, marshaler run... function local_request_SpaceApi_DeleteAccount_0 (line 1328) | func local_request_SpaceApi_DeleteAccount_0(ctx context.Context, marshal... function request_SpaceApi_ToggleBucketBackup_0 (line 1345) | func request_SpaceApi_ToggleBucketBackup_0(ctx context.Context, marshale... function local_request_SpaceApi_ToggleBucketBackup_0 (line 1362) | func local_request_SpaceApi_ToggleBucketBackup_0(ctx context.Context, ma... function request_SpaceApi_BucketBackupRestore_0 (line 1379) | func request_SpaceApi_BucketBackupRestore_0(ctx context.Context, marshal... function local_request_SpaceApi_BucketBackupRestore_0 (line 1396) | func local_request_SpaceApi_BucketBackupRestore_0(ctx context.Context, m... function request_SpaceApi_GetUsageInfo_0 (line 1413) | func request_SpaceApi_GetUsageInfo_0(ctx context.Context, marshaler runt... function local_request_SpaceApi_GetUsageInfo_0 (line 1422) | func local_request_SpaceApi_GetUsageInfo_0(ctx context.Context, marshale... function request_SpaceApi_GetAPISessionTokens_0 (line 1431) | func request_SpaceApi_GetAPISessionTokens_0(ctx context.Context, marshal... function local_request_SpaceApi_GetAPISessionTokens_0 (line 1440) | func local_request_SpaceApi_GetAPISessionTokens_0(ctx context.Context, m... function request_SpaceApi_GetRecentlySharedWith_0 (line 1449) | func request_SpaceApi_GetRecentlySharedWith_0(ctx context.Context, marsh... function local_request_SpaceApi_GetRecentlySharedWith_0 (line 1458) | func local_request_SpaceApi_GetRecentlySharedWith_0(ctx context.Context,... function request_SpaceApi_SetNotificationsLastSeenAt_0 (line 1467) | func request_SpaceApi_SetNotificationsLastSeenAt_0(ctx context.Context, ... function local_request_SpaceApi_SetNotificationsLastSeenAt_0 (line 1484) | func local_request_SpaceApi_SetNotificationsLastSeenAt_0(ctx context.Con... function request_SpaceApi_SearchFiles_0 (line 1505) | func request_SpaceApi_SearchFiles_0(ctx context.Context, marshaler runti... function local_request_SpaceApi_SearchFiles_0 (line 1521) | func local_request_SpaceApi_SearchFiles_0(ctx context.Context, marshaler... function request_SpaceApi_InitializeMasterAppToken_0 (line 1537) | func request_SpaceApi_InitializeMasterAppToken_0(ctx context.Context, ma... function local_request_SpaceApi_InitializeMasterAppToken_0 (line 1554) | func local_request_SpaceApi_InitializeMasterAppToken_0(ctx context.Conte... function request_SpaceApi_GenerateAppToken_0 (line 1571) | func request_SpaceApi_GenerateAppToken_0(ctx context.Context, marshaler ... function local_request_SpaceApi_GenerateAppToken_0 (line 1588) | func local_request_SpaceApi_GenerateAppToken_0(ctx context.Context, mars... function RegisterSpaceApiHandlerServer (line 1609) | func RegisterSpaceApiHandlerServer(ctx context.Context, mux *runtime.Ser... function RegisterSpaceApiHandlerFromEndpoint (line 2464) | func RegisterSpaceApiHandlerFromEndpoint(ctx context.Context, mux *runti... function RegisterSpaceApiHandler (line 2489) | func RegisterSpaceApiHandler(ctx context.Context, mux *runtime.ServeMux,... function RegisterSpaceApiHandlerClient (line 2498) | func RegisterSpaceApiHandlerClient(ctx context.Context, mux *runtime.Ser... FILE: integration_tests/fixtures/app.go type RunAppCtx (line 20) | type RunAppCtx struct method Shutdown (line 51) | func (a *RunAppCtx) Shutdown() { method ClearMasterAppToken (line 68) | func (a *RunAppCtx) ClearMasterAppToken() { function RunApp (line 28) | func RunApp() *RunAppCtx { function RunAppWithClientAppToken (line 45) | func RunAppWithClientAppToken(appToken string) *RunAppCtx { FILE: integration_tests/fixtures/client.go method Client (line 19) | func (a *RunAppCtx) Client() pb.SpaceApiClient { function DialGrpcClient (line 31) | func DialGrpcClient(targetAddr string, a *RunAppCtx) (*grpc.ClientConn, ... FILE: integration_tests/fixtures/configs.go function GetTestConfig (line 15) | func GetTestConfig() (*config.Flags, config.Config, env.SpaceEnv) { FILE: integration_tests/fixtures/directories.go constant letterBytes (line 5) | letterBytes = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ " function RandomPathName (line 8) | func RandomPathName() string { FILE: integration_tests/helpers/assertions.go function ExpectFileExists (line 15) | func ExpectFileExists(ctx context.Context, client pb.SpaceApiClient, rem... function ExpectFileContentEquals (line 33) | func ExpectFileContentEquals(filePath string, expectedContent []byte) { function ExpectFileToBeSharedWithMe (line 39) | func ExpectFileToBeSharedWithMe( FILE: integration_tests/helpers/directories.go function CreateEmptyFolder (line 20) | func CreateEmptyFolder(ctx context.Context, client pb.SpaceApiClient, pa... function CreateLocalStringFile (line 29) | func CreateLocalStringFile(strContent string) *os.File { function UploadFilesToTargetPath (line 43) | func UploadFilesToTargetPath( function StartWatchingForRemoteBackup (line 64) | func StartWatchingForRemoteBackup( FILE: integration_tests/helpers/initialize.go function InitializeApp (line 11) | func InitializeApp(app *fixtures.RunAppCtx) { FILE: integration_tests/integration_tests_suite_test.go function TestIntegrationTests (line 27) | func TestIntegrationTests(t *testing.T) { FILE: log/logger.go type logger (line 16) | type logger struct method Info (line 47) | func (l *logger) Info(msg string, tags ...string) { method Printf (line 55) | func (l *logger) Printf(msg string, args ...interface{}) { method Debug (line 63) | func (l *logger) Debug(msg string, tags ...string) { method Warn (line 71) | func (l *logger) Warn(msg string, tags ...string) { method Error (line 79) | func (l *logger) Error(msg string, err error, tags ...string) { method Fatal (line 88) | func (l *logger) Fatal(err error) { function init (line 20) | func init() { function New (line 24) | func New(env env.SpaceEnv) *logger { function new (line 29) | func new(logLevel string) *logger { function Info (line 95) | func Info(msg string, tags ...string) { function Printf (line 99) | func Printf(msg string, args ...interface{}) { function Warn (line 103) | func Warn(msg string, tags ...string) { function Debug (line 107) | func Debug(msg string, tags ...string) { function Error (line 111) | func Error(msg string, err error, tags ...string) { function Fatal (line 115) | func Fatal(err error) { function SetLogLevel (line 119) | func SetLogLevel(logLevel string) { function parseFields (line 127) | func parseFields(tags ...string) logrus.Fields { FILE: mocks/Bucket.go type Bucket (line 20) | type Bucket struct method CreateDirectory (line 25) | func (_m *Bucket) CreateDirectory(ctx context.Context, _a1 string) (pa... method DeleteDirOrFile (line 57) | func (_m *Bucket) DeleteDirOrFile(ctx context.Context, _a1 string) (pa... method DirExists (line 80) | func (_m *Bucket) DirExists(ctx context.Context, _a1 string) (bool, er... method DownloadFile (line 101) | func (_m *Bucket) DownloadFile(ctx context.Context, _a1 string, reader... method Each (line 133) | func (_m *Bucket) Each(ctx context.Context, _a1 string, iterator func(... method FileExists (line 154) | func (_m *Bucket) FileExists(ctx context.Context, _a1 string) (bool, e... method GetClient (line 175) | func (_m *Bucket) GetClient() bucket.BucketsClient { method GetContext (line 191) | func (_m *Bucket) GetContext(ctx context.Context) (context.Context, *t... method GetData (line 223) | func (_m *Bucket) GetData() bucket.BucketData { method GetFile (line 237) | func (_m *Bucket) GetFile(ctx context.Context, _a1 string, w io.Writer... method GetThreadID (line 251) | func (_m *Bucket) GetThreadID(ctx context.Context) (*thread.ID, error) { method ItemsCount (line 274) | func (_m *Bucket) ItemsCount(ctx context.Context, _a1 string, withRecu... method Key (line 295) | func (_m *Bucket) Key() string { method ListDirectory (line 309) | func (_m *Bucket) ListDirectory(ctx context.Context, _a1 string) (*buc... method Slug (line 332) | func (_m *Bucket) Slug() string { method UpdatedAt (line 346) | func (_m *Bucket) UpdatedAt(ctx context.Context, _a1 string) (int64, e... method UploadFile (line 367) | func (_m *Bucket) UploadFile(ctx context.Context, _a1 string, reader i... FILE: mocks/Client.go type Client (line 32) | type Client struct method AcceptSharedFileLink (line 37) | func (_m *Client) AcceptSharedFileLink(ctx context.Context, cidHash st... method AcceptSharedFilesInvitation (line 60) | func (_m *Client) AcceptSharedFilesInvitation(ctx context.Context, inv... method AttachMailboxNotifier (line 81) | func (_m *Client) AttachMailboxNotifier(notif textile.GrpcMailboxNotif... method AttachSynchronizerNotifier (line 86) | func (_m *Client) AttachSynchronizerNotifier(notif sync.EventNotifier) { method BucketBackupRestore (line 91) | func (_m *Client) BucketBackupRestore(ctx context.Context, bucketSlug ... method CreateBucket (line 105) | func (_m *Client) CreateBucket(ctx context.Context, bucketSlug string)... method DeleteAccount (line 128) | func (_m *Client) DeleteAccount(ctx context.Context) error { method DisableSync (line 142) | func (_m *Client) DisableSync() { method DownloadPublicItem (line 147) | func (_m *Client) DownloadPublicItem(ctx context.Context, _a1 cid.Cid)... method GetBucket (line 170) | func (_m *Client) GetBucket(ctx context.Context, slug string, remoteFi... method GetDefaultBucket (line 193) | func (_m *Client) GetDefaultBucket(ctx context.Context) (textile.Bucke... method GetFailedHealthchecks (line 216) | func (_m *Client) GetFailedHealthchecks() int { method GetMailAsNotifications (line 230) | func (_m *Client) GetMailAsNotifications(ctx context.Context, seek str... method GetModel (line 253) | func (_m *Client) GetModel() model.Model { method GetPathAccessRoles (line 269) | func (_m *Client) GetPathAccessRoles(ctx context.Context, b textile.Bu... method GetPublicReceivedFile (line 292) | func (_m *Client) GetPublicReceivedFile(ctx context.Context, cidHash s... method GetPublicShareBucket (line 322) | func (_m *Client) GetPublicShareBucket(ctx context.Context) (textile.B... method GetReceivedFiles (line 345) | func (_m *Client) GetReceivedFiles(ctx context.Context, accepted bool,... method GetSentFiles (line 375) | func (_m *Client) GetSentFiles(ctx context.Context, seek string, limit... method GetThreadsConnection (line 405) | func (_m *Client) GetThreadsConnection() (*client.Client, error) { method IsHealthy (line 428) | func (_m *Client) IsHealthy() bool { method IsInitialized (line 442) | func (_m *Client) IsInitialized() bool { method IsRunning (line 456) | func (_m *Client) IsRunning() bool { method JoinBucket (line 470) | func (_m *Client) JoinBucket(ctx context.Context, slug string, ti *dom... method ListBuckets (line 491) | func (_m *Client) ListBuckets(ctx context.Context) ([]textile.Bucket, ... method Listen (line 514) | func (_m *Client) Listen(ctx context.Context, dbID string, threadName ... method ManageShareFilesViaPublicKey (line 537) | func (_m *Client) ManageShareFilesViaPublicKey(ctx context.Context, pa... method RejectSharedFilesInvitation (line 551) | func (_m *Client) RejectSharedFilesInvitation(ctx context.Context, inv... method RemoveKeys (line 572) | func (_m *Client) RemoveKeys(ctx context.Context) error { method RestoreDB (line 586) | func (_m *Client) RestoreDB(ctx context.Context) error { method SendMessage (line 600) | func (_m *Client) SendMessage(ctx context.Context, recipient crypto.Pu... method ShareBucket (line 623) | func (_m *Client) ShareBucket(ctx context.Context, bucketSlug string) ... method Shutdown (line 646) | func (_m *Client) Shutdown() error { method Start (line 660) | func (_m *Client) Start(ctx context.Context, cfg config.Config) error { method ToggleBucketBackup (line 674) | func (_m *Client) ToggleBucketBackup(ctx context.Context, bucketSlug s... method WaitForHealthy (line 695) | func (_m *Client) WaitForHealthy() chan error { method WaitForInitialized (line 711) | func (_m *Client) WaitForInitialized() chan bool { method WaitForReady (line 727) | func (_m *Client) WaitForReady() chan bool { FILE: mocks/FilesSearchEngine.go type FilesSearchEngine (line 13) | type FilesSearchEngine struct method DeleteFileData (line 18) | func (_m *FilesSearchEngine) DeleteFileData(ctx context.Context, data ... method InsertFileData (line 32) | func (_m *FilesSearchEngine) InsertFileData(ctx context.Context, data ... method QueryFileData (line 55) | func (_m *FilesSearchEngine) QueryFileData(ctx context.Context, query ... method Start (line 78) | func (_m *FilesSearchEngine) Start() error { FILE: mocks/HubAuth.go type HubAuth (line 13) | type HubAuth struct method ClearCache (line 18) | func (_m *HubAuth) ClearCache() error { method GetHubContext (line 32) | func (_m *HubAuth) GetHubContext(ctx context.Context) (context.Context... method GetTokensWithCache (line 55) | func (_m *HubAuth) GetTokensWithCache(ctx context.Context) (*hub.AuthT... FILE: mocks/Keychain.go type Keychain (line 17) | type Keychain struct method DeleteKeypair (line 22) | func (_m *Keychain) DeleteKeypair() error { method GenerateKeyFromMnemonic (line 36) | func (_m *Keychain) GenerateKeyFromMnemonic(_a0 ...keychain.GenerateKe... method GenerateKeyPair (line 63) | func (_m *Keychain) GenerateKeyPair() ([]byte, []byte, error) { method GenerateKeyPairWithForce (line 95) | func (_m *Keychain) GenerateKeyPairWithForce() ([]byte, []byte, error) { method GetAppToken (line 127) | func (_m *Keychain) GetAppToken(key string) (*permissions.AppToken, er... method GetManagedThreadKey (line 150) | func (_m *Keychain) GetManagedThreadKey(threadKeyName string) (thread.... method GetStoredKeyPairInLibP2PFormat (line 171) | func (_m *Keychain) GetStoredKeyPairInLibP2PFormat() (crypto.PrivKey, ... method GetStoredMnemonic (line 203) | func (_m *Keychain) GetStoredMnemonic() (string, error) { method GetStoredPublicKey (line 224) | func (_m *Keychain) GetStoredPublicKey() (crypto.PubKey, error) { method ImportExistingKeyPair (line 247) | func (_m *Keychain) ImportExistingKeyPair(priv crypto.PrivKey, mnemoni... method Sign (line 261) | func (_m *Keychain) Sign(_a0 []byte) ([]byte, error) { method StoreAppToken (line 284) | func (_m *Keychain) StoreAppToken(tok *permissions.AppToken) error { FILE: mocks/Keyring.go type Keyring (line 11) | type Keyring struct method Get (line 16) | func (_m *Keyring) Get(_a0 string) (keyring.Item, error) { method GetMetadata (line 37) | func (_m *Keyring) GetMetadata(_a0 string) (keyring.Metadata, error) { method Remove (line 58) | func (_m *Keyring) Remove(_a0 string) error { method Set (line 72) | func (_m *Keyring) Set(_a0 keyring.Item) error { FILE: mocks/Mailbox.go type Mailbox (line 19) | type Mailbox struct method Identity (line 24) | func (_m *Mailbox) Identity() thread.Identity { method ListInboxMessages (line 40) | func (_m *Mailbox) ListInboxMessages(ctx context.Context, opts ...clie... method SendMessage (line 70) | func (_m *Mailbox) SendMessage(ctx context.Context, to thread.PubKey, ... method WatchInbox (line 91) | func (_m *Mailbox) WatchInbox(ctx context.Context, mevents chan<- loca... FILE: mocks/Model.go type Model (line 15) | type Model struct method BucketBackupToggle (line 20) | func (_m *Model) BucketBackupToggle(ctx context.Context, bucketSlug st... method CreateBucket (line 43) | func (_m *Model) CreateBucket(ctx context.Context, bucketSlug string, ... method CreateMirrorBucket (line 66) | func (_m *Model) CreateMirrorBucket(ctx context.Context, bucketSlug st... method CreateMirrorFile (line 89) | func (_m *Model) CreateMirrorFile(ctx context.Context, mirrorFile *dom... method CreateReceivedFileViaInvitation (line 112) | func (_m *Model) CreateReceivedFileViaInvitation(ctx context.Context, ... method CreateReceivedFileViaPublicLink (line 135) | func (_m *Model) CreateReceivedFileViaPublicLink(ctx context.Context, ... method CreateSentFileViaInvitation (line 158) | func (_m *Model) CreateSentFileViaInvitation(ctx context.Context, file... method CreateSharedPublicKey (line 181) | func (_m *Model) CreateSharedPublicKey(ctx context.Context, pubKey str... method DeleteReceivedFiles (line 204) | func (_m *Model) DeleteReceivedFiles(ctx context.Context, paths []doma... method DeleteSearchIndexRecord (line 218) | func (_m *Model) DeleteSearchIndexRecord(ctx context.Context, name str... method FindBucket (line 232) | func (_m *Model) FindBucket(ctx context.Context, bucketSlug string) (*... method FindMirrorFileByPathAndBucketSlug (line 255) | func (_m *Model) FindMirrorFileByPathAndBucketSlug(ctx context.Context... method FindMirrorFileByPaths (line 278) | func (_m *Model) FindMirrorFileByPaths(ctx context.Context, paths []st... method FindPublicLinkReceivedFile (line 301) | func (_m *Model) FindPublicLinkReceivedFile(ctx context.Context, ipfsH... method FindReceivedFile (line 324) | func (_m *Model) FindReceivedFile(ctx context.Context, remoteDbID stri... method FindReceivedFilesByIds (line 347) | func (_m *Model) FindReceivedFilesByIds(ctx context.Context, ids []str... method FindSentFile (line 370) | func (_m *Model) FindSentFile(ctx context.Context, remoteDbID string, ... method InitSearchIndexCollection (line 393) | func (_m *Model) InitSearchIndexCollection(ctx context.Context) error { method ListBuckets (line 407) | func (_m *Model) ListBuckets(ctx context.Context) ([]*model.BucketSche... method ListReceivedFiles (line 430) | func (_m *Model) ListReceivedFiles(ctx context.Context, accepted bool,... method ListReceivedPublicFiles (line 453) | func (_m *Model) ListReceivedPublicFiles(ctx context.Context, cidHash ... method ListSentFiles (line 476) | func (_m *Model) ListSentFiles(ctx context.Context, seek string, limit... method ListSharedPublicKeys (line 499) | func (_m *Model) ListSharedPublicKeys(ctx context.Context) ([]*model.S... method QuerySearchIndex (line 522) | func (_m *Model) QuerySearchIndex(ctx context.Context, query string) (... method UpdateMirrorFile (line 545) | func (_m *Model) UpdateMirrorFile(ctx context.Context, mirrorFile *mod... method UpdateSearchIndexRecord (line 568) | func (_m *Model) UpdateSearchIndexRecord(ctx context.Context, name str... method UpsertBucket (line 591) | func (_m *Model) UpsertBucket(ctx context.Context, bucketSlug string, ... FILE: mocks/Store.go type Store (line 8) | type Store struct method Close (line 13) | func (_m *Store) Close() error { method DropAll (line 27) | func (_m *Store) DropAll() error { method Get (line 41) | func (_m *Store) Get(key []byte) ([]byte, error) { method IsOpen (line 64) | func (_m *Store) IsOpen() bool { method KeysWithPrefix (line 78) | func (_m *Store) KeysWithPrefix(prefix string) ([]string, error) { method Open (line 101) | func (_m *Store) Open() error { method Remove (line 115) | func (_m *Store) Remove(key []byte) error { method Set (line 129) | func (_m *Store) Set(key []byte, value []byte) error { method SetString (line 143) | func (_m *Store) SetString(key string, value string) error { FILE: mocks/Syncer.go type Syncer (line 11) | type Syncer struct method AddFileWatch (line 16) | func (_m *Syncer) AddFileWatch(addFileInfo domain.AddWatchFile) error { method GetOpenFilePath (line 30) | func (_m *Syncer) GetOpenFilePath(bucketSlug string, bucketPath string... FILE: mocks/Vault.go type Vault (line 13) | type Vault struct method Retrieve (line 18) | func (_m *Vault) Retrieve(uuid string, passphrase string, backupType d... method Store (line 41) | func (_m *Vault) Store(uuid string, passphrase string, backupType doma... FILE: mocks/fuse/FSDataSource.go type FSDataSource (line 15) | type FSDataSource struct method CreateEntry (line 20) | func (_m *FSDataSource) CreateEntry(ctx context.Context, path string, ... method DeleteEntry (line 43) | func (_m *FSDataSource) DeleteEntry(ctx context.Context, path string) ... method Get (line 57) | func (_m *FSDataSource) Get(ctx context.Context, path string) (*fsds.D... method GetChildren (line 80) | func (_m *FSDataSource) GetChildren(ctx context.Context, path string) ... method Open (line 103) | func (_m *FSDataSource) Open(ctx context.Context, path string) (fsds.F... method RenameEntry (line 126) | func (_m *FSDataSource) RenameEntry(ctx context.Context, oldPath strin... FILE: mocks/fuse/FuseInstaller.go type FuseInstaller (line 12) | type FuseInstaller struct method Install (line 17) | func (_m *FuseInstaller) Install(ctx context.Context, args map[string]... method IsInstalled (line 31) | func (_m *FuseInstaller) IsInstalled(ctx context.Context) (bool, error) { FILE: mocks/mock.go type Path (line 10) | type Path struct method String (line 14) | func (m Path) String() string { method Namespace (line 19) | func (m Path) Namespace() string { method Mutable (line 23) | func (m Path) Mutable() bool { method IsValid (line 27) | func (m Path) IsValid() error { FILE: mocks/mock_config.go type Config (line 8) | type Config struct method GetBool (line 13) | func (_m *Config) GetBool(key string, defaultValue interface{}) bool { method GetInt (line 27) | func (_m *Config) GetInt(key string, defaultValue interface{}) int { method GetString (line 41) | func (_m *Config) GetString(key string, defaultValue interface{}) stri... FILE: mocks/mock_env.go type SpaceEnv (line 8) | type SpaceEnv struct method CurrentFolder (line 13) | func (_m *SpaceEnv) CurrentFolder() (string, error) { method LogLevel (line 34) | func (_m *SpaceEnv) LogLevel() string { method WorkingFolder (line 48) | func (_m *SpaceEnv) WorkingFolder() string { FILE: mocks/mock_textile_handler.go type TextileNotifier (line 11) | type TextileNotifier struct method SendTextileEvent (line 16) | func (_m *TextileNotifier) SendTextileEvent(event events.TextileEvent) { FILE: mocks/mock_textile_users_client.go type UsersClient (line 16) | type UsersClient struct method ListInboxMessages (line 21) | func (_m *UsersClient) ListInboxMessages(ctx context.Context, opts ...... method SendMessage (line 51) | func (_m *UsersClient) SendMessage(ctx context.Context, from thread.Id... method SetupMailbox (line 72) | func (_m *UsersClient) SetupMailbox(ctx context.Context) (thread.ID, e... FILE: tracing/tracing.go function MustInit (line 13) | func MustInit(appName string) (opentracing.Tracer, io.Closer) {