Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var File_pkg_iac_scanners_terraformplan_snapshot_planproto_planfile_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type DynamicValue ¶
type DynamicValue struct { Msgpack []byte `protobuf:"bytes,1,opt,name=msgpack,proto3" json:"msgpack,omitempty"` // contains filtered or unexported fields }
func (*DynamicValue) Descriptor
deprecated
func (*DynamicValue) Descriptor() ([]byte, []int)
Deprecated: Use DynamicValue.ProtoReflect.Descriptor instead.
func (*DynamicValue) GetMsgpack ¶
func (x *DynamicValue) GetMsgpack() []byte
func (*DynamicValue) ProtoMessage ¶
func (*DynamicValue) ProtoMessage()
func (*DynamicValue) ProtoReflect ¶
func (x *DynamicValue) ProtoReflect() protoreflect.Message
func (*DynamicValue) Reset ¶
func (x *DynamicValue) Reset()
func (*DynamicValue) String ¶
func (x *DynamicValue) String() string
type Plan ¶
type Plan struct { Variables map[string]*DynamicValue `` /* 159-byte string literal not displayed */ // contains filtered or unexported fields }
func (*Plan) Descriptor
deprecated
func (*Plan) GetVariables ¶
func (x *Plan) GetVariables() map[string]*DynamicValue
func (*Plan) ProtoMessage ¶
func (*Plan) ProtoMessage()
func (*Plan) ProtoReflect ¶
func (x *Plan) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.