Documentation ¶
Index ¶
- func Bool2Ptr(b bool) *bool
- func EnsureDB(conn string) (bool, error)
- func Int2Ptr(i int) *int
- func Ptr2Float(val *float32) float32
- func Ptr2Int(i *int) int
- func Ptr2Str(p *string) string
- func Ptr2Time(t *time.Time) time.Time
- func RunFlywayCmd(conn, migrationsDir, flywayCommand string) error
- func Str2Ptr(p string) *string
- func Str2Uint32(str string) (uint32, error)
- type Cache
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RunFlywayCmd ¶
RunFlywayCmd FlayWay command on by using th current,
func Str2Uint32 ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.