events

package
v0.0.0-...-6d3478e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 16, 2018 License: MIT Imports: 1 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL