Documentation ¶
Index ¶
- func New(cellID string, cellIndex int, stack string, zone string, ...) rep.SimClient
- type SimulationRep
- func (rep *SimulationRep) CancelTask(lager.Logger, string) error
- func (r *SimulationRep) Perform(_ lager.Logger, work rep.Work) (rep.Work, error)
- func (r *SimulationRep) Reset() error
- func (rep *SimulationRep) SetStateClient(client *http.Client)
- func (r *SimulationRep) State(_ lager.Logger) (rep.CellState, error)
- func (rep *SimulationRep) StateClientTimeout() time.Duration
- func (rep *SimulationRep) StopLRPInstance(lager.Logger, models.ActualLRPKey, models.ActualLRPInstanceKey) error
- func (rep *SimulationRep) UpdateLRPInstance(lager.Logger, rep.LRPUpdate) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type SimulationRep ¶
type SimulationRep struct {
// contains filtered or unexported fields
}
func (*SimulationRep) CancelTask ¶
func (rep *SimulationRep) CancelTask(lager.Logger, string) error
func (*SimulationRep) Reset ¶
func (r *SimulationRep) Reset() error
func (*SimulationRep) SetStateClient ¶
func (rep *SimulationRep) SetStateClient(client *http.Client)
func (*SimulationRep) StateClientTimeout ¶
func (rep *SimulationRep) StateClientTimeout() time.Duration
func (*SimulationRep) StopLRPInstance ¶
func (rep *SimulationRep) StopLRPInstance(lager.Logger, models.ActualLRPKey, models.ActualLRPInstanceKey) error
func (*SimulationRep) UpdateLRPInstance ¶
func (rep *SimulationRep) UpdateLRPInstance(lager.Logger, rep.LRPUpdate) error
Click to show internal directories.
Click to hide internal directories.