Documentation ¶
Index ¶
- type Driver
- func (d *Driver) AddConfig(ctx context.Context, rc structures.RunConfig) (err error)
- func (d *Driver) GetConfigs(ctx context.Context, runID uuid.UUID) (rcs []structures.RunConfig, err error)
- func (d *Driver) GetLatest(ctx context.Context, kind, network, chainID, version string) (lRec structures.LatestRecord, err error)
- func (d *Driver) MarkRunning(ctx context.Context, runID, configID uuid.UUID) error
- func (d *Driver) SetLatest(ctx context.Context, kind, network, chainID, version string, ...) (err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Driver ¶
type Driver struct {
// contains filtered or unexported fields
}
func (*Driver) GetConfigs ¶
func (*Driver) GetLatest ¶
func (d *Driver) GetLatest(ctx context.Context, kind, network, chainID, version string) (lRec structures.LatestRecord, err error)
func (*Driver) MarkRunning ¶
func (*Driver) SetLatest ¶
func (d *Driver) SetLatest(ctx context.Context, kind, network, chainID, version string, lRec structures.LatestRecord) (err error)
Click to show internal directories.
Click to hide internal directories.