Documentation
¶
Index ¶
- Variables
- type Builder
- type Config
- type Job
- func (job *Job) Cancel(ctx context.Context) error
- func (job *Job) Close()
- func (job *Job) ID() seqtypes.BuildJobID
- func (job *Job) IncludeTx(ctx context.Context, tx hexutil.Bytes) error
- func (job *Job) Open(ctx context.Context) error
- func (job *Job) Seal(ctx context.Context) (work.Block, error)
- func (job *Job) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNoBuild = errors.New("no building supported")
Functions ¶
This section is empty.
Types ¶
type Builder ¶
type Builder struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.