Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GraphService ¶
type GraphService struct {
// contains filtered or unexported fields
}
func NewGraphService ¶
func NewGraphService(addr string) *GraphService
func (*GraphService) Destroy ¶
func (g *GraphService) Destroy()
func (*GraphService) GetNeighbors ¶
func (g *GraphService) GetNeighbors(pageUrl string) []string
func (*GraphService) Start ¶
func (g *GraphService) Start(num int)
type WaitingMap ¶
type WaitingMap struct {
// contains filtered or unexported fields
}
func NewWaitingMap ¶
func NewWaitingMap() *WaitingMap
func (*WaitingMap) Delete ¶
func (m *WaitingMap) Delete(key string)
func (*WaitingMap) Put ¶
func (m *WaitingMap) Put(key string, value chan []string)
Click to show internal directories.
Click to hide internal directories.