Documentation ¶
Index ¶
- Variables
- func NewBootStrap(jobName string, etcdURLs []string, ln net.Listener, logger *log.Logger) taskgraph.Bootstrap
- func NewMasterBoot(job string, etcdURL []string, ln net.Listener, logger *log.Logger, ...) taskgraph.Bootup
- func NewWorkerBoot(job string, etcdURL []string, ln net.Listener, logger *log.Logger, ...) taskgraph.Bootup
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrEpochMismatch = fmt.Errorf("server epoch mismatch")
)
Functions ¶
func NewBootStrap ¶
func NewBootStrap(jobName string, etcdURLs []string, ln net.Listener, logger *log.Logger) taskgraph.Bootstrap
One need to pass in at least these two for framework to start.
func NewMasterBoot ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.