Documentation ¶
Index ¶
- func ContainsElement(val interface{}, array interface{}) bool
- func ExcelImport(file string) ([][]string, error)
- func HasPrefixInList(str string, prefixes []string) bool
- func LoadSQLQueries() (map[string]string, error)
- func Render(w http.ResponseWriter, r *http.Request, component templ.Component) error
- type Param
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ContainsElement ¶
func ContainsElement(val interface{}, array interface{}) bool
ContainsElement checks if a value exists in a slice.
func ExcelImport ¶ added in v1.0.2
func HasPrefixInList ¶
HasPrefixInList is a prefix checker
func LoadSQLQueries ¶
LoadSQLQueries loads SQL queries from a file and populates the QUERY map.
Types ¶
Click to show internal directories.
Click to hide internal directories.