Documentation ¶
Index ¶
Constants ¶
View Source
const AWS_ACCESS_KEY_ID = "___"
View Source
const AWS_SECRET_ACCESS_KEY = "___"
View Source
const AWS_SERVER_IP = "127.0.0.1"
View Source
const AWS_SERVER_PORT = 55000
View Source
const CONNECTIONS = 5
View Source
const GOOGLE_KEY_CODE = "___"
View Source
const GOOGLE_SERVER_IP = "127.0.0.1"
View Source
const GOOGLE_SERVER_PORT = 60000
View Source
const LOG = true
View Source
const MONITOR_IP = "127.0.0.1"
View Source
const MONITOR_PORT = 50000
View Source
const NAME_SERVER_IP = "127.0.0.1"
View Source
const NAME_SERVER_PORT = 45000
View Source
const SAMPLE_SIZE = 3
View Source
const WAIT = 5
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RemoteError ¶
type RemoteError struct {
ErrorMessage string
}
func NewRemoteError ¶
func NewRemoteError(errorMessage string) *RemoteError
func (RemoteError) Error ¶
func (re RemoteError) Error() string
Click to show internal directories.
Click to hide internal directories.