Documentation ¶
Index ¶
- Variables
- type Child
- type DebugState
- func (*DebugState) Descriptor() ([]byte, []int)deprecated
- func (x *DebugState) GetCurrent() []*DebugState_Ref
- func (x *DebugState) GetKnown() []*DebugState_Ref
- func (*DebugState) ProtoMessage()
- func (x *DebugState) ProtoReflect() protoreflect.Message
- func (x *DebugState) Reset()
- func (x *DebugState) String() string
- type DebugState_Ref
- func (*DebugState_Ref) Descriptor() ([]byte, []int)deprecated
- func (x *DebugState_Ref) GetCommit() string
- func (x *DebugState_Ref) GetRef() string
- func (*DebugState_Ref) ProtoMessage()
- func (x *DebugState_Ref) ProtoReflect() protoreflect.Message
- func (x *DebugState_Ref) Reset()
- func (x *DebugState_Ref) String() string
- type RefSpace
- type RepositoryState
Constants ¶
This section is empty.
Variables ¶
View Source
var File_go_chromium_org_luci_scheduler_appengine_task_gitiles_pb_messages_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Child ¶
type Child struct { Suffix string `protobuf:"bytes,1,opt,name=suffix,proto3" json:"suffix,omitempty"` Sha1 []byte `protobuf:"bytes,2,opt,name=sha1,proto3" json:"sha1,omitempty"` // contains filtered or unexported fields }
Child is the last part and its sha1 tip.
func (*Child) Descriptor
deprecated
func (*Child) ProtoMessage ¶
func (*Child) ProtoMessage()
func (*Child) ProtoReflect ¶
func (x *Child) ProtoReflect() protoreflect.Message
type DebugState ¶
type DebugState struct { Known []*DebugState_Ref `protobuf:"bytes,1,rep,name=known,proto3" json:"known,omitempty"` // tips as stored in the datastore Current []*DebugState_Ref `protobuf:"bytes,2,rep,name=current,proto3" json:"current,omitempty"` // tips as returned by gitiles right now // contains filtered or unexported fields }
DebugState is returned as part of GetDebugJobState RPC response.
func (*DebugState) Descriptor
deprecated
func (*DebugState) Descriptor() ([]byte, []int)
Deprecated: Use DebugState.ProtoReflect.Descriptor instead.
func (*DebugState) GetCurrent ¶
func (x *DebugState) GetCurrent() []*DebugState_Ref
func (*DebugState) GetKnown ¶
func (x *DebugState) GetKnown() []*DebugState_Ref
func (*DebugState) ProtoMessage ¶
func (*DebugState) ProtoMessage()
func (*DebugState) ProtoReflect ¶
func (x *DebugState) ProtoReflect() protoreflect.Message
func (*DebugState) Reset ¶
func (x *DebugState) Reset()
func (*DebugState) String ¶
func (x *DebugState) String() string
type DebugState_Ref ¶
type DebugState_Ref struct { Ref string `protobuf:"bytes,1,opt,name=ref,proto3" json:"ref,omitempty"` Commit string `protobuf:"bytes,2,opt,name=commit,proto3" json:"commit,omitempty"` // contains filtered or unexported fields }
func (*DebugState_Ref) Descriptor
deprecated
func (*DebugState_Ref) Descriptor() ([]byte, []int)
Deprecated: Use DebugState_Ref.ProtoReflect.Descriptor instead.
func (*DebugState_Ref) GetCommit ¶
func (x *DebugState_Ref) GetCommit() string
func (*DebugState_Ref) GetRef ¶
func (x *DebugState_Ref) GetRef() string
func (*DebugState_Ref) ProtoMessage ¶
func (*DebugState_Ref) ProtoMessage()
func (*DebugState_Ref) ProtoReflect ¶
func (x *DebugState_Ref) ProtoReflect() protoreflect.Message
func (*DebugState_Ref) Reset ¶
func (x *DebugState_Ref) Reset()
func (*DebugState_Ref) String ¶
func (x *DebugState_Ref) String() string
type RefSpace ¶
type RefSpace struct { Prefix string `protobuf:"bytes,1,opt,name=prefix,proto3" json:"prefix,omitempty"` Children []*Child `protobuf:"bytes,2,rep,name=children,proto3" json:"children,omitempty"` // contains filtered or unexported fields }
RefSpace is a bunch of children which share the same ref namespace (prefix).
func (*RefSpace) Descriptor
deprecated
func (*RefSpace) GetChildren ¶
func (*RefSpace) ProtoMessage ¶
func (*RefSpace) ProtoMessage()
func (*RefSpace) ProtoReflect ¶
func (x *RefSpace) ProtoReflect() protoreflect.Message
type RepositoryState ¶
type RepositoryState struct { Spaces []*RefSpace `protobuf:"bytes,1,rep,name=spaces,proto3" json:"spaces,omitempty"` // contains filtered or unexported fields }
RepositoryState stores tips of all watched refs in a repo.
func (*RepositoryState) Descriptor
deprecated
func (*RepositoryState) Descriptor() ([]byte, []int)
Deprecated: Use RepositoryState.ProtoReflect.Descriptor instead.
func (*RepositoryState) GetSpaces ¶
func (x *RepositoryState) GetSpaces() []*RefSpace
func (*RepositoryState) ProtoMessage ¶
func (*RepositoryState) ProtoMessage()
func (*RepositoryState) ProtoReflect ¶
func (x *RepositoryState) ProtoReflect() protoreflect.Message
func (*RepositoryState) Reset ¶
func (x *RepositoryState) Reset()
func (*RepositoryState) String ¶
func (x *RepositoryState) String() string
Click to show internal directories.
Click to hide internal directories.