Documentation ¶
Index ¶
- func BuildEnvCMMapKey(projectName string, envName string) string
- func BuildWorkflowCMMapKey(projectName string, workflowName string) string
- func GetEnvCMMap(projects []string, logger *zap.SugaredLogger) (map[string]sets.String, error)
- func GetWorkflowCMMap(projects []string, logger *zap.SugaredLogger) (map[string]sets.String, error)
- type GetCollaborationModeResp
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildEnvCMMapKey ¶
func BuildWorkflowCMMapKey ¶
func GetEnvCMMap ¶
func GetWorkflowCMMap ¶
Types ¶
type GetCollaborationModeResp ¶
type GetCollaborationModeResp struct {
Collaborations []*models.CollaborationMode `json:"collaborations"`
}
func GetCollaborationModes ¶
func GetCollaborationModes(projects []string, logger *zap.SugaredLogger) (*GetCollaborationModeResp, error)
Click to show internal directories.
Click to hide internal directories.