fleet icon indicating copy to clipboard operation
fleet copied to clipboard

Refactor NewService to support variadic params(or a struct)

Open groob opened this issue 7 years ago • 0 comments

Right now serivce.NewService takes an explicit list of arguments, so when we have to add one more it affects changing code in a dozen other places.

Refactor to support a Option function or struct.

groob avatar Feb 24 '17 15:02 groob