meta

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jul 15, 2022 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ForEach

type ForEach interface {
	ForEach(Iterator) error
}

ForEach 对象遍历

type Iterator

type Iterator func(interface{}) error

Iterator 迭代函数

type Key

type Key interface {
	Key() string
}

Key 获取对象的KEY

type OptionStatus

type OptionStatus int8
const (
	OptionStatusContinue OptionStatus = 1 // 流程未完成,需要继续执行
	OptionStatusBreak    OptionStatus = 2 // 流程已完成,可以返回结果了
)

type Zero

type Zero interface {
	Zero() bool
}

Zero 判定对象是否为零值

Jump to

Keyboard shortcuts

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