Documentation ¶
Index ¶
Constants ¶
View Source
const L = "COUNT"
Variables ¶
This section is empty.
Functions ¶
func NewResponseFrom ¶
Types ¶
type Request ¶
type Request struct { Subscription *subscription.Id Filters *filters.T }
func NewRequest ¶
func NewRequest(id *subscription.Id, filters *filters.T) *Request
type Response ¶
type Response struct { ID *subscription.Id Count int Approximate bool }
func NewResponse ¶
func NewResponse() *Response
Click to show internal directories.
Click to hide internal directories.