Documentation ¶
Index ¶
- func WrapBuild(err error, ref string) error
- type Build
- func (*Build) Descriptor() ([]byte, []int)
- func (m *Build) GetRef() string
- func (*Build) ProtoMessage()
- func (m *Build) Reset()
- func (m *Build) String() string
- func (b *Build) WrapError(err error) error
- func (m *Build) XXX_DiscardUnknown()
- func (m *Build) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Build) XXX_Merge(src proto.Message)
- func (m *Build) XXX_Size() int
- func (m *Build) XXX_Unmarshal(b []byte) error
- type BuildError
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Build ¶
type Build struct { Ref string `protobuf:"bytes,1,opt,name=Ref,proto3" json:"Ref,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Build) Descriptor ¶
func (*Build) ProtoMessage ¶
func (*Build) ProtoMessage()
func (*Build) XXX_DiscardUnknown ¶
func (m *Build) XXX_DiscardUnknown()
func (*Build) XXX_Marshal ¶
func (*Build) XXX_Unmarshal ¶
type BuildError ¶
type BuildError struct { Build // contains filtered or unexported fields }
func (*BuildError) ToProto ¶
func (e *BuildError) ToProto() grpcerrors.TypedErrorProto
func (*BuildError) Unwrap ¶
func (e *BuildError) Unwrap() error
Click to show internal directories.
Click to hide internal directories.