Documentation
¶
Index ¶
- Variables
- type Commit
- func (*Commit) Descriptor() ([]byte, []int)deprecated
- func (x *Commit) GetCreated() *timestamppb.Timestamp
- func (x *Commit) GetMessagesCids() []string
- func (x *Commit) GetPreviousCommitCid() string
- func (*Commit) ProtoMessage()
- func (x *Commit) ProtoReflect() protoreflect.Message
- func (x *Commit) Reset()
- func (x *Commit) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_pdcl_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Commit ¶
type Commit struct {
Created *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=created,proto3" json:"created,omitempty"`
PreviousCommitCid string `protobuf:"bytes,2,opt,name=previous_commit_cid,json=previousCommitCid,proto3" json:"previous_commit_cid,omitempty"`
MessagesCids []string `protobuf:"bytes,3,rep,name=messages_cids,json=messagesCids,proto3" json:"messages_cids,omitempty"`
// contains filtered or unexported fields
}
func (*Commit) Descriptor
deprecated
func (*Commit) GetCreated ¶
func (x *Commit) GetCreated() *timestamppb.Timestamp
func (*Commit) GetMessagesCids ¶
func (*Commit) GetPreviousCommitCid ¶
func (*Commit) ProtoMessage ¶
func (*Commit) ProtoMessage()
func (*Commit) ProtoReflect ¶
func (x *Commit) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.