Documentation
¶
Index ¶
- func Consume(c *cli.Context)
- func CreateConsumerGroup(c *cli.Context, cliHelper scommon.CliHelper)
- func CreateConsumerGroupSecure(c *cli.Context, cliHelper scommon.CliHelper, ...)
- func CreateDestination(c *cli.Context, cliHelper scommon.CliHelper)
- func CreateDestinationSecure(c *cli.Context, cliHelper scommon.CliHelper, ...)
- func DeleteConsumerGroup(c *cli.Context)
- func DeleteConsumerGroupSecure(c *cli.Context, authProvider cherami2.AuthProvider)
- func DeleteDestination(c *cli.Context)
- func DeleteDestinationSecure(c *cli.Context, authProvider cherami2.AuthProvider)
- func ListConsumerGroups(c *cli.Context)
- func ListDestinations(c *cli.Context)
- func MergeDLQForConsumerGroup(c *cli.Context)
- func Publish(c *cli.Context)
- func PurgeDLQForConsumerGroup(c *cli.Context)
- func ReadCgBacklog(c *cli.Context)
- func ReadConsumerGroup(c *cli.Context)
- func ReadDestination(c *cli.Context)
- func ReadDlq(c *cli.Context)
- func ReadMessage(c *cli.Context)
- func UpdateConsumerGroup(c *cli.Context, cliHelper scommon.CliHelper)
- func UpdateConsumerGroupSecure(c *cli.Context, cliHelper scommon.CliHelper, ...)
- func UpdateDestination(c *cli.Context, cliHelper scommon.CliHelper)
- func UpdateDestinationSecure(c *cli.Context, cliHelper scommon.CliHelper, ...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateConsumerGroup ¶
CreateConsumerGroup creates the CG
func CreateConsumerGroupSecure ¶
func CreateConsumerGroupSecure(c *cli.Context, cliHelper scommon.CliHelper, authProvider cherami2.AuthProvider)
CreateConsumerGroupSecure creates the CG with security enabled
func CreateDestination ¶
CreateDestination creates a destination
func CreateDestinationSecure ¶
func CreateDestinationSecure(c *cli.Context, cliHelper scommon.CliHelper, authProvider cherami2.AuthProvider)
CreateDestinationSecure creates a destination with security enabled
func DeleteConsumerGroup ¶
DeleteConsumerGroup deletes the given CG
func DeleteConsumerGroupSecure ¶
func DeleteConsumerGroupSecure(c *cli.Context, authProvider cherami2.AuthProvider)
DeleteConsumerGroupSecure deletes the given CG with security enabled
func DeleteDestination ¶
DeleteDestination deletes the given destination
func DeleteDestinationSecure ¶
func DeleteDestinationSecure(c *cli.Context, authProvider cherami2.AuthProvider)
DeleteDestinationSecure deletes the given destination with security enabled
func ListConsumerGroups ¶
ListConsumerGroups is used to list all CGs
func ListDestinations ¶
ListDestinations is used to list all destinations
func MergeDLQForConsumerGroup ¶
MergeDLQForConsumerGroup merges the DLQ for this CG
func PurgeDLQForConsumerGroup ¶
PurgeDLQForConsumerGroup purges the DLQ for this CG
func ReadConsumerGroup ¶
ReadConsumerGroup gets info about the CG
func ReadDestination ¶
ReadDestination is used to get info about the destination
func UpdateConsumerGroup ¶
UpdateConsumerGroup updates the CG
func UpdateConsumerGroupSecure ¶
func UpdateConsumerGroupSecure(c *cli.Context, cliHelper scommon.CliHelper, authProvider cherami2.AuthProvider)
UpdateConsumerGroupSecure updates the CG with security enabled
func UpdateDestination ¶
UpdateDestination updates the destination
func UpdateDestinationSecure ¶
func UpdateDestinationSecure(c *cli.Context, cliHelper scommon.CliHelper, authProvider cherami2.AuthProvider)
UpdateDestinationSecure updates the destination with security enabled
Types ¶
This section is empty.