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

Method List

commands/trigger_test.go:33–35  ·  view source on GitHub ↗
(options *whisk.TriggerListOptions)

Source from the content-addressed store, hash-verified

31}
32
33func (t MockedTriggerService) List(options *whisk.TriggerListOptions) ([]whisk.Trigger, *http.Response, error) {
34 return []whisk.Trigger{}, &http.Response{}, nil
35}
36func (t MockedTriggerService) Insert(trigger *whisk.Trigger, overwrite bool) (*whisk.Trigger, *http.Response, error) {
37 Triggers[trigger.Name] = trigger
38 return trigger, &http.Response{}, nil

Callers 9

activation.goFile · 0.80
lastFlagFunction · 0.80
api.goFile · 0.80
rule.goFile · 0.80
package.goFile · 0.80
trigger.goFile · 0.80
getNamespaceFunction · 0.80
action.goFile · 0.80
namespace.goFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected