logbox

package
v0.0.0-...-b52e348 Latest Latest
Warning

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

Go to latest
Published: Jul 27, 2017 License: Apache-2.0 Imports: 1 Imported by: 12

Documentation

Index

Constants

View Source
const (
	INFO       = "Info"
	ERROR      = "Error"
	WARN       = "Warning"
	DEPLOY     = "Deploying"
	STARTING   = "Startingg"
	STOPPING   = "Stopping"
	RESTARTING = "Restarting"
	DESTORYING = "Destorying"
	UPDATING   = "Updating"
	BILLING    = "Billing"
)

Variables

This section is empty.

Functions

func W

func W(source, typ, message string) string

Types

type LogBox

type LogBox struct {
	Source  string `json:"Source"`
	Type    string `json:"Type"`
	Message string `json:"Message"`
}

func (*LogBox) String

func (a *LogBox) String() string

Jump to

Keyboard shortcuts

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