lib

package
v0.0.0-...-1bf0fd6 Latest Latest
Warning

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

Go to latest
Published: Sep 18, 2023 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const (
	NF_AMF_STR = "amf"
	NF_SMF_STR = "smf"
	NF_UPF_STR = "upf"
)
View Source
const (
	NF_AMF int = iota
	NF_SMF
	NF_UPF

	/* End-of NFs */
	NF_END
)
View Source
const (
	NF_UPF_CONTROL int = iota
	NF_UPF_DATA
	NF_INVALID
)

Variables

This section is empty.

Functions

func StringToInt32

func StringToInt32(number string) (int32, error)

func StringToUint16

func StringToUint16(number string) (uint16, error)

func StringToUint32

func StringToUint32(number string) (uint32, error)

func StringToUint8

func StringToUint8(number string) (uint8, error)

Types

type Prompt

type Prompt struct {
	Title      string
	Prefix     string
	IsEnable   bool
	Suggestion *[]prompt.Suggest
	IsNf       bool
	Nf         int
	SubNf      int
}

Jump to

Keyboard shortcuts

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