Documentation
¶
Index ¶
Constants ¶
View Source
const ( // IP represents the IP address of the api service IP = "0.0.0.0" // Port represents the port of the API service Port = "9115" // DefaultAddress represents the DefaultAddress at which api service can be called on which is 0.0.0.0:9115 DefaultAddress = IP + ":" + Port )
Variables ¶
View Source
var Address = ""
Address represents the address given by user
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.