Documentation ¶
Index ¶
Constants ¶
View Source
const ( CommandStart = "start" CommandStop = "stop" CommandRestart = "restart" )
Variables ¶
This section is empty.
Functions ¶
func Dedup ¶
func Dedup[I Identifyable](items []I) []I
Types ¶
type Identifyable ¶
type Identifyable interface {
ID() string
}
Click to show internal directories.
Click to hide internal directories.