g

package
v1.2.11 Latest Latest
Warning

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

Go to latest
Published: May 8, 2024 License: MIT Imports: 0 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Array

type Array = []any // Array 是常用切片类型 []any 的别名。

type ArrayAny

type ArrayAny = []any // ArrayAny 是常用切片类型 []any 的别名。

type ArrayInt

type ArrayInt = []int // ArrayInt 是常用切片类型 []int 的别名。

type ArrayStr

type ArrayStr = []string // ArrayStr 是常用切片类型 []string 的别名。

type List

type List = []Map // List 是常用切片类型 []Map 的别名。

type ListAnyAny

type ListAnyAny = []MapAnyAny // ListAnyAny 是常用切片类型 []MapAnyAny 的别名。

type ListAnyBool

type ListAnyBool = []MapAnyBool // ListAnyBool 是常用切片类型 []MapAnyBool 的别名。

type ListAnyInt

type ListAnyInt = []MapAnyInt // ListAnyInt 是常用切片类型 []MapAnyInt 的别名。

type ListAnyStr

type ListAnyStr = []MapAnyStr // ListAnyStr 是常用切片类型 []MapAnyStr 的别名。

type ListIntAny

type ListIntAny = []MapIntAny // ListIntAny 是常用切片类型 []MapIntAny 的别名。

type ListIntBool

type ListIntBool = []MapIntBool // ListIntBool 是常用切片类型 []MapIntBool 的别名。

type ListIntInt

type ListIntInt = []MapIntInt // ListIntInt 是常用切片类型 []MapIntInt 的别名。

type ListIntStr

type ListIntStr = []MapIntStr // ListIntStr 是常用切片类型 []MapIntStr 的别名。

type ListStrAny

type ListStrAny = []MapStrAny // ListStrAny 是常用切片类型 []MapStrAny 的别名。

type ListStrBool

type ListStrBool = []MapStrBool // ListStrBool 是常用切片类型 []MapStrBool 的别名。

type ListStrInt

type ListStrInt = []MapStrInt // ListStrInt 是常用切片类型 []MapStrInt 的别名。

type ListStrStr

type ListStrStr = []MapStrStr // ListStrStr 是常用切片类型 []MapStrStr 的别名。

type Map

type Map = map[string]any // Map 是常用字典类型 map[string]any 的别名。

type MapAnyAny

type MapAnyAny = map[any]any // MapAnyAny 是常用字典类型 map[any]any 的别名。

type MapAnyBool

type MapAnyBool = map[any]bool // MapAnyBool 是常用字典类型 map[any]bool 的别名。

type MapAnyInt

type MapAnyInt = map[any]int // MapAnyInt 是常用字典类型 map[any]int 的别名。

type MapAnyStr

type MapAnyStr = map[any]string // MapAnyStr 是常用字典类型 map[any]string 的别名。

type MapIntAny

type MapIntAny = map[int]any // MapIntAny 是常用字典类型 map[int]any 的别名。

type MapIntBool

type MapIntBool = map[int]bool // MapIntBool 是常用字典类型 map[int]bool 的别名。

type MapIntInt

type MapIntInt = map[int]int // MapIntInt 是常用字典类型 map[int]int 的别名。

type MapIntStr

type MapIntStr = map[int]string // MapIntStr 是常用字典类型 map[int]string 的别名。

type MapStrAny

type MapStrAny = map[string]any // MapStrAny 是常用字典类型 map[string]any 的别名。

type MapStrBool

type MapStrBool = map[string]bool // MapStrBool 是常用字典类型 map[string]bool 的别名。

type MapStrInt

type MapStrInt = map[string]int // MapStrInt 是常用字典类型 map[string]int 的别名。

type MapStrStr

type MapStrStr = map[string]string // MapStrStr 是常用字典类型 map[string]string 的别名。

type Slice

type Slice = []any // Slice 是常用切片类型 []any 的别名。

type SliceAny

type SliceAny = []any // SliceAny 是常用切片类型 []any 的别名。

type SliceInt

type SliceInt = []int // SliceInt 是常用切片类型 []int 的别名。

type SliceStr

type SliceStr = []string // SliceStr 是常用切片类型 []string 的别名。

Jump to

Keyboard shortcuts

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