mirror of
https://github.com/jsiebens/ionscale.git
synced 2026-03-31 15:07:49 +01:00
8 lines
127 B
Go
8 lines
127 B
Go
package tsn
|
|
|
|
type UpFlag = []string
|
|
|
|
func WithAdvertiseTags(tags string) UpFlag {
|
|
return []string{"--advertise-tags", tags}
|
|
}
|