tpl

package
v0.0.0-...-202847b Latest Latest
Warning

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

Go to latest
Published: Jan 1, 2023 License: Apache-2.0 Imports: 0 Imported by: 0

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.

Jump to

Keyboard shortcuts

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