Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Prepper ¶
type Prepper struct {
// contains filtered or unexported fields
}
Prepper is the struct that holds the error
func (*Prepper) DoNotPanic ¶
func (p *Prepper) DoNotPanic()
DoNotPanic allows execution to continue after an sql error Errors must be checked separtely
func (*Prepper) PanicIfError ¶
func (p *Prepper) PanicIfError()
PanicIfError panics if an error is set
Click to show internal directories.
Click to hide internal directories.