Documentation
¶
Index ¶
- Variables
- func CancelRenew(log *zap.Logger, sPub states.Pub, iPub instances.Pub, inst *ipb.Instance, ...) (*ipb.InvokeResponse, error)
- func ChangeState(log *zap.Logger, sPub states.Pub, iPub instances.Pub, inst *ipb.Instance, ...) (*ipb.InvokeResponse, error)
- func FreeRenew(log *zap.Logger, sPub states.Pub, iPub instances.Pub, inst *ipb.Instance, ...) (*ipb.InvokeResponse, error)
- func Freeze(log *zap.Logger, sPub states.Pub, iPub instances.Pub, inst *ipb.Instance, ...) (*ipb.InvokeResponse, error)
- func Unfreeze(log *zap.Logger, sPub states.Pub, iPub instances.Pub, inst *ipb.Instance, ...) (*ipb.InvokeResponse, error)
- type ServiceAction
Constants ¶
This section is empty.
Variables ¶
View Source
var BillingActions = map[string]ServiceAction{ "manual_renew": nil, "cancel_renew": CancelRenew, "free_renew": FreeRenew, }
View Source
var SrvActions = map[string]ServiceAction{ "change_state": ChangeState, "freeze": Freeze, "unfreeze": Unfreeze, "cancel_renew": CancelRenew, }
Functions ¶
func CancelRenew ¶
func ChangeState ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.