store

package
v0.9.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 23, 2015 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client interface {
	AddPipelineRun(id string, pipelineSource *pps.PipelineSource, pipeline *pps.Pipeline) error
	GetPipelineRunPipelineSource(id string) (*pps.PipelineSource, error)
	GetPipelineRunPipeline(id string) (*pps.Pipeline, error)
	GetPipelineRunStatusLatest(id string) (*pps.PipelineRunStatus, error)
	AddPipelineRunStatus(id string, runStatusType pps.PipelineRunStatusType) error
	GetPipelineRunContainerIDs(id string) ([]string, error)
	AddPipelineRunContainerIDs(id string, containerIDs ...string) error
}

func NewInMemoryClient

func NewInMemoryClient() Client

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL