Documentation
¶
Index ¶
Constants ¶
View Source
const DefaultMaxBodyBytes = int64(1 << 20)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CheckpointLister ¶
type CheckpointLoader ¶
type CheckpointResumer ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func NewHandler ¶
func NewHandler(config HandlerConfig) *Handler
type HandlerConfig ¶
type HandlerConfig struct {
Checkpoint StepResumer
Steps StepsLister
History CheckpointLister
Checkpoints CheckpointLoader
Restore CheckpointResumer
Fork RunForker
MaxBodyBytes int64
}
type StepResumer ¶
Click to show internal directories.
Click to hide internal directories.