//
pkg.gl
Category
github.com/launchdarkly/sdk-test-harness
framework
opt
package
1.14.0
Repository:
https://github.com/launchdarkly/sdk-test-harness.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
2
Dependents
5
Files
65 SLOC
#
Functions
FromPtr
FromPtr returns a Maybe that has a defined value of *ptr if ptr is non-nil, or no value if ptr is nil.
None
None returns a Maybe with no value.
Some
Some returns a Maybe that has a defined value.
#
Structs
Maybe
Maybe is a simple implementation of an optional value type.