Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Postgres ¶
type Postgres struct {
// contains filtered or unexported fields
}
func CreatePostgres ¶
type Test ¶
type Test struct { FindAllCount int FindAllHandler func(interface{}, []string) error FindByIdCount int FindByIdHandler func(interface{}, uint, []string) error DeleteCount int DeleteHandler func(interface{}) error CreateCount int CreateHandler func(interface{}) error UpdateCount int UpdateHandler func(interface{}) error }
func CreateTestDb ¶
func CreateTestDb() *Test
Click to show internal directories.
Click to hide internal directories.