summaryrefslogtreecommitdiffhomepage
path: root/go (follow)
AgeCommit message (Collapse)AuthorFilesLines
2019-12-24Go: introducing SHM_ACK observer.Max Romanov3-11/+77
Each request processed in a separate goroutine. In case of OOSM state, during response write, request goroutine blocks on channel which waits event from main thread about SHM_ACK message from router.
2019-12-24Go: moving source files to the root of the project.Max Romanov8-0/+820
This patch includes packaging changes related to files move.