Versions in this module Expand all Collapse all v1 v1.4.0 Nov 4, 2021 v1.3.2 Oct 15, 2021 v1.3.1 Oct 14, 2021 v1.3.0 Sep 30, 2021 Changes in this version + var File_build_proto protoreflect.FileDescriptor + func BuildServiceClientType() reflect.Type + func BuildServiceHandlerType() reflect.Type + func BuildServiceServerType() reflect.Type + func RegisterBuildServiceHandler(r http.Router, srv BuildServiceHandler, opts ...http.HandleOption) + func RegisterBuildServiceImp(regester transport.Register, srv BuildServiceServer, ...) + func RegisterBuildServiceServer(s grpc1.ServiceRegistrar, srv BuildServiceServer, opts ...grpc1.HandleOption) + func ServiceNames(svr ...string) []string + func Types() []reflect.Type + type BuildArtifact struct + ClusterName string + Content string + ID int64 + IdentityText string + PipelineID uint64 + Sha256 string + Type string + func (*BuildArtifact) Descriptor() ([]byte, []int) + func (*BuildArtifact) ProtoMessage() + func (m *BuildArtifact) MarshalJSON() ([]byte, error) + func (m *BuildArtifact) UnmarshalJSON(b []byte) error + func (m *BuildArtifact) UnmarshalURLValues(prefix string, values url.Values) error + func (this *BuildArtifact) Validate() error + func (x *BuildArtifact) GetClusterName() string + func (x *BuildArtifact) GetContent() string + func (x *BuildArtifact) GetID() int64 + func (x *BuildArtifact) GetIdentityText() string + func (x *BuildArtifact) GetPipelineID() uint64 + func (x *BuildArtifact) GetSha256() string + func (x *BuildArtifact) GetType() string + func (x *BuildArtifact) ProtoReflect() protoreflect.Message + func (x *BuildArtifact) Reset() + func (x *BuildArtifact) String() string + type BuildArtifactQueryRequest struct + Sha string + func (*BuildArtifactQueryRequest) Descriptor() ([]byte, []int) + func (*BuildArtifactQueryRequest) ProtoMessage() + func (m *BuildArtifactQueryRequest) MarshalJSON() ([]byte, error) + func (m *BuildArtifactQueryRequest) UnmarshalJSON(b []byte) error + func (m *BuildArtifactQueryRequest) UnmarshalURLValues(prefix string, values url.Values) error + func (this *BuildArtifactQueryRequest) Validate() error + func (x *BuildArtifactQueryRequest) GetSha() string + func (x *BuildArtifactQueryRequest) ProtoReflect() protoreflect.Message + func (x *BuildArtifactQueryRequest) Reset() + func (x *BuildArtifactQueryRequest) String() string + type BuildArtifactQueryResponse struct + Data *BuildArtifact + func (*BuildArtifactQueryResponse) Descriptor() ([]byte, []int) + func (*BuildArtifactQueryResponse) ProtoMessage() + func (m *BuildArtifactQueryResponse) MarshalJSON() ([]byte, error) + func (m *BuildArtifactQueryResponse) UnmarshalJSON(b []byte) error + func (m *BuildArtifactQueryResponse) UnmarshalURLValues(prefix string, values url.Values) error + func (this *BuildArtifactQueryResponse) Validate() error + func (x *BuildArtifactQueryResponse) GetData() *BuildArtifact + func (x *BuildArtifactQueryResponse) ProtoReflect() protoreflect.Message + func (x *BuildArtifactQueryResponse) Reset() + func (x *BuildArtifactQueryResponse) String() string + type BuildArtifactRegisterRequest struct + ClusterName string + Content string + IdentityText string + PipelineID uint64 + Sha string + Type string + func (*BuildArtifactRegisterRequest) Descriptor() ([]byte, []int) + func (*BuildArtifactRegisterRequest) ProtoMessage() + func (m *BuildArtifactRegisterRequest) MarshalJSON() ([]byte, error) + func (m *BuildArtifactRegisterRequest) UnmarshalJSON(b []byte) error + func (m *BuildArtifactRegisterRequest) UnmarshalURLValues(prefix string, values url.Values) error + func (this *BuildArtifactRegisterRequest) Validate() error + func (x *BuildArtifactRegisterRequest) GetClusterName() string + func (x *BuildArtifactRegisterRequest) GetContent() string + func (x *BuildArtifactRegisterRequest) GetIdentityText() string + func (x *BuildArtifactRegisterRequest) GetPipelineID() uint64 + func (x *BuildArtifactRegisterRequest) GetSha() string + func (x *BuildArtifactRegisterRequest) GetType() string + func (x *BuildArtifactRegisterRequest) ProtoReflect() protoreflect.Message + func (x *BuildArtifactRegisterRequest) Reset() + func (x *BuildArtifactRegisterRequest) String() string + type BuildArtifactRegisterResponse struct + Data *BuildArtifact + func (*BuildArtifactRegisterResponse) Descriptor() ([]byte, []int) + func (*BuildArtifactRegisterResponse) ProtoMessage() + func (m *BuildArtifactRegisterResponse) MarshalJSON() ([]byte, error) + func (m *BuildArtifactRegisterResponse) UnmarshalJSON(b []byte) error + func (m *BuildArtifactRegisterResponse) UnmarshalURLValues(prefix string, values url.Values) error + func (this *BuildArtifactRegisterResponse) Validate() error + func (x *BuildArtifactRegisterResponse) GetData() *BuildArtifact + func (x *BuildArtifactRegisterResponse) ProtoReflect() protoreflect.Message + func (x *BuildArtifactRegisterResponse) Reset() + func (x *BuildArtifactRegisterResponse) String() string + type BuildCacheReportRequest struct + Action string + ClusterName string + Name string + func (*BuildCacheReportRequest) Descriptor() ([]byte, []int) + func (*BuildCacheReportRequest) ProtoMessage() + func (m *BuildCacheReportRequest) MarshalJSON() ([]byte, error) + func (m *BuildCacheReportRequest) UnmarshalJSON(b []byte) error + func (m *BuildCacheReportRequest) UnmarshalURLValues(prefix string, values url.Values) error + func (this *BuildCacheReportRequest) Validate() error + func (x *BuildCacheReportRequest) GetAction() string + func (x *BuildCacheReportRequest) GetClusterName() string + func (x *BuildCacheReportRequest) GetName() string + func (x *BuildCacheReportRequest) ProtoReflect() protoreflect.Message + func (x *BuildCacheReportRequest) Reset() + func (x *BuildCacheReportRequest) String() string + type BuildCacheReportResponse struct + func (*BuildCacheReportResponse) Descriptor() ([]byte, []int) + func (*BuildCacheReportResponse) ProtoMessage() + func (m *BuildCacheReportResponse) MarshalJSON() ([]byte, error) + func (m *BuildCacheReportResponse) UnmarshalJSON(b []byte) error + func (m *BuildCacheReportResponse) UnmarshalURLValues(prefix string, values url.Values) error + func (this *BuildCacheReportResponse) Validate() error + func (x *BuildCacheReportResponse) ProtoReflect() protoreflect.Message + func (x *BuildCacheReportResponse) Reset() + func (x *BuildCacheReportResponse) String() string + type BuildServiceClient interface + QueryBuildArtifact func(ctx context.Context, in *BuildArtifactQueryRequest, opts ...grpc.CallOption) (*BuildArtifactQueryResponse, error) + RegisterBuildArtifact func(ctx context.Context, in *BuildArtifactRegisterRequest, opts ...grpc.CallOption) (*BuildArtifactRegisterResponse, error) + ReportBuildCache func(ctx context.Context, in *BuildCacheReportRequest, opts ...grpc.CallOption) (*BuildCacheReportResponse, error) + func NewBuildServiceClient(cc grpc1.ClientConnInterface) BuildServiceClient + type BuildServiceHandler interface + QueryBuildArtifact func(context.Context, *BuildArtifactQueryRequest) (*BuildArtifactQueryResponse, error) + RegisterBuildArtifact func(context.Context, *BuildArtifactRegisterRequest) (*BuildArtifactRegisterResponse, error) + ReportBuildCache func(context.Context, *BuildCacheReportRequest) (*BuildCacheReportResponse, error) + type BuildServiceServer interface + QueryBuildArtifact func(context.Context, *BuildArtifactQueryRequest) (*BuildArtifactQueryResponse, error) + RegisterBuildArtifact func(context.Context, *BuildArtifactRegisterRequest) (*BuildArtifactRegisterResponse, error) + ReportBuildCache func(context.Context, *BuildCacheReportRequest) (*BuildCacheReportResponse, error) + type UnimplementedBuildServiceServer struct + func (*UnimplementedBuildServiceServer) QueryBuildArtifact(context.Context, *BuildArtifactQueryRequest) (*BuildArtifactQueryResponse, error) + func (*UnimplementedBuildServiceServer) RegisterBuildArtifact(context.Context, *BuildArtifactRegisterRequest) (*BuildArtifactRegisterResponse, error) + func (*UnimplementedBuildServiceServer) ReportBuildCache(context.Context, *BuildCacheReportRequest) (*BuildCacheReportResponse, error)