Documentation
¶
Overview ¶
* * Frank Willem Mulder * __________________ * * Copyright 2026 Frank Willem Mulder. All rights reserved. * Use of this source code is governed license that can be found in the LICENSE file.
************************************************************************ * * Frank Willem Mulder * __________________ * // Copyright 2026 Frank Willem Mulder. All rights reserved. // Use of this source code is governed license that can be found in the LICENSE file.
Index ¶
- func BaseFileName(fn string) string
- func CompValueFromField(o1 any, o2 any, fieldName string, comp string) (bool, error)
- func ContainsWhiteSpace(mystr string) bool
- func DetValueType(s string) (any, reflect.Kind)
- func FileExists(filePath string) (bool, error)
- func FindGoPathExec(fileName string) (string, bool)
- func GetOpts[T comparable](opts []Optional[T]) []T
- func GetValueFromField(obj any, fieldName string) (any, bool)
- func IsFileClosed(filename string) bool
- func IsNull(s string) bool
- func MakeAbsFileName(fileName string) string
- func MergeFilePath(fileName ...string) (string, bool)
- func MkTitle(nm string) string
- func RemEndSlash(pwd string) string
- func RemQuotes(sw string) string
- func RemStartSlash(pwd string) string
- func RemWhiteSpace(mystr string) string
- func SortOptionalValues[T comparable](o1, o2 Optional[T], op string) int
- func SortOptionalValuesFromField[T comparable](o1, o2 Optional[T], fieldName, comp string) int
- func SortValues(v1 any, v2 any, comp string) (int, error)
- func SortValuesFromField(o1 any, o2 any, fieldName string, comp string) (int, error)
- func TerminateProcs(name string) int
- func TopoSort(tuples []Tuple) map[int][]int
- func TopoSortedTuples(chains map[int][]int, tuples []Tuple) [][]Tuple
- func WaitReady(name string)
- type Cluster
- type Optional
- type Tuple
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BaseFileName ¶
func CompValueFromField ¶
func ContainsWhiteSpace ¶
func FileExists ¶
func FindGoPathExec ¶
func GetOpts ¶
func GetOpts[T comparable](opts []Optional[T]) []T
func IsFileClosed ¶
func MakeAbsFileName ¶
func MergeFilePath ¶
func RemEndSlash ¶
func RemStartSlash ¶
func RemWhiteSpace ¶
func SortOptionalValues ¶
func SortOptionalValues[T comparable](o1, o2 Optional[T], op string) int
func SortOptionalValuesFromField ¶
func SortOptionalValuesFromField[T comparable](o1, o2 Optional[T], fieldName, comp string) int
func SortValuesFromField ¶
func TerminateProcs ¶
Types ¶
type Cluster ¶
a Cluster corresponds with the predicate tables and bipredicate Tuples of a RETE network */
func NewClusters ¶
type Optional ¶
type Optional[T comparable] struct { Val T Present bool }
func OptionalEmpty ¶
func OptionalEmpty[T comparable]() Optional[T]
func OptionalOf ¶
func OptionalOf[T comparable](v T) Optional[T]
func SetOpts ¶
func SetOpts[T comparable](opts []T) []Optional[T]
Click to show internal directories.
Click to hide internal directories.