Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/owenthereal/ccat
/ CCatPrinter
Interface
CCatPrinter
ccat.go:13–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
)
12
13
type
CCatPrinter
interface
{
14
Print(r io.Reader, w io.Writer) error
15
}
16
17
type
AutoColorPrinter
struct
{
18
ColorPalettes ColorPalettes
Callers
4
CPrint
Function · 0.65
HtmlPrint
Function · 0.65
Print
Method · 0.65
CCat
Function · 0.65
Implementers
7
Printer
printer.go
HtmlCodePrinter
printer.go
AutoColorPrinter
ccat.go
ColorPrinter
ccat.go
PlainTextPrinter
ccat.go
HtmlPrinter
ccat.go
Command
Godeps/_workspace/src/github.com/spf13
Calls
no outgoing calls
Tested by
no test coverage detected