package
2.85.0+incompatible
Repository: https://github.com/transcom/mymove.git
Documentation: pkg.go.dev

# Functions

NewBooleanFeatureFlagForUser creates a new http.Handler for the boolean feature flag for user operation.
NewBooleanFeatureFlagForUserBadRequest creates BooleanFeatureFlagForUserBadRequest with default headers values.
NewBooleanFeatureFlagForUserInternalServerError creates BooleanFeatureFlagForUserInternalServerError with default headers values.
NewBooleanFeatureFlagForUserOK creates BooleanFeatureFlagForUserOK with default headers values.
NewBooleanFeatureFlagForUserParams creates a new BooleanFeatureFlagForUserParams object There are no default values defined in the spec.
NewBooleanFeatureFlagForUserUnauthorized creates BooleanFeatureFlagForUserUnauthorized with default headers values.
NewVariantFeatureFlagForUser creates a new http.Handler for the variant feature flag for user operation.
NewVariantFeatureFlagForUserBadRequest creates VariantFeatureFlagForUserBadRequest with default headers values.
NewVariantFeatureFlagForUserInternalServerError creates VariantFeatureFlagForUserInternalServerError with default headers values.
NewVariantFeatureFlagForUserOK creates VariantFeatureFlagForUserOK with default headers values.
NewVariantFeatureFlagForUserParams creates a new VariantFeatureFlagForUserParams object There are no default values defined in the spec.
NewVariantFeatureFlagForUserUnauthorized creates VariantFeatureFlagForUserUnauthorized with default headers values.

# Constants

BooleanFeatureFlagForUserBadRequestCode is the HTTP code returned for type BooleanFeatureFlagForUserBadRequest.
BooleanFeatureFlagForUserInternalServerErrorCode is the HTTP code returned for type BooleanFeatureFlagForUserInternalServerError.
BooleanFeatureFlagForUserOKCode is the HTTP code returned for type BooleanFeatureFlagForUserOK.
BooleanFeatureFlagForUserUnauthorizedCode is the HTTP code returned for type BooleanFeatureFlagForUserUnauthorized.
VariantFeatureFlagForUserBadRequestCode is the HTTP code returned for type VariantFeatureFlagForUserBadRequest.
VariantFeatureFlagForUserInternalServerErrorCode is the HTTP code returned for type VariantFeatureFlagForUserInternalServerError.
VariantFeatureFlagForUserOKCode is the HTTP code returned for type VariantFeatureFlagForUserOK.
VariantFeatureFlagForUserUnauthorizedCode is the HTTP code returned for type VariantFeatureFlagForUserUnauthorized.

# Structs

BooleanFeatureFlagForUser swagger:route POST /feature-flags/user-boolean/{key} featureFlags booleanFeatureFlagForUser # Determines if a user has a feature flag enabled Determines if a user has a feature flag enabled.
BooleanFeatureFlagForUserBadRequest invalid request swagger:response booleanFeatureFlagForUserBadRequest */.
BooleanFeatureFlagForUserInternalServerError internal server error swagger:response booleanFeatureFlagForUserInternalServerError */.
BooleanFeatureFlagForUserOK Boolean Feature Flag Status swagger:response booleanFeatureFlagForUserOK */.
BooleanFeatureFlagForUserParams contains all the bound params for the boolean feature flag for user operation typically these are obtained from a http.Request swagger:parameters booleanFeatureFlagForUser.
BooleanFeatureFlagForUserUnauthorized request requires user authentication swagger:response booleanFeatureFlagForUserUnauthorized */.
BooleanFeatureFlagForUserURL generates an URL for the boolean feature flag for user operation.
VariantFeatureFlagForUser swagger:route POST /feature-flags/user-variant/{key} featureFlags variantFeatureFlagForUser # Determines if a user has a feature flag enabled Determines if a user has a feature flag enabled.
VariantFeatureFlagForUserBadRequest invalid request swagger:response variantFeatureFlagForUserBadRequest */.
VariantFeatureFlagForUserInternalServerError internal server error swagger:response variantFeatureFlagForUserInternalServerError */.
VariantFeatureFlagForUserOK Variant Feature Flag Status swagger:response variantFeatureFlagForUserOK */.
VariantFeatureFlagForUserParams contains all the bound params for the variant feature flag for user operation typically these are obtained from a http.Request swagger:parameters variantFeatureFlagForUser.
VariantFeatureFlagForUserUnauthorized request requires user authentication swagger:response variantFeatureFlagForUserUnauthorized */.
VariantFeatureFlagForUserURL generates an URL for the variant feature flag for user operation.

# Interfaces

BooleanFeatureFlagForUserHandler interface for that can handle valid boolean feature flag for user params.
VariantFeatureFlagForUserHandler interface for that can handle valid variant feature flag for user params.

# Type aliases

BooleanFeatureFlagForUserHandlerFunc turns a function with the right signature into a boolean feature flag for user handler.
VariantFeatureFlagForUserHandlerFunc turns a function with the right signature into a variant feature flag for user handler.