Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateCodeTemplate ¶
func IsWorkspaceDir ¶
func IsWorkspaceDir() bool
func SetWorkspaceConfig ¶
func SetWorkspaceConfig(workspaceConfig *WorkspaceConfig, outputDir string) error
Types ¶
type InitTemplateValues ¶
type WorkspaceConfig ¶
type WorkspaceConfig struct { CodeIntegrationId string `yaml:"codeIntegrationId"` ProjectId string `yaml:"projectId"` SecretManagerId string `yaml:"secretManagerId"` EntryFile string `yaml:"entryFile"` IncludePatterns []string `yaml:"include"` }
func GetWorkspaceConfig ¶
func GetWorkspaceConfig() (*WorkspaceConfig, error)
func NewWorkspaceConfig ¶
func NewWorkspaceConfig(codeIntegrationId, projectId, entryFile string, files []string) *WorkspaceConfig
Click to show internal directories.
Click to hide internal directories.