attacks

package
v0.0.0-...-e5dbda4 Latest Latest
Warning

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

Go to latest
Published: Jul 12, 2019 License: GPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Attack

type Attack struct {
	Type    string `json:"type"`
	Target  string `json:"target"`
	Running bool   `json:"running"`
	Started string `json:"started at"`
	Stopped string `json:"stopped at"`
	// contains filtered or unexported fields
}

To keep track of runned attacks

func (*Attack) Init

func (a *Attack) Init(proc *os.Process)

Quick hack to edit process

func (*Attack) Stop

func (a *Attack) Stop() error

Jump to

Keyboard shortcuts

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