Documentation ¶ Index ¶ func NewCmd() *cobra.Command type ServeCmd func NewServeCmd(stepRunnerService *service.StepRunnerService, socketAddr *net.UnixAddr, ...) *ServeCmd func (sc *ServeCmd) Listen() (net.Listener, error) func (sc *ServeCmd) Run() error func (sc *ServeCmd) Serve(listener net.Listener) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewCmd ¶ func NewCmd() *cobra.Command Types ¶ type ServeCmd ¶ added in v0.9.0 type ServeCmd struct { // contains filtered or unexported fields } func NewServeCmd ¶ added in v0.9.0 func NewServeCmd(stepRunnerService *service.StepRunnerService, socketAddr *net.UnixAddr, sigChan chan os.Signal) *ServeCmd func (*ServeCmd) Listen ¶ added in v0.9.0 func (sc *ServeCmd) Listen() (net.Listener, error) func (*ServeCmd) Run ¶ added in v0.9.0 func (sc *ServeCmd) Run() error func (*ServeCmd) Serve ¶ added in v0.9.0 func (sc *ServeCmd) Serve(listener net.Listener) error Source Files ¶ View all Source files serve.go Click to show internal directories. Click to hide internal directories.