package
0.0.0-20240930091036-0ed7de344539
Repository: https://github.com/intmian/mian_go_lib.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
KeyDownSendChan 返回一个chan,第一次按下key时发送到chan中,后续按下key时不发送.
MakeListInputFunc 创建一个输入列表的函数.
MakeUniListInputFunc 创建一个通用输入列表的函数.
MakeUntilPressForFunc 创建一个按下esc才停止否则会一直循环调用的函数.
MakeUntilPressForShowFunc 返回一个每隔waitSecond刷新一次printFunc,收到endChan则停止的函数.
MakeUntilPressFunc 创建一个按下一般都会返回的函数.
No description provided by the author
No description provided by the author
No description provided by the author
WaitKeyDown 阻塞式的等待按键按下.

# Constants

No description provided by the author

# Structs

No description provided by the author
BindJson 用来确认菜单结构 { "nodes" : [ { "id":0, "name" : "0号节点", "child" : [1,2,3] } ], "root" : 0 } */.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

MenuFuncNode 菜单功能节点.
MenuLogicNode 菜单逻辑节点.
MenuNode 菜单节点.