Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BorgClient ¶
type BorgClient struct {
// contains filtered or unexported fields
}
func Client ¶
func Client() *BorgClient
func (*BorgClient) Add ¶
func (b *BorgClient) Add(name string, path string, privateKey []byte, hostname string) *BorgClient
func (*BorgClient) Promise ¶
func (b *BorgClient) Promise() *BorgClient
func (*BorgClient) Resolve ¶
func (b *BorgClient) Resolve()
func (BorgClient) Status ¶
func (b BorgClient) Status() gonf.Status
type BorgServer ¶
type BorgServer struct {
// contains filtered or unexported fields
}
func Server ¶
func Server() *BorgServer
func (*BorgServer) Add ¶
func (b *BorgServer) Add(name string, publicKey []byte) *BorgServer
func (*BorgServer) Promise ¶
func (b *BorgServer) Promise() *BorgServer
func (*BorgServer) Resolve ¶
func (b *BorgServer) Resolve()
func (BorgServer) Status ¶
func (b BorgServer) Status() gonf.Status
type Job ¶
type Job struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.