Documentation ¶
Index ¶
- Variables
- func AccountAddress() error
- func AccountGet() error
- func AccountSeed() error
- func AccountSync(wait int) error
- func BlockIgnore(blockID string) error
- func BlockList(threadID string, offset string, limit int, dots bool) error
- func BlockMeta(blockID string) error
- func BotsCreate(name string) error
- func BotsDisable(id string) error
- func BotsEnable(id string, cafe bool) error
- func BotsList() error
- func CafeAdd(peerId string, token string) error
- func CafeDelete(cafeID string) error
- func CafeGet(cafeID string) error
- func CafeList() error
- func CafeMessages() error
- func Chat(threadID string) error
- func CommentAdd(blockID string, commentBody string) error
- func CommentGet(blockID string) error
- func CommentIgnore(blockID string) error
- func CommentList(blockID string) error
- func Config(name string, value string) error
- func ContactAdd(name string, address string, wait int) error
- func ContactDelete(address string) error
- func ContactGet(address string) error
- func ContactList() error
- func ContactSearch(name string, address string, local bool, remote bool, limit int, wait int) error
- func Daemon(repoPath string, pinCode string, docs bool, debug bool) error
- func Docs() error
- func Feed(threadID string, offset string, limit int, mode string) error
- func FileAdd(path string, threadID string, caption string, group bool, verbose bool) error
- func FileGet(fileHash string, content bool) error
- func FileGetBlock(blockID string, index int, path string, content bool) error
- func FileIgnore(blockID string) error
- func FileKeys(dataID string) error
- func FileListBlock(blockID string) error
- func FileListThread(threadID string, offset string, limit int) error
- func InitCommand(config core.InitConfig) error
- func InviteAccept(inviteID string, key string) error
- func InviteCreate(threadID string, address string, wait int) error
- func InviteIgnore(inviteID string) error
- func InviteList() error
- func IpfsCat(hash string, key string) error
- func IpfsPeer() error
- func IpfsPubsubPub(topic string, data string) error
- func IpfsPubsubSub(topic string) (<-chan *pb.MobileQueryEvent, error)
- func IpfsPubsubSubCommand(topic string) error
- func IpfsSwarmConnect(address string) error
- func IpfsSwarmPeers(verbose bool, streams bool, latency bool, direction bool) error
- func LikeAdd(blockID string) error
- func LikeGet(likeID string) error
- func LikeIgnore(likeID string) error
- func LikeList(blockID string) error
- func Logs(subsystem string, level string, texOnly bool) error
- func MessageAdd(threadID string, body string) error
- func MessageGet(blockID string) error
- func MessageIgnore(blockID string) error
- func MessageList(threadID string, offset string, limit int) error
- func Migrate(repoPath string, pinCode string) error
- func NotificationList() error
- func NotificationRead(id string) error
- func Observe(threadID string, types []string) (<-chan *pb.FeedItem, error)
- func ObserveCommand(threadID string, types []string) error
- func Ping(address string) error
- func ProfileGet() error
- func ProfileSet(name string, avatar string) error
- func Publish(topic string) error
- func Run() error
- func Summary() error
- func ThreadAbandon(threadID string) error
- func ThreadAdd(name string, key string, tipe string, sharing string, whitelist []string, ...) error
- func ThreadGet(threadID string) error
- func ThreadList() error
- func ThreadPeer(threadID string) error
- func ThreadRename(name string, threadID string) error
- func ThreadSnapshotApply(id string, wait int) error
- func ThreadSnapshotCreate() error
- func ThreadSnapshotSearch(wait int) error
- func TokenCreate(token string, noStore bool) error
- func TokenList() error
- func TokenRemove(token string) error
- func TokenValidate(token string) error
- func Version(git bool) error
- func WalletAccounts(mnemonic string, passphrase string, depth int, offset int) error
- func WalletInit(words int, passphrase string) error
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func AccountAddress ¶ added in v0.2.0
func AccountAddress() error
func AccountGet ¶ added in v0.2.0
func AccountGet() error
func AccountSeed ¶ added in v0.2.0
func AccountSeed() error
func AccountSync ¶ added in v0.2.0
func BlockIgnore ¶ added in v0.2.0
Adds new block to the thread to indicate that this block should be ignored, essentially removing the block
func BotsCreate ¶ added in v0.7.4
BotsCreate writes a new bot config to the current repo
func BotsEnable ¶ added in v0.7.4
BotsEnable enables a known bot
func CafeDelete ¶ added in v0.2.0
func CafeMessages ¶ added in v0.2.0
func CafeMessages() error
func CommentAdd ¶ added in v0.2.0
func CommentGet ¶ added in v0.2.0
func CommentIgnore ¶ added in v0.2.0
func CommentList ¶ added in v0.2.0
func ContactDelete ¶ added in v0.2.0
func ContactGet ¶ added in v0.2.0
func ContactList ¶ added in v0.2.0
func ContactList() error
func ContactSearch ¶ added in v0.2.0
func FileGetBlock ¶ added in v0.4.0
func FileIgnore ¶ added in v0.2.0
func FileListBlock ¶ added in v0.4.0
func FileListThread ¶ added in v0.4.0
func InitCommand ¶ added in v0.2.0
func InitCommand(config core.InitConfig) error
func InviteAccept ¶ added in v0.2.0
func InviteCreate ¶ added in v0.2.0
func InviteIgnore ¶ added in v0.2.0
func InviteList ¶ added in v0.2.0
func InviteList() error
func IpfsPubsubPub ¶ added in v0.7.6
func IpfsPubsubSub ¶ added in v0.7.6
func IpfsPubsubSub(topic string) (<-chan *pb.MobileQueryEvent, error)
func IpfsPubsubSubCommand ¶ added in v0.7.6
func IpfsSwarmConnect ¶ added in v0.2.0
func IpfsSwarmPeers ¶ added in v0.2.0
func LikeIgnore ¶ added in v0.2.0
func MessageAdd ¶ added in v0.2.0
func MessageGet ¶ added in v0.2.0
func MessageIgnore ¶ added in v0.2.0
func MessageList ¶ added in v0.2.0
func Migrate ¶ added in v0.2.0
Grab the repo path and migrate it to the latest version, passing the decryption pincode
func NotificationList ¶ added in v0.2.0
func NotificationList() error
func NotificationRead ¶ added in v0.2.0
func ObserveCommand ¶ added in v0.4.0
func ProfileGet ¶ added in v0.2.0
func ProfileGet() error
func ProfileSet ¶ added in v0.2.0
func ThreadAbandon ¶ added in v0.4.0
func ThreadList ¶ added in v0.2.0
func ThreadList() error
func ThreadPeer ¶ added in v0.2.0
func ThreadRename ¶ added in v0.2.0
func ThreadSnapshotApply ¶ added in v0.2.0
func ThreadSnapshotCreate ¶ added in v0.2.0
func ThreadSnapshotCreate() error
func ThreadSnapshotSearch ¶ added in v0.2.0
func TokenCreate ¶ added in v0.2.0
func TokenRemove ¶ added in v0.2.0
func TokenValidate ¶ added in v0.2.0
func WalletAccounts ¶ added in v0.2.0
func WalletInit ¶ added in v0.2.0
Types ¶
This section is empty.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.