Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LatinMatchingFilter ¶
LatinMatchingFilter returns whether the value matches the input filter. The strings are compared normalized in case. The filter's diactritics are kept as-is, but the value's are normalized, so that a missing diactritic in the filter still returns a result.
Types ¶
type Prompter ¶
type Prompter interface {
Select(string, string, []string) (int, error)
MultiSelect(string, []string, []string) ([]int, error)
Input(string, string) (string, error)
InputOrganizationName() (string, error)
Password(string) (string, error)
AuthToken() (string, error)
Secret(string) (string, error)
Confirm(string, bool) (bool, error)
ConfirmDeletion(string) error
}
Click to show internal directories.
Click to hide internal directories.