input

package
v2.0.0-rc.2 Latest Latest
Warning

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

Go to latest
Published: Oct 1, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Overview

Package input parses the string data to make it a go language type,

Let's assume it's a string input, and define basic type mappings such as:

integer -> int64

float -> float64

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Stringer

type Stringer string

Stringer string input

As a string type fast converter, and no exceptions are thrown

func (Stringer) Bool

func (s Stringer) Bool() bool

func (Stringer) Float

func (s Stringer) Float() float64

func (Stringer) Int

func (s Stringer) Int() int

func (Stringer) Int64

func (s Stringer) Int64() int64

func (Stringer) Uint64

func (s Stringer) Uint64() uint64

Jump to

Keyboard shortcuts

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