Documentation
¶
Index ¶
- Variables
- type App
- func (app *App) Close()
- func (app *App) Debug(msg interface{})
- func (app *App) DialPeer(pub *peer.PublicKey) (PeerClient, error)
- func (app *App) GetTLSConfig() (*tls.Config, error)
- func (app *App) GetVolume(id *db.VolumeID) (*VolumeRef, error)
- func (app *App) GetVolumeByName(name string) (*VolumeRef, error)
- func (app *App) OpenKV(tx *db.Tx, storage *db.VolumeStorage) (kv.KV, error)
- func (app *App) OpenKVForPeer(pub *peer.PublicKey) (kv.KV, error)
- func (app *App) ValidateKV(backend string) error
- type AppOption
- type CryptoKeys
- type PeerClient