Documentation
¶
Overview ¶
Package util provides small helper functions shared across provider packages.
Index ¶
Constants ¶
View Source
const AllResources = uint64(math.MaxUint32)
AllResources is a query limit large enough to fetch every resource of a type in one call. Used by relationship resolvers that need all resources in memory.
Variables ¶
This section is empty.
Functions ¶
func MustJSON ¶
MustJSON marshals v to a JSON string. Returns "{}" if marshalling fails — this should never happen for well-formed SDK response structs.
func TimeRFC3339 ¶
TimeRFC3339 formats a *time.Time as an RFC3339 string pointer. Returns nil when t is nil.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.