Documentation ¶
Index ¶
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) 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) 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.