MCPcopy Create free account
hub / github.com/apache/openwhisk-cli / printFullList

Function printFullList

commands/util.go:292–307  ·  view source on GitHub ↗
(collection interface{})

Source from the content-addressed store, hash-verified

290}
291
292func printFullList(collection interface{}) {
293 switch collection := collection.(type) {
294 case []whisk.Action:
295
296 case []whisk.Trigger:
297
298 case []whisk.Package:
299
300 case []whisk.Rule:
301
302 case []whisk.Namespace:
303
304 case []whisk.Activation:
305 printFullActivationList(collection)
306 }
307}
308
309func printSummary(collection interface{}) {
310 switch collection := collection.(type) {

Callers

nothing calls this directly

Calls 1

printFullActivationListFunction · 0.85

Tested by

no test coverage detected