Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrStageResultNotFound = errors.New("stage result not found") ErrChainDoesNotHaveACompleteStage = errors.New("no complete stage found in spark chain") )
Functions ¶
func LoadModuleConfig ¶
func LoadModuleConfig(opts ...ModuleOption) (*config, error)
Types ¶
type ModuleOption ¶
type ModuleOption = func(je *moduleOpts) *moduleOpts
func WithBasePath ¶
func WithBasePath(configBasePath string) ModuleOption
func WithBinBasePath ¶
func WithBinBasePath(binBasePath string) ModuleOption
Click to show internal directories.
Click to hide internal directories.