Documentation ¶
Index ¶
- type Child
- func (*Child) Descriptor() ([]byte, []int)
- func (m *Child) GetSha1() []byte
- func (m *Child) GetSuffix() string
- func (*Child) ProtoMessage()
- func (m *Child) Reset()
- func (m *Child) String() string
- func (m *Child) XXX_DiscardUnknown()
- func (m *Child) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Child) XXX_Merge(src proto.Message)
- func (m *Child) XXX_Size() int
- func (m *Child) XXX_Unmarshal(b []byte) error
- type DebugState
- func (*DebugState) Descriptor() ([]byte, []int)
- func (m *DebugState) GetCurrent() []*DebugState_Ref
- func (m *DebugState) GetKnown() []*DebugState_Ref
- func (*DebugState) ProtoMessage()
- func (m *DebugState) Reset()
- func (m *DebugState) String() string
- func (m *DebugState) XXX_DiscardUnknown()
- func (m *DebugState) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DebugState) XXX_Merge(src proto.Message)
- func (m *DebugState) XXX_Size() int
- func (m *DebugState) XXX_Unmarshal(b []byte) error
- type DebugState_Ref
- func (*DebugState_Ref) Descriptor() ([]byte, []int)
- func (m *DebugState_Ref) GetCommit() string
- func (m *DebugState_Ref) GetRef() string
- func (*DebugState_Ref) ProtoMessage()
- func (m *DebugState_Ref) Reset()
- func (m *DebugState_Ref) String() string
- func (m *DebugState_Ref) XXX_DiscardUnknown()
- func (m *DebugState_Ref) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DebugState_Ref) XXX_Merge(src proto.Message)
- func (m *DebugState_Ref) XXX_Size() int
- func (m *DebugState_Ref) XXX_Unmarshal(b []byte) error
- type RefSpace
- func (*RefSpace) Descriptor() ([]byte, []int)
- func (m *RefSpace) GetChildren() []*Child
- func (m *RefSpace) GetPrefix() string
- func (*RefSpace) ProtoMessage()
- func (m *RefSpace) Reset()
- func (m *RefSpace) String() string
- func (m *RefSpace) XXX_DiscardUnknown()
- func (m *RefSpace) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RefSpace) XXX_Merge(src proto.Message)
- func (m *RefSpace) XXX_Size() int
- func (m *RefSpace) XXX_Unmarshal(b []byte) error
- type RepositoryState
- func (*RepositoryState) Descriptor() ([]byte, []int)
- func (m *RepositoryState) GetSpaces() []*RefSpace
- func (*RepositoryState) ProtoMessage()
- func (m *RepositoryState) Reset()
- func (m *RepositoryState) String() string
- func (m *RepositoryState) XXX_DiscardUnknown()
- func (m *RepositoryState) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RepositoryState) XXX_Merge(src proto.Message)
- func (m *RepositoryState) XXX_Size() int
- func (m *RepositoryState) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
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"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
Child is the last part and its sha1 tip.
func (*Child) Descriptor ¶
func (*Child) ProtoMessage ¶
func (*Child) ProtoMessage()
func (*Child) XXX_DiscardUnknown ¶
func (m *Child) XXX_DiscardUnknown()
func (*Child) XXX_Marshal ¶
func (*Child) XXX_Unmarshal ¶
type DebugState ¶
type DebugState struct { Known []*DebugState_Ref `protobuf:"bytes,1,rep,name=known,proto3" json:"known,omitempty"` Current []*DebugState_Ref `protobuf:"bytes,2,rep,name=current,proto3" json:"current,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
DebugState is returned as part of GetDebugJobState RPC response.
func (*DebugState) Descriptor ¶
func (*DebugState) Descriptor() ([]byte, []int)
func (*DebugState) GetCurrent ¶
func (m *DebugState) GetCurrent() []*DebugState_Ref
func (*DebugState) GetKnown ¶
func (m *DebugState) GetKnown() []*DebugState_Ref
func (*DebugState) ProtoMessage ¶
func (*DebugState) ProtoMessage()
func (*DebugState) Reset ¶
func (m *DebugState) Reset()
func (*DebugState) String ¶
func (m *DebugState) String() string
func (*DebugState) XXX_DiscardUnknown ¶
func (m *DebugState) XXX_DiscardUnknown()
func (*DebugState) XXX_Marshal ¶
func (m *DebugState) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DebugState) XXX_Merge ¶
func (m *DebugState) XXX_Merge(src proto.Message)
func (*DebugState) XXX_Size ¶
func (m *DebugState) XXX_Size() int
func (*DebugState) XXX_Unmarshal ¶
func (m *DebugState) XXX_Unmarshal(b []byte) error
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"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*DebugState_Ref) Descriptor ¶
func (*DebugState_Ref) Descriptor() ([]byte, []int)
func (*DebugState_Ref) GetCommit ¶
func (m *DebugState_Ref) GetCommit() string
func (*DebugState_Ref) GetRef ¶
func (m *DebugState_Ref) GetRef() string
func (*DebugState_Ref) ProtoMessage ¶
func (*DebugState_Ref) ProtoMessage()
func (*DebugState_Ref) Reset ¶
func (m *DebugState_Ref) Reset()
func (*DebugState_Ref) String ¶
func (m *DebugState_Ref) String() string
func (*DebugState_Ref) XXX_DiscardUnknown ¶
func (m *DebugState_Ref) XXX_DiscardUnknown()
func (*DebugState_Ref) XXX_Marshal ¶
func (m *DebugState_Ref) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DebugState_Ref) XXX_Merge ¶
func (m *DebugState_Ref) XXX_Merge(src proto.Message)
func (*DebugState_Ref) XXX_Size ¶
func (m *DebugState_Ref) XXX_Size() int
func (*DebugState_Ref) XXX_Unmarshal ¶
func (m *DebugState_Ref) XXX_Unmarshal(b []byte) error
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"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
RefSpace is a bunch of children which share the same ref namespace (prefix).
func (*RefSpace) Descriptor ¶
func (*RefSpace) GetChildren ¶
func (*RefSpace) ProtoMessage ¶
func (*RefSpace) ProtoMessage()
func (*RefSpace) XXX_DiscardUnknown ¶
func (m *RefSpace) XXX_DiscardUnknown()
func (*RefSpace) XXX_Marshal ¶
func (*RefSpace) XXX_Unmarshal ¶
type RepositoryState ¶
type RepositoryState struct { Spaces []*RefSpace `protobuf:"bytes,1,rep,name=spaces,proto3" json:"spaces,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
RepositoryState stores tips of all watched refs in a repo.
func (*RepositoryState) Descriptor ¶
func (*RepositoryState) Descriptor() ([]byte, []int)
func (*RepositoryState) GetSpaces ¶
func (m *RepositoryState) GetSpaces() []*RefSpace
func (*RepositoryState) ProtoMessage ¶
func (*RepositoryState) ProtoMessage()
func (*RepositoryState) Reset ¶
func (m *RepositoryState) Reset()
func (*RepositoryState) String ¶
func (m *RepositoryState) String() string
func (*RepositoryState) XXX_DiscardUnknown ¶
func (m *RepositoryState) XXX_DiscardUnknown()
func (*RepositoryState) XXX_Marshal ¶
func (m *RepositoryState) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RepositoryState) XXX_Merge ¶
func (m *RepositoryState) XXX_Merge(src proto.Message)
func (*RepositoryState) XXX_Size ¶
func (m *RepositoryState) XXX_Size() int
func (*RepositoryState) XXX_Unmarshal ¶
func (m *RepositoryState) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.