Versions in this module Expand all Collapse all v0 v0.13.0 Nov 20, 2021 Changes in this version + func HandleRequests(d bool) + func WriteToFile(filename string, data string) error + type Client struct + Token string + type Config struct + Host string + Port string + SSLMode string + Servers []struct{ ... } + Tokens []struct{ ... } + func LoadConfiguration(file string) Config + type Origin struct + ID string + Server string + Token string + type SocketRequest struct + Action string + Token string + type SocketResponse struct + TaskID string + Token string + type Task struct + CaptainID int + Command string + Origin string + ProcessID int + Response string + Status string + Token string