templates

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Jun 28, 2016 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Overview

Package templates contains all text-ui templates for the command-line interface.

Index

Constants

This section is empty.

Variables

View Source
var GASpamControlLogoAnsiShadow = `` /* 1862-byte string literal not displayed */

GASpamControlLogoAnsiShadow contains the ASCII-art logo of ga-spam-control ("ANSI Shadow")

View Source
var GASpamControlLogoBloody = `` /* 2292-byte string literal not displayed */

GASpamControlLogoBloody contains the ASCII-art logo of ga-spam-control ("bloody")

View Source
var GASpamControlLogoGraceful = `` /* 317-byte string literal not displayed */

GASpamControlLogoGraceful contains the ASCII-art logo of ga-spam-control ("graceful")

View Source
var GASpamControlLogoSmallKeyboard = `` /* 353-byte string literal not displayed */

GASpamControlLogoSmallKeyboard contains the ASCII-art logo of ga-spam-control ("small keyboard")

View Source
var PrettyAnalysis = `{{if .Domains -}}
{{range .Domains -}}
{{.DomainName}}
{{end -}}
{{else -}}
No new referrer spam domains detected
{{end}}`

PrettyAnalysis contains the detailed template for displaying the spam analysis results for a given analytics account.

View Source
var PrettyStatus = `` /* 237-byte string literal not displayed */

PrettyStatus contains the detailed template for displaying the status of multiple analytics accounts.

View Source
var PrettyUpdate = `` /* 265-byte string literal not displayed */

PrettyUpdate contains the detailed template for displaying domain list update results.

View Source
var QuietAnalysis = `{{if .Domains -}}
{{range .Domains -}}
{{.DomainName}}
{{end -}}
{{end}}`

QuietAnalysis contains the minimal template for displaying the spam analysis results for a given analytics account.

View Source
var QuietStatus = `` /* 162-byte string literal not displayed */

QuietStatus contains a minimal template for displaying the status of multiple analytics accounts.

View Source
var QuietUpdate = `{{range .Domains -}}
{{printf "  %s  %s" .UpdateType .Domainname}}
{{end}}`

QuietUpdate contains the minimal template for displaying domain list update results.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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