Documentation
¶
Overview ¶
Package utility provides general-purpose, dependency-free helper functions shared across Tupic services. It belongs to no layer and must not import any layer of this library (depguard enforces this). It is not a catch-all: a helper that needs a contract or domain type belongs in that layer, not here.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StringDereference ¶
StringDereference returns the string value of p, or "" if p is nil.
func StringOrNil ¶
StringOrNil returns nil if value is empty after trimming.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.