Documentation
¶
Index ¶
Constants ¶
View Source
const ( IsYourInfoCorrect = "您填写的信息是否正确 (Is your info correct?)" DoYouWannaContinue = "您想要继续吗 (Do you wanna continue?)" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ChoiceAble ¶
type ChoiceAble interface {
UniqName() string
}
func ChoiceOneOfSlice ¶
func ChoiceOneOfSlice(choice ChoiceAbleSlice) ChoiceAble
type ChoiceAbleSlice ¶
type ChoiceAbleSlice []ChoiceAble
func ChoiceMultiOfSlice ¶
func ChoiceMultiOfSlice(choices ChoiceAbleSlice) ChoiceAbleSlice
func ConvertToChoiceAbleSlice ¶
func ConvertToChoiceAbleSlice[T ChoiceAble](cs []T) ChoiceAbleSlice
Click to show internal directories.
Click to hide internal directories.