Documentation
¶
Index ¶
- func AlphanumericOnly(s string) string
- func CloneJSON[T any](t1 T) (T, error)
- func CloneXML[T any](t1 T) (T, error)
- func MemoizeOperation(fileName string, fn func() ([]byte, error)) ([]byte, error)
- func ProjectRoot() string
- func Shuffle[T any](ts []T)
- func SplitIntoBatches[T any](ts []T, n int) [][]T
- func WriteBytesToTempFile(data []byte, filePathFmt string) (filename string, err error)
- func WriteErrorsToTempFile(value []error, prefix string) (filename string, err error)
- func WriteValueToTempJSONFile(value any, prefix string) (filename string, err error)
- func WriteValueToTempXMLFile(value any, prefix string) (filename string, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AlphanumericOnly ¶
func MemoizeOperation ¶
func ProjectRoot ¶
func ProjectRoot() string
func SplitIntoBatches ¶
func WriteBytesToTempFile ¶
func WriteErrorsToTempFile ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.