//
pkg.gl
Category
github.com/launchdarkly/sdk-test-harness/v2
framework
opt
package
2.22.0
Repository:
https://github.com/launchdarkly/sdk-test-harness.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
2
Dependents
7
Files
64 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.