Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Deployer ¶
func Deployer(stopCh chan struct{}, bigips []*f5_bigip.BIGIP) (*utils.DeployQueue, *utils.DeployQueue)
func HandleRequest ¶
func HandleRequest(bc *f5_bigip.BIGIPContext, r DeployRequest) error
Types ¶
type CtxKeyType ¶
type CtxKeyType string
const ( CtxKey_DeletePartition CtxKeyType = "delete_partition" CtxKey_CreatePartition CtxKeyType = "create_partition" CtxKey_SpecifiedBIGIP CtxKeyType = "specified_bigip" )
type DeployRequest ¶
type DeployResponse ¶
type DeployResponse struct { DeployRequest Status error }
type DeployResponses ¶
type DeployResponses struct {
// contains filtered or unexported fields
}
func (*DeployResponses) Append ¶
func (dr *DeployResponses) Append(r *DeployResponse)
func (*DeployResponses) Empty ¶
func (dr *DeployResponses) Empty() bool
func (*DeployResponses) Shift ¶
func (dr *DeployResponses) Shift() *DeployResponse
Click to show internal directories.
Click to hide internal directories.