pkg/model/stage.go (5 lines of code) (raw):

package model type PipelineStage struct { Name string `json:"name"` StepName string `json:"step_name"` }