Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConvertStringIntoArray ¶
func ConvertStringIntoArray(value string, configuration ConfigureConverts) ([]string, error)
ConvertStringIntoArray - converting from string into array of string
Types ¶
type ConfigureConverts ¶
type ConfigureConverts struct {
Separator SeparatorType
}
ConfigureConverts - configuration structure for converters tools
type SeparatorType ¶
type SeparatorType string
SeparatorType - type for configuring separators
const ( // COMMA - separator in value is , COMMA SeparatorType = "," )
Click to show internal directories.
Click to hide internal directories.