package controller import "k8s-manager/src/model" func CreateRunningProject(r *model.RunningProject) (*model.RunningProject, error) { return r, nil }