Documentation ¶
Index ¶
- func AddColor(text string, textColor color.Attribute) string
- func GetBrokerName() string
- func GetExtUrl() string
- func GetHttpClient() *http.Client
- func GetResponse(client *http.Client, req *http.Request) *http.Response
- func GetskipSslFlag() bool
- type Configuration
- type RestoreCommand
- func (c *RestoreCommand) AbortRestore(cliConnection plugin.CliConnection, serviceInstanceName string)
- func (c *RestoreCommand) RestoreInfo(cliConnection plugin.CliConnection, serviceInstanceName string)
- func (c *RestoreCommand) StartRestore(cliConnection plugin.CliConnection, serviceInstanceName string, ...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetBrokerName ¶
func GetBrokerName() string
func GetHttpClient ¶
func GetskipSslFlag ¶
func GetskipSslFlag() bool
Types ¶
type Configuration ¶
type RestoreCommand ¶
type RestoreCommand struct {
// contains filtered or unexported fields
}
func NewRestoreCommand ¶
func NewRestoreCommand(cliConnection plugin.CliConnection) *RestoreCommand
func (*RestoreCommand) AbortRestore ¶
func (c *RestoreCommand) AbortRestore(cliConnection plugin.CliConnection, serviceInstanceName string)
func (*RestoreCommand) RestoreInfo ¶
func (c *RestoreCommand) RestoreInfo(cliConnection plugin.CliConnection, serviceInstanceName string)
func (*RestoreCommand) StartRestore ¶
func (c *RestoreCommand) StartRestore(cliConnection plugin.CliConnection, serviceInstanceName string, backupId string, timeStamp string, isGuidOperation bool)
Click to show internal directories.
Click to hide internal directories.