convert

package
v0.8.0 Latest Latest
Warning

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

Go to latest
Published: Mar 28, 2026 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Overview

Package convert provides type conversion utilities. This package has no dependencies on other internal packages to avoid circular imports.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ToInt

func ToInt(v interface{}, fallback int) int

ToInt converts various types to int with a fallback value. Handles all integer, unsigned, float, and string types.

func ToString

func ToString(v interface{}, fallback string) string

ToString converts various types to string. Handles string, int, int64, uint, uint64, float64, and bool types.

func ToUint

func ToUint(v interface{}, fallback uint) uint

ToUint converts various types to uint with a fallback value. Handles all integer, unsigned, float, and string types. Returns fallback for negative values.

Types

This section is empty.

Jump to

Keyboard shortcuts

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