Documentation ¶
Index ¶
- Variables
- func BFS[K comparable, T any](g graph.Graph[K, T], start K, forward bool, visit func(K, K) bool) error
- func GetFieldValue(iface any, fieldName string) any
- func InvokeMethodOnUrl(method, url string, headers map[string]string, data interface{}) (interface{}, error)
- func Merge(dst, src map[string]any) map[string]any
- func ProtoflowHomeDir() (string, error)
- func SetInterfaceField(obj any, fieldName string, newValue any) error
- func ToSnakeCase(str string) string
- func ToTitleCase(str string) string
Constants ¶
This section is empty.
Variables ¶
View Source
var (
MaxDepth = 32
)
Functions ¶
func GetFieldValue ¶
func InvokeMethodOnUrl ¶
func Merge ¶
Merge recursively merges the src and dst maps. Key conflicts are resolved by preferring src, or recursively descending, if both src and dst are maps.
func ProtoflowHomeDir ¶
func ToSnakeCase ¶
func ToTitleCase ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.