Documentation
¶
Index ¶
- Variables
- func AccountAddress() error
- func AccountGet() error
- func AccountSeed() error
- func AccountSync(wait int) error
- func AddSimpleDir(path string, threadId string) error
- func AddSimpleFile(path string, threadId string) 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 IpfsListCids(cid string, outPath string) error
- func IpfsPeer() error
- func IpfsPinCid(path 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 ListStream() 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 SetServePeer(pubkey string) error
- func ShadowStat() error
- func StreamAddFile(streamId string, filePath string) error
- func StreamClose(streamId string) error
- func StreamCreate(threadId string, streamId string, subNum int) error
- func StreamFromFile(size int, thread string) error
- func StreamSubscribe(streamId string) error
- func StreamWorkerStat() 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
- type MetaAndNotification
- type SafeMap
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func AccountAddress ¶
func AccountAddress() error
func AccountGet ¶
func AccountGet() error
func AccountSeed ¶
func AccountSeed() error
func AccountSync ¶
func AddSimpleDir ¶
func AddSimpleFile ¶
func BlockIgnore ¶
Adds new block to the thread to indicate that this block should be ignored, essentially removing the block
func BotsCreate ¶
BotsCreate writes a new bot config to the current repo
func CafeDelete ¶
func CafeMessages ¶
func CafeMessages() error
func CommentAdd ¶
func CommentGet ¶
func CommentIgnore ¶
func CommentList ¶
func ContactDelete ¶
func ContactGet ¶
func ContactList ¶
func ContactList() error
func ContactSearch ¶
func FileIgnore ¶
func FileListBlock ¶
func InitCommand ¶
func InitCommand(config core.InitConfig) error
func InviteAccept ¶
func InviteIgnore ¶
func InviteList ¶
func InviteList() error
func IpfsListCids ¶
func IpfsPinCid ¶
func IpfsSwarmConnect ¶
func IpfsSwarmPeers ¶
func LikeIgnore ¶
func ListStream ¶
func ListStream() error
func MessageAdd ¶
func MessageGet ¶
func MessageIgnore ¶
func Migrate ¶
Grab the repo path and migrate it to the latest version, passing the decryption pincode
func NotificationList ¶
func NotificationList() error
func NotificationRead ¶
func ObserveCommand ¶
func ProfileGet ¶
func ProfileGet() error
func ProfileSet ¶
func SetServePeer ¶
func ShadowStat ¶
func ShadowStat() error
func StreamAddFile ¶
func StreamClose ¶
func StreamFromFile ¶
func StreamSubscribe ¶
func StreamWorkerStat ¶
func StreamWorkerStat() error
func ThreadAbandon ¶
func ThreadList ¶
func ThreadList() error
func ThreadPeer ¶
func ThreadRename ¶
func ThreadSnapshotApply ¶
func ThreadSnapshotCreate ¶
func ThreadSnapshotCreate() error
func ThreadSnapshotSearch ¶
func TokenCreate ¶
func TokenRemove ¶
func TokenValidate ¶
func WalletAccounts ¶
func WalletInit ¶
Types ¶
type MetaAndNotification ¶
type MetaAndNotification struct {
// contains filtered or unexported fields
}
Source Files
¶
- account.go
- blocks.go
- bots.go
- cafes.go
- chat.go
- cmd.go
- comments.go
- config.go
- contacts.go
- daemon.go
- docs.go
- feed.go
- files.go
- init.go
- invites.go
- ipfs.go
- likes.go
- logs.go
- messages.go
- migrate.go
- notifications.go
- observe.go
- ping.go
- profile.go
- publish.go
- shadow.go
- simple_file.go
- stream.go
- summary.go
- threads.go
- tokens.go
- version.go
- wallet.go
Click to show internal directories.
Click to hide internal directories.