Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrIDSet is used when ID is set. ErrIDSet = errors.New("pachyderm.pps.persist.server: ID set") // ErrIDNotSet is used when ID is not set. ErrIDNotSet = errors.New("pachyderm.pps.persist.server: ID not set") // ErrTimestampSet is used when Timestamp is set. ErrTimestampSet = errors.New("pachyderm.pps.persist.server: Timestamp set") )
Functions ¶
Types ¶
type APIServer ¶
APIServer represents Pachyderm's interface to a persistence server such as rethinkdb.
type PipelineChangeFeed ¶
type PipelineChangeFeed struct { OldVal *persist.PipelineInfo `gorethink:"old_val,omitempty"` NewVal *persist.PipelineInfo `gorethink:"new_val,omitempty"` }
PipelineChangeFeed is used to subscribe to rethinkdb's changefeed
Click to show internal directories.
Click to hide internal directories.