package
Version:
v0.0.0-...-ca58dd2
Opens a new window with list of versions in this module.
Published: May 19, 2018
License: GPL-3.0
Opens a new window with license information.
Imports: 14
Opens a new window with list of imports.
Imported by: 6
Opens a new window with list of known importers.
Documentation
¶
func AcceptInvite(ds *ssb.DataStore, pb Pub, invite []byte) error
func AddPub(ds *ssb.DataStore, pb Pub)
func Replicate(ds *ssb.DataStore)
type Pub struct {
Link ssb.Ref `json:"key"`
Host string `json:"host"`
Port int `json:"port"`
}
func GetPubs(ds *ssb.DataStore) (pds []*Pub)
type PubAnnounce struct {
ssb.MessageBody
Pub Pub `json:"address"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.