Documentation ¶
Index ¶
Constants ¶
View Source
const Copy = `` /* 683-byte string literal not displayed */
View Source
const EAValueStructure = `` /* 520-byte string literal not displayed */
View Source
const ExtractFromSlice = `` /* 791-byte string literal not displayed */
View Source
const FindBy = `` /* 1063-byte string literal not displayed */
View Source
const Header = `` /* 858-byte string literal not displayed */
View Source
const SQL = `` /* 1022-byte string literal not displayed */
View Source
const SliceFunctions = `` /* 2507-byte string literal not displayed */
View Source
const Sort = `` /* 1257-byte string literal not displayed */
View Source
const StructFunctions = `` /* 453-byte string literal not displayed */
View Source
const Type = `` /* 395-byte string literal not displayed */
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Generics ¶
type Generics int
Generics defines the available templates
const ( OptSQL Generics = 1 << iota OptFindBy OptSort OptSliceFunctions OptExtractFromSlice OptAll = OptSQL | OptFindBy | OptSort | OptSliceFunctions | OptExtractFromSlice )
Options to be used to define which generic functions you need in a package.
Click to show internal directories.
Click to hide internal directories.