mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-21 23:01:03 +00:00
7 lines
182 B
Go
7 lines
182 B
Go
package presentation
|
|
|
|
import "github.com/jesseduffield/lazydocker/pkg/commands"
|
|
|
|
func GetProjectDisplayStrings(project *commands.Project) []string {
|
|
return []string{project.Name}
|
|
}
|