//
pkg.gl
Category
github.com/apimatic/go-core-runtime
types
package
0.0.25
Repository:
https://github.com/apimatic/go-core-runtime.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
5
Files
42 SLOC
#
Functions
EmptyOptional
EmptyOptional creates and returns an empty Optional instance with no value set.
NewOptional
NewOptional creates and returns an Optional instance with the given value set.
#
Structs
Optional
Optional is a generic struct that allows any type to be used as optional and nullable.