package
0.0.0-20240905161324-26fc101876ac
Repository: https://github.com/obalunenko/go-experiments.git
Documentation: pkg.go.dev

# Functions

ParsePlatform attempts to convert a string to a Platform.
ParseStatus attempts to convert a string to a Status.
PlatformNames returns a list of possible string values of Platform.
StatusNames returns a list of possible string values of Status.

# Constants

PlatformAndroid is a Platform of type Android.
PlatformApple is a Platform of type Apple.
StatusActive is a Status of type Active.
StatusInactive is a Status of type Inactive.

# Type aliases

Platform represents ENUM( _ // invalid default int value apple android ).
Status represents ENUM( _ // invalid default int value active inactive ).