Documentation ¶ Index ¶ type Config Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Config ¶ type Config struct { // Host is the host address of the vakeel-way server. Host string // Port is the port number of the vakeel-way server. Port int // ID is the agent ID. ID string } Config holds the configuration for the vakeel agent. Source Files ¶ View all Source files cfg.go Click to show internal directories. Click to hide internal directories.