Skip to content

Commit

Permalink
comment update
Browse files Browse the repository at this point in the history
  • Loading branch information
gqcn committed Jul 19, 2022
1 parent 4e0e56a commit 257f5da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions database/gdb/gdb_func_structure.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ const (
typeBool = "bool"
)

// CheckValueForLocalType checks and returns corresponding type for given db type.
func CheckValueForLocalType(ctx context.Context, fieldType string, fieldValue interface{}) (string, error) {
var (
typeName string
Expand Down

0 comments on commit 257f5da

Please sign in to comment.