package
0.0.25
Repository: https://github.com/apimatic/go-core-runtime.git
Documentation: pkg.go.dev

# Functions

EmptyOptional creates and returns an empty Optional instance with no value set.
NewOptional creates and returns an Optional instance with the given value set.

# Structs

Optional is a generic struct that allows any type to be used as optional and nullable.