Documentation
¶
Index ¶
- Constants
- type Driver
- func (d *Driver) Cost(drivers.Capability, drivers.Target) int
- func (d *Driver) FreezeTime(ctx context.Context, target drivers.Target, at string) (string, error)
- func (d *Driver) ID() string
- func (d *Driver) InjectTimeControl(ctx context.Context, target drivers.Target) error
- func (d *Driver) Probe(_ context.Context, p drivers.Probe) drivers.HealthReport
- func (d *Driver) Provides(target drivers.Target) drivers.CapabilitySet
- func (d *Driver) ResetTime(ctx context.Context, target drivers.Target) error
- func (d *Driver) ScaleTime(ctx context.Context, target drivers.Target, factor float64) (string, error)
- func (d *Driver) TimeStatus(ctx context.Context, target drivers.Target) (string, error)
- func (d *Driver) TravelTime(ctx context.Context, target drivers.Target, by string) (string, error)
- func (d *Driver) Warm(context.Context, drivers.Target) <-chan error
Constants ¶
View Source
const ID = "simtime"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Driver ¶
type Driver struct {
// contains filtered or unexported fields
}
func (*Driver) FreezeTime ¶
func (*Driver) InjectTimeControl ¶
func (*Driver) TimeStatus ¶
func (*Driver) TravelTime ¶
Click to show internal directories.
Click to hide internal directories.