Versions in this module Expand all Collapse all v0 v0.9.0 Jul 23, 2015 Changes in this version + var PipelineRunStatusType_name = map[int32]string + var PipelineRunStatusType_value = map[string]int32 + func RegisterApiServer(s *grpc.Server, srv ApiServer) + func VersionString(version *Version) string + type ApiClient interface + GetPipeline func(ctx context.Context, in *GetPipelineRequest, opts ...grpc.CallOption) (*GetPipelineResponse, error) + GetPipelineRunStatus func(ctx context.Context, in *GetPipelineRunStatusRequest, opts ...grpc.CallOption) (*GetPipelineRunStatusResponse, error) + GetVersion func(ctx context.Context, in *google_protobuf.Empty, opts ...grpc.CallOption) (*GetVersionResponse, error) + StartPipelineRun func(ctx context.Context, in *StartPipelineRunRequest, opts ...grpc.CallOption) (*StartPipelineRunResponse, error) + func NewApiClient(cc *grpc.ClientConn) ApiClient + type ApiServer interface + GetPipeline func(context.Context, *GetPipelineRequest) (*GetPipelineResponse, error) + GetPipelineRunStatus func(context.Context, *GetPipelineRunStatusRequest) (*GetPipelineRunStatusResponse, error) + GetVersion func(context.Context, *google_protobuf.Empty) (*GetVersionResponse, error) + StartPipelineRun func(context.Context, *StartPipelineRunRequest) (*StartPipelineRunResponse, error) + type DockerService struct + Build string + Dockerfile string + Image string + func (*DockerService) ProtoMessage() + func (m *DockerService) Reset() + func (m *DockerService) String() string + type Element struct + DockerService *DockerService + Name string + Node *Node + func (*Element) ProtoMessage() + func (m *Element) GetDockerService() *DockerService + func (m *Element) GetNode() *Node + func (m *Element) Reset() + func (m *Element) String() string + type GetPipelineRequest struct + PipelineSource *PipelineSource + func (*GetPipelineRequest) ProtoMessage() + func (m *GetPipelineRequest) GetPipelineSource() *PipelineSource + func (m *GetPipelineRequest) Reset() + func (m *GetPipelineRequest) String() string + type GetPipelineResponse struct + Pipeline *Pipeline + func (*GetPipelineResponse) ProtoMessage() + func (m *GetPipelineResponse) GetPipeline() *Pipeline + func (m *GetPipelineResponse) Reset() + func (m *GetPipelineResponse) String() string + type GetPipelineRunStatusRequest struct + PipelineRunId string + func (*GetPipelineRunStatusRequest) ProtoMessage() + func (m *GetPipelineRunStatusRequest) Reset() + func (m *GetPipelineRunStatusRequest) String() string + type GetPipelineRunStatusResponse struct + PipelineRunStatus *PipelineRunStatus + func (*GetPipelineRunStatusResponse) ProtoMessage() + func (m *GetPipelineRunStatusResponse) GetPipelineRunStatus() *PipelineRunStatus + func (m *GetPipelineRunStatusResponse) Reset() + func (m *GetPipelineRunStatusResponse) String() string + type GetVersionResponse struct + Version *Version + func (*GetVersionResponse) ProtoMessage() + func (m *GetVersionResponse) GetVersion() *Version + func (m *GetVersionResponse) Reset() + func (m *GetVersionResponse) String() string + type GithubPipelineSource struct + AccessToken string + Branch string + ContextDir string + Repository string + User string + func (*GithubPipelineSource) ProtoMessage() + func (m *GithubPipelineSource) Reset() + func (m *GithubPipelineSource) String() string + type Input struct + Host map[string]string + Pfs map[string]string + func (*Input) ProtoMessage() + func (m *Input) GetHost() map[string]string + func (m *Input) GetPfs() map[string]string + func (m *Input) Reset() + func (m *Input) String() string + type Node struct + Input *Input + Output *Output + Run []string + func (*Node) ProtoMessage() + func (m *Node) GetInput() *Input + func (m *Node) GetOutput() *Output + func (m *Node) Reset() + func (m *Node) String() string + type Output struct + Host map[string]string + Pfs map[string]string + func (*Output) ProtoMessage() + func (m *Output) GetHost() map[string]string + func (m *Output) GetPfs() map[string]string + func (m *Output) Reset() + func (m *Output) String() string + type Pipeline struct + NameToElement map[string]*Element + func (*Pipeline) ProtoMessage() + func (m *Pipeline) GetNameToElement() map[string]*Element + func (m *Pipeline) Reset() + func (m *Pipeline) String() string + type PipelineRunStatus struct + PipelineRunStatusType PipelineRunStatusType + Timestamp *google_protobuf1.Timestamp + func (*PipelineRunStatus) ProtoMessage() + func (m *PipelineRunStatus) GetTimestamp() *google_protobuf1.Timestamp + func (m *PipelineRunStatus) Reset() + func (m *PipelineRunStatus) String() string + type PipelineRunStatusType int32 + const PipelineRunStatusType_PIPELINE_RUN_STATUS_TYPE_ADDED + const PipelineRunStatusType_PIPELINE_RUN_STATUS_TYPE_DEAD + const PipelineRunStatusType_PIPELINE_RUN_STATUS_TYPE_ERROR + const PipelineRunStatusType_PIPELINE_RUN_STATUS_TYPE_NONE + const PipelineRunStatusType_PIPELINE_RUN_STATUS_TYPE_PIPELINE_RUNNING + const PipelineRunStatusType_PIPELINE_RUN_STATUS_TYPE_STARTED + const PipelineRunStatusType_PIPELINE_RUN_STATUS_TYPE_SUCCESS + func (x PipelineRunStatusType) String() string + type PipelineSource struct + GithubPipelineSource *GithubPipelineSource + func (*PipelineSource) ProtoMessage() + func (m *PipelineSource) GetGithubPipelineSource() *GithubPipelineSource + func (m *PipelineSource) Reset() + func (m *PipelineSource) String() string + type StartPipelineRunRequest struct + PipelineSource *PipelineSource + func (*StartPipelineRunRequest) ProtoMessage() + func (m *StartPipelineRunRequest) GetPipelineSource() *PipelineSource + func (m *StartPipelineRunRequest) Reset() + func (m *StartPipelineRunRequest) String() string + type StartPipelineRunResponse struct + PipelineRunId string + func (*StartPipelineRunResponse) ProtoMessage() + func (m *StartPipelineRunResponse) Reset() + func (m *StartPipelineRunResponse) String() string + type Version struct + Additional string + Major uint32 + Micro uint32 + Minor uint32 + func (*Version) ProtoMessage() + func (m *Version) Reset() + func (m *Version) String() string