formats

package
v0.0.0-...-8cab9b7 Latest Latest
Warning

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

Go to latest
Published: Apr 26, 2018 License: GPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ColorBlue

func ColorBlue(value string) string

func ColorGreen

func ColorGreen(value string) string

func ColorRed

func ColorRed(value string) string

func ColorYellow

func ColorYellow(value string) string

func FloatToString

func FloatToString(value float64) string

Types

type DbHost

type DbHost struct {
	Id       string
	IP       string
	MAC      string
	Hostname string
	Services []DbService
}

type DbNetwork

type DbNetwork struct {
	Subnet string
	Hosts  []DbHost
}

type DbService

type DbService struct {
	Port string
	Name string
}

type ReqInput

type ReqInput struct {
	CustomExec string            `json:"customExec"`
	Target     string            `json:"target"`
	Method     string            `json:"method"`
	Options    map[string]string `json:"options"`
}

Jump to

Keyboard shortcuts

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