Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CustomInt ¶
type CustomInt int
CustomInt is a custom type in the same package as the query file.
type CustomTypesRow ¶
type DBQuerier ¶
type DBQuerier struct {
// contains filtered or unexported fields
}
func NewQuerier ¶
NewQuerier creates a DBQuerier that implements Querier.
func (*DBQuerier) CustomMyInt ¶
CustomMyInt implements Querier.CustomMyInt.
func (*DBQuerier) CustomTypes ¶
func (q *DBQuerier) CustomTypes(ctx context.Context) (CustomTypesRow, error)
CustomTypes implements Querier.CustomTypes.
Click to show internal directories.
Click to hide internal directories.