Documentation
¶
Overview ¶
Package serialize provides YAML serialization for GitLab CI/CD pipeline types.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StructToMap ¶
StructToMap converts a struct to a map[string]any with snake_case keys. It omits zero-valued fields and respects the IsZero() interface.
func ToSnakeCase ¶
ToSnakeCase converts a PascalCase or camelCase string to snake_case.
Types ¶
Click to show internal directories.
Click to hide internal directories.