package
1.1.0
Repository: https://github.com/paubox/paubox-flagr.git
Documentation: pkg.go.dev

# Functions

NewFindDistributions creates a new http.Handler for the find distributions operation.
NewFindDistributionsDefault creates FindDistributionsDefault with default headers values.
NewFindDistributionsOK creates FindDistributionsOK with default headers values.
NewFindDistributionsParams creates a new FindDistributionsParams object There are no default values defined in the spec.
NewPutDistributions creates a new http.Handler for the put distributions operation.
NewPutDistributionsDefault creates PutDistributionsDefault with default headers values.
NewPutDistributionsOK creates PutDistributionsOK with default headers values.
NewPutDistributionsParams creates a new PutDistributionsParams object There are no default values defined in the spec.

# Constants

FindDistributionsOKCode is the HTTP code returned for type FindDistributionsOK.
PutDistributionsOKCode is the HTTP code returned for type PutDistributionsOK.

# Structs

FindDistributions swagger:route GET /flags/{flagID}/segments/{segmentID}/distributions distribution findDistributions FindDistributions find distributions API */.
FindDistributionsDefault generic error response swagger:response findDistributionsDefault */.
FindDistributionsOK distribution under the segment swagger:response findDistributionsOK */.
FindDistributionsParams contains all the bound params for the find distributions operation typically these are obtained from a http.Request swagger:parameters findDistributions.
FindDistributionsURL generates an URL for the find distributions operation.
PutDistributions swagger:route PUT /flags/{flagID}/segments/{segmentID}/distributions distribution putDistributions replace the distribution with the new setting */.
PutDistributionsDefault generic error response swagger:response putDistributionsDefault */.
PutDistributionsOK distribution under the segment swagger:response putDistributionsOK */.
PutDistributionsParams contains all the bound params for the put distributions operation typically these are obtained from a http.Request swagger:parameters putDistributions.
PutDistributionsURL generates an URL for the put distributions operation.

# Interfaces

FindDistributionsHandler interface for that can handle valid find distributions params.
PutDistributionsHandler interface for that can handle valid put distributions params.

# Type aliases

FindDistributionsHandlerFunc turns a function with the right signature into a find distributions handler.
PutDistributionsHandlerFunc turns a function with the right signature into a put distributions handler.