Documentation ¶
Index ¶
- Variables
- type Document
- func (*Document) Descriptor() ([]byte, []int)deprecated
- func (x *Document) GetClassificationId() *base.AnyID
- func (x *Document) GetImmutableList() *base1.Immutables
- func (x *Document) GetMutableList() *base1.Mutables
- func (*Document) ProtoMessage()
- func (x *Document) ProtoReflect() protoreflect.Message
- func (x *Document) Reset()
- func (x *Document) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_schema_documents_base_document_v1_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Document ¶
type Document struct { ClassificationId *base.AnyID `protobuf:"bytes,1,opt,name=classification_id,json=classificationId,proto3" json:"classification_id,omitempty"` ImmutableList *base1.Immutables `protobuf:"bytes,2,opt,name=immutable_list,json=immutableList,proto3" json:"immutable_list,omitempty"` MutableList *base1.Mutables `protobuf:"bytes,3,opt,name=mutable_list,json=mutableList,proto3" json:"mutable_list,omitempty"` // contains filtered or unexported fields }
func (*Document) GetImmutableList ¶
func (x *Document) GetImmutableList() *base1.Immutables
func (*Document) ProtoReflect ¶
func (x *Document) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.