package
Version:
v0.1.19
Opens a new window with list of versions in this module.
Published: Oct 18, 2022
License: AGPL-3.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 3
Opens a new window with list of known importers.
Documentation
¶
func MapToStruct(m map[string]interface{}, obj interface{}) error
type MapOptions struct {
OmitEmpty bool
OmitBool bool
OmitNumber bool
}
func (queue *Queue) Create(Data ...interface{})
创建链列(数据)
func (queue *Queue) Pop() interface{}
出队(delete)
func (queue *Queue) Push(Data interface{})
入列(insert)
type QueueNode struct {
Data interface{}
Next *QueueNode
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.