aserver.go 165 B

12345678910
  1. package aserver
  2. /*
  3. ArOZ Cluster Server
  4. author: tobychui
  5. This module is used to act as an ArOZ CLuster Server and receive
  6. command from client and do things
  7. */