MCPcopy Create free account
hub / github.com/auth0/auth0-cli / NetworkACLUpdate

Method NetworkACLUpdate

internal/display/network_acl.go:231–235  ·  view source on GitHub ↗

NetworkACLUpdate displays the result of updating a network ACL.

(acl *management.NetworkACL)

Source from the content-addressed store, hash-verified

229
230// NetworkACLUpdate displays the result of updating a network ACL.
231func (r *Renderer) NetworkACLUpdate(acl *management.NetworkACL) error {
232 r.Heading("network ACL updated")
233 r.Result(makeNetworkACLView(acl))
234 return nil
235}

Callers 1

applyNetworkACLPatchFunction · 0.80

Calls 3

HeadingMethod · 0.95
ResultMethod · 0.95
makeNetworkACLViewFunction · 0.85

Tested by

no test coverage detected