Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NetworkEndpoint ¶
type NetworkEndpoint interface {
SendQueriesTo(QueryChannel)
}
type Query ¶
type Query interface { Request() QueryRequest Response() QueryResponse SetStopChannel(misc.StopChannel) StartTime() time.Time }
type QueryChannel ¶
type QueryChannel chan Query
type QueryRequest ¶
type QueryRequest interface { }
type QueryResponse ¶
type StringQueryRequest ¶
type StringQueryRequest struct {
QueryString string
}
Click to show internal directories.
Click to hide internal directories.