MCPcopy Index your code
hub / github.com/cloudfoundry/cli / Examples

Method Examples

actor/sharedaction/help.go:79–79  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

77// text in a Examples() method, which gives them more flexibility than a struct tag.
78type HasExamples interface {
79 Examples() string
80}
81
82// HasResources is an interface that commands may implement if they want to define their resources

Callers 1

CommandInfoByNameMethod · 0.65

Implementers 15

ServiceKeyCommandcommand/v7/service_key_command.go
DeleteServiceKeyCommandcommand/v7/delete_service_key_command.
ServiceKeysCommandcommand/v7/service_keys_command.go
UnmapRouteCommandcommand/v7/unmap_route_command.go
UnbindRouteServiceCommandcommand/v7/unbind_route_service_comman
CreateServiceKeyCommandcommand/v7/create_service_key_command.
BindServiceCommandcommand/v7/bind_service_command.go
ShareRouteCommandcommand/v7/share_route_command.go
CreateRouteCommandcommand/v7/create_route_command.go
RouteCommandcommand/v7/route_command.go
DeleteRouteCommandcommand/v7/delete_route_command.go
CleanupOutdatedServiceBindingsCommandcommand/v7/cleanup_outdated_service_bi

Calls

no outgoing calls

Tested by

no test coverage detected