Documentation ¶
Index ¶
Constants ¶
View Source
const ( // TPC - protocol TPC = "tcp" // HTTP - protocol HTTP = "http" )
Variables ¶
Functions ¶
Types ¶
type Configs ¶
type Configs struct { Protocol string URL string Retry int Timeout time.Duration LogLevel nsq.LogLevel Topic string }
Configs -
type Hconnecter ¶
type Hconnecter struct {
URL string
}
Hconnecter - Http
type Tconnecter ¶
type Tconnecter struct { URL string Producer *nsq.Producer }
Tconnecter - TPC
Click to show internal directories.
Click to hide internal directories.