package
2.9.0
Repository: https://github.com/cloudtrust/common-service.git
Documentation: pkg.go.dev

# Functions

StringPtrToOptional creates an OptionalString using an input string pointer.
StringToOptional creates an OptionalString using an input string.

# Structs

OptionalString is a struct that represents a JSON string that can be undefined (Defined == false), null (Value == nil && Defined == true) or defined with a string value.