Documentation ¶
Index ¶
- type Service
- func (s *Service) GenerateWorkflowDescriptor(wfPath string, vars map[string]string) string
- func (s *Service) GetDefaultRepo() (defaultRepo string, err error)
- func (s *Service) GetROSource() configuration.ROSource
- func (s *Service) GetVars() map[string]string
- func (s *Service) NewDefaultRepo(defaultRepo string) error
- func (s *Service) NewRunNumber() (runNumber uint32, err error)
- func (s *Service) RefreshRepositories()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func (*Service) GenerateWorkflowDescriptor ¶
Returns a YAML file OR even a structure made of Roles or Nodes with: import() functions already computed and resolved vars inserted (todo: figure out which vars get parsed when and where)
func (*Service) GetDefaultRepo ¶ added in v0.10.0
func (*Service) GetROSource ¶
func (s *Service) GetROSource() configuration.ROSource
func (*Service) GetVars ¶
maybe this one shouldn't exist at all, because vars should get inserted response: but not all of them! some vars will likely only get parsed at deployment time i.e. right
before pushing TaskInfos
func (*Service) NewDefaultRepo ¶ added in v0.10.0
func (*Service) NewRunNumber ¶
func (*Service) RefreshRepositories ¶
func (s *Service) RefreshRepositories()
Or maybe even "RefreshConfig" which will refresh all the things that happen to be runtime-refreshable
Click to show internal directories.
Click to hide internal directories.