MCPcopy
hub / github.com/opentofu/opentofu / BackendRemoteHuman

Struct BackendRemoteHuman

internal/command/views/backend_remote.go:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40type BackendRemoteHuman struct {
41 view *View
42 renderer *jsonformat.Renderer
43}
44
45// TODO meta-refactor: after the refactor where backend logic is extracted in its own component,
46// check if this view can be plugged correctly and returned by the Backend view instead.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected