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

Method LogStreamUpdate

internal/display/log_streams.go:96–105  ·  view source on GitHub ↗
(logs *management.LogStream)

Source from the content-addressed store, hash-verified

94}
95
96func (r *Renderer) LogStreamUpdate(logs *management.LogStream) error {
97 r.Heading("log streams updated")
98 view, err := makeLogStreamView(logs)
99 if err != nil {
100 return err
101 }
102 r.Result(view)
103
104 return nil
105}
106
107func makeLogStreamView(logs *management.LogStream) (*logStreamView, error) {
108 config, err := toJSONString(logs.GetPIIConfig())

Calls 3

HeadingMethod · 0.95
ResultMethod · 0.95
makeLogStreamViewFunction · 0.85

Tested by

no test coverage detected