Destroy Event

Fires on filesystem exit.

Syntax

// FUSEDestroyEventArgs carries the FUSE Destroy event's parameters.
type FUSEDestroyEventArgs struct {...}


// FUSEDestroyEvent defines the signature of the FUSE Destroy event's handler function.
type FUSEDestroyEvent func(sender *FUSE, args *FUSEDestroyEventArgs)

func (obj *FUSE) GetOnDestroyHandler() FUSEDestroyEvent
func (obj *FUSE) SetOnDestroyHandler(handlerFunc FUSEDestroyEvent)

Remarks

This event fires when the filesystem is shut down.

Copyright (c) 2022 Callback Technologies, Inc. - All rights reserved.
CBFS FUSE 2020 Go Edition - Version 20.0 [Build 8348]