MCPcopy Create free account
hub / github.com/IBM/newrelic-cli / Decode

Method Decode

utils/decoder.go:171–171  ·  view source on GitHub ↗
(into interface{})

Source from the content-addressed store, hash-verified

169// decoder is a convenience interface for Decode.
170type decoder interface {
171 Decode(into interface{}) error
172}
173
174// YAMLOrJSONDecoder attempts to decode a stream of JSON documents or

Callers 13

DecodeMethod · 0.65
DoMethod · 0.65
update_monitor.goFile · 0.65
create_monitor.goFile · 0.65

Implementers 2

YAMLToJSONDecoderutils/decoder.go
YAMLOrJSONDecoderutils/decoder.go

Calls

no outgoing calls

Tested by

no test coverage detected