Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewQueryService ¶
func NewQueryService(client *grpc.ClientConn) (*queryService, error)
Types ¶
type QueryResponse ¶
type QueryResponse []QueryRow
func (*QueryResponse) Count ¶
func (q *QueryResponse) Count() int
func (*QueryResponse) ForEachRow ¶
func (q *QueryResponse) ForEachRow(fn func(*QueryRow))
func (*QueryResponse) GetRow ¶
func (q *QueryResponse) GetRow(index int) *QueryRow
Click to show internal directories.
Click to hide internal directories.