Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type CloneREST ¶
type CloneREST struct {
// contains filtered or unexported fields
}
CloneREST is a RESTStorage implementation for a BuildGenerator which supports only the Get operation (as the generator has no underlying storage object).
func NewStorage ¶
func NewStorage(generator *generator.BuildGenerator) *CloneREST
NewStorage creates a new storage object for build generation
func (*CloneREST) Create ¶
Create instantiates a new build from an existing build
Click to show internal directories.
Click to hide internal directories.