Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateRankToken ¶
func GenerateSignature ¶
func GenerateUUID ¶
func GenerateUUID() (uuid string)
func WrapRequest ¶
Types ¶
type RankTokenGenerator ¶
type RankTokenGenerator struct{}
func (RankTokenGenerator) GenerateRankToken ¶
func (generator RankTokenGenerator) GenerateRankToken(userID string) string
type SuperAgentPool ¶
type SuperAgentPool struct {
// contains filtered or unexported fields
}
func NewSuperAgentPool ¶
func NewSuperAgentPool(capacity int) (*SuperAgentPool, error)
func (*SuperAgentPool) Get ¶
func (p *SuperAgentPool) Get() *gorequest.SuperAgent
func (*SuperAgentPool) Len ¶
func (p *SuperAgentPool) Len() int
func (*SuperAgentPool) Put ¶
func (p *SuperAgentPool) Put(agent *gorequest.SuperAgent) error
Click to show internal directories.
Click to hide internal directories.