Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileEvent ¶
type FileEvent struct { Path string Info os.FileInfo Type FileEventType }
func NewFileEvent ¶
func NewFileEvent(path string, eventType FileEventType, info os.FileInfo) FileEvent
type FileEventType ¶
type FileEventType string
const ( FileAdded FileEventType = "FileAdded" FileDeleted FileEventType = "FileDeleted" FileUpdated FileEventType = "FileUpdated" FolderAdded FileEventType = "FolderAdded" FolderDeleted FileEventType = "FolderDeleted" // NOTE: not sure if this needs to be specific to rename or copy FolderUpdated FileEventType = "FolderUpdated" )
type TextileEvent ¶
type TextileEvent struct {
BucketName string
}
func NewTextileEvent ¶
func NewTextileEvent(bucketname string) TextileEvent
Click to show internal directories.
Click to hide internal directories.