package
Version:
v0.0.0-...-5d22fbd
Opens a new window with list of versions in this module.
Published: Apr 23, 2023
License: MIT
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func FromValue[T any](s *T) T
FromValue returns the string from the memory address.
func SliceIndex[T any](slice []T, predicate func(e T) bool) int
func ToValue[T any](s T) *T
ToValue returns the memory address of the string.
type InputMap map[string]interface{}
ToMap converts a struct or an object to a map.
const (
MethodCreate Method = "create"
MethodUpdate Method = "update"
MethodFilter Method = "filter"
)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.