Command represents a command handler machine builder
func( l log.Logger, w StreamResponder, cfg Configuration, ) FSMMachine
| 37 | |
| 38 | // Command represents a command handler machine builder |
| 39 | type Command func( |
| 40 | l log.Logger, |
| 41 | w StreamResponder, |
| 42 | cfg Configuration, |
| 43 | ) FSMMachine |
| 44 | |
| 45 | // Commands contains data of all commands |
| 46 | type Commands [MaxCommandID + 1]Command |
nothing calls this directly
no outgoing calls
no test coverage detected