Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IResponse ¶
type IResponse interface {
GetRowsAffected() int
GetData() interface{}
GetError() error
GetErrorExceptNotFound() error
}
func NewResponse ¶
type Response ¶
type Response struct {
// contains filtered or unexported fields
}
func (*Response) GetErrorExceptNotFound ¶
func (*Response) GetRowsAffected ¶
Click to show internal directories.
Click to hide internal directories.