Documentation ¶
Index ¶
- Variables
- type Link
- func (*Link) Descriptor() ([]byte, []int)deprecated
- func (x *Link) GetByproducts() *structpb.Struct
- func (x *Link) GetCommand() []string
- func (x *Link) GetEnvironment() *structpb.Struct
- func (x *Link) GetMaterials() []*v1.ResourceDescriptor
- func (x *Link) GetName() string
- func (*Link) ProtoMessage()
- func (x *Link) ProtoReflect() protoreflect.Message
- func (x *Link) Reset()
- func (x *Link) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_in_toto_attestation_predicates_link_v0_link_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Link ¶
type Link struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Command []string `protobuf:"bytes,2,rep,name=command,proto3" json:"command,omitempty"` Materials []*v1.ResourceDescriptor `protobuf:"bytes,3,rep,name=materials,proto3" json:"materials,omitempty"` Byproducts *structpb.Struct `protobuf:"bytes,4,opt,name=byproducts,proto3" json:"byproducts,omitempty"` Environment *structpb.Struct `protobuf:"bytes,5,opt,name=environment,proto3" json:"environment,omitempty"` // contains filtered or unexported fields }
func (*Link) Descriptor
deprecated
func (*Link) GetByproducts ¶
func (*Link) GetCommand ¶
func (*Link) GetEnvironment ¶
func (*Link) GetMaterials ¶
func (x *Link) GetMaterials() []*v1.ResourceDescriptor
func (*Link) ProtoMessage ¶
func (*Link) ProtoMessage()
func (*Link) ProtoReflect ¶
func (x *Link) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.