Documentation
¶
Index ¶
- Variables
- func BlobsAdd(blob []byte) (string, error)
- func BlobsGet(refStr string) ([]byte, error)
- func BlobsHas()
- func BlobsList()
- func BlobsRemove()
- func BlobsWant(blobref string)
- func CurrentMessageCount() (int64, error)
- func GossipConnect(multiserveraddress string) error
- func Peers() ([]byte, error)
- func Publish(message string) error
- func PullMessages(last, limit int) ([]byte, error)
- func Start(repoPath string)
- func Stop() error
- func WhoAmI() string
- type MessageWithRootSeq
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNotInitialized = errors.New("gobot: not initialized")
Functions ¶
func BlobsRemove ¶
func BlobsRemove()
func CurrentMessageCount ¶
func GossipConnect ¶
func PullMessages ¶
Types ¶
type MessageWithRootSeq ¶
type MessageWithRootSeq struct {
ssb.KeyValueRaw
RootSeq int64 `json:"seqField"`
}
Directories
¶
| Path | Synopsis |
|---|---|
|
internal
|
|
|
multiserver
first draft of an (surely) incomlete implemenation of multiserver addresses
|
first draft of an (surely) incomlete implemenation of multiserver addresses |
Click to show internal directories.
Click to hide internal directories.