Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RunManager ¶
type RunManager struct {
// contains filtered or unexported fields
}
func NewRunManager ¶
func NewRunManager(projectName string) (*RunManager, error)
func (*RunManager) CreateOrUpdate ¶
func (rm *RunManager) CreateOrUpdate(parent string, service Service) error
func (*RunManager) GetAllServices ¶
func (rm *RunManager) GetAllServices() ([]RunService, error)
type RunService ¶
Click to show internal directories.
Click to hide internal directories.