Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DataWrittenToFile ¶
type DataWrittenToFile struct { Action actions.WriteToFile Error error `json:"error"` Written int64 `json:"written"` }
DataWrittenToFile defines an event for describe a write to file operation.
type DirCreated ¶
type DirCreated struct { Action actions.MkDirectory Error error `json:"error"` }
DirCreated defines a struct for containing details of dir created operation.
type FileCreated ¶
type FileCreated struct { Action actions.CreateFile Error error `json:"error"` Written int64 `json:"written"` }
FileCreated defines a struct for containing details of file created operation.
type UserCreated ¶
type UserCreated struct { Action actions.CreateUser Error error `json:"error"` }
UserCreated defines a struct for defining details of a created user.
Click to show internal directories.
Click to hide internal directories.