Documentation
¶
Overview ¶
package unstable contains items that really should be private, but need to be accessable to generated code. Do not use this code directly.
None of the compatibility garentees of the rest of pggen apply to items exported by this package, and minor releases _will_ break the compatibility of this module without warning or explaination.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NotFoundError ¶
type NotFoundError struct {
Msg string
}
DO NOT USE. Use pggen.IsNotFoundError instead of directly referencing this type.
func (*NotFoundError) Error ¶
func (e *NotFoundError) Error() string
Click to show internal directories.
Click to hide internal directories.