Documentation
¶
Overview ¶
Package utils provides general utility functions for A2A.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FromMapStruct ¶ added in v2.3.0
FromMapStruct converts map[string]any to a typed value using json roundtrip.
func MustPrettyPrint ¶ added in v2.3.0
func MustPrettyPrint(value any)
MustPrettyPrint is a debugging utility that prints indented JSON represenation of a value.
func Ptr ¶
func Ptr[T any](v T) *T
Ptr returns a pointer to the argument simplifying pointer to primitive literals creation.
func ToMapStruct ¶ added in v2.3.0
ToMapStruct converts an any struct to map[string]any using json roundtrip.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.