Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DiscoveryOptions ¶
type DiscoveryOptions struct {
StartFolder string
}
type KindeEnvironment ¶
type KindeEnvironment struct {
Workflows []KindeWorkflow `json:"workflows"`
}
type KindeProject ¶
type KindeProject struct {
Configuration ProjectConfiguration `json:"configuration"`
Environment KindeEnvironment `json:"environment"`
}
type KindeWorkflow ¶
type KindeWorkflow struct {
WorkflowRootDirectory string `json:"workflow_root_directory"`
EntryPoints []string `json:"entry_points"`
Bundle bundler.BundlerResult `json:"bundle"`
}
type ProjectBundler ¶
type ProjectBundler interface {
Discover() (*KindeProject, error)
}
func NewProjectBundler ¶
func NewProjectBundler(discoveryOptions DiscoveryOptions) ProjectBundler
type ProjectConfiguration ¶
Click to show internal directories.
Click to hide internal directories.