Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/cloudfoundry/cli
/ Printf
Method
Printf
cf/trace/printer.go:7–7 ·
view source on GitHub ↗
(format string, v ...interface{})
Source
from the content-addressed store, hash-verified
5
type
Printer
interface
{
6
Print(v ...
interface
{})
7
Printf(format string, v ...
interface
{})
8
Println(v ...
interface
{})
9
WritesToConsole() bool
10
}
Callers
15
main
Function · 0.65
respondWithJSON
Function · 0.65
brokerCatalog
Function · 0.65
brokerProvisionInstance
Function · 0.65
brokerRetrieveInstance
Function · 0.65
brokerUpdateInstance
Function · 0.65
brokerDeprovisionInstance
Function · 0.65
brokerBind
Function · 0.65
brokerGetBinding
Function · 0.65
brokerUnbind
Function · 0.65
brokerLastOperation
Function · 0.65
App
Function · 0.65
Implementers
2
LoggerPrinter
cf/trace/writer_printer.go
FakePrinter
cf/trace/tracefakes/fake_printer.go
Calls
no outgoing calls
Tested by
no test coverage detected