helpers

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 25, 2025 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ParseFloat64Default

func ParseFloat64Default(s string, dflt float64) float64

func ResetDb

func ResetDb(db *gorm.DB) *gorm.DB

func Until

func Until(cbList ...func() error) (err error)

Types

type ExplainRawData

type ExplainRawData struct {
	QueryBlock struct {
		Message  string `json:"message"`
		CostInfo struct {
			QueryCost string `json:"query_cost"`
		} `json:"cost_info"`
	} `json:"query_block"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL