fun

package
v1.5.5 Latest Latest
Warning

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

Go to latest
Published: Dec 4, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func JudgeString1

func JudgeString1(name string) bool

func JudgeString2

func JudgeString2(name string) (bool, string)

func JudgeString3

func JudgeString3(customize CustomizeEntity3, name string) (bool, string)

func JudgeString4

func JudgeString4(customize CustomizeEntity4, name string) (string, bool)

func JudgeString5

func JudgeString5(customize CustomizeEntity5) (string, bool)

func JudgeString6_1 added in v1.4.5

func JudgeString6_1(customize CustomizeEntity6, parameterMap map[string]interface{}) (string, bool)

func JudgeString6_2 added in v1.4.5

func JudgeString6_2(customize CustomizeEntity6, name string, parameterMap map[string]interface{}) (string, bool)

func JudgeString6_3 added in v1.4.5

func JudgeString6_3(name string, parameterMap map[string]interface{}) (string, bool)

func JudgeString7 added in v1.4.5

func JudgeString7(customize CustomizeEntity7) (string, bool)

func JudgeString7Flag added in v1.4.5

func JudgeString7Flag(customize CustomizeEntity7) (string, bool)

func JudgeString7Flag2 added in v1.4.5

func JudgeString7Flag2(flag *bool) (string, bool)

Types

type CustomizeEntity1

type CustomizeEntity1 struct {
	Name string `match:"customize=judge1Name"`
}

type CustomizeEntity2

type CustomizeEntity2 struct {
	Name string `match:"customize=judge2Name"`
}

type CustomizeEntity3

type CustomizeEntity3 struct {
	Name string `match:"customize=judge3Name"`
	Age  int
}

type CustomizeEntity4

type CustomizeEntity4 struct {
	Name string `match:"customize=judge4Name"`
	Age  int
}

type CustomizeEntity5

type CustomizeEntity5 struct {
	Name string `match:"customize=judge5Name"`
	Age  int
}

type CustomizeEntity6 added in v1.4.2

type CustomizeEntity6 struct {
	Name1 string `match:"customize=judge6Name_1"`
	Name2 string `match:"customize=judge6Name_2"`
	Name3 string `match:"customize=judge6Name_3"`
	Age   int
}

type CustomizeEntity7 added in v1.4.5

type CustomizeEntity7 struct {
	Name  *string `match:"customize=judge7Name"`
	Flag  *bool   `match:"customize=judge7Flag"`
	Flag2 *bool   `match:"customize=judge7Flag2"`
	Age   int
}

Jump to

Keyboard shortcuts

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