Documentation
¶
Rendered for windows/amd64
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BackupCloseHandler ¶ added in v0.8.0
func BackupCloseHandler(c *websockets.WSClient) func(ctx context.Context, msg *websockets.Message) error
func BackupStartHandler ¶ added in v0.8.0
func BackupStartHandler(c *websockets.WSClient) func(ctx context.Context, msg *websockets.Message) error
Types ¶
type NFSSessionData ¶ added in v0.9.0
type NFSSessionStore ¶ added in v0.9.0
type NFSSessionStore struct {
// contains filtered or unexported fields
}
func GetNFSSessionStore ¶ added in v0.9.0
func GetNFSSessionStore() *NFSSessionStore
func (*NFSSessionStore) Delete ¶ added in v0.9.0
func (s *NFSSessionStore) Delete(drive string) error
func (*NFSSessionStore) HasSessions ¶ added in v0.9.0
func (s *NFSSessionStore) HasSessions() bool
func (*NFSSessionStore) Load ¶ added in v0.9.0
func (s *NFSSessionStore) Load(drive string) (*NFSSessionData, bool)
func (*NFSSessionStore) Store ¶ added in v0.9.0
func (s *NFSSessionStore) Store(drive string, session *nfs.NFSSession) error
Click to show internal directories.
Click to hide internal directories.