describe

package
v1.0.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 16, 2019 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ConsumerGroup

func ConsumerGroup(ctx *gin.Context)

ConsumerGroup describe consumer group

func Topic

func Topic(ctx *gin.Context)

Topic describe kafka topic

Types

type ConsumerGroupRequest

type ConsumerGroupRequest struct {
	ConsumerGroup string `json:"consumer_group"  form:"consumer_group"  binding:"required"` //consumer group name
	Brokers       string `json:"brokers"         form:"brokers"         binding:"required"` //kafka brokers
}

ConsumerGroupRequest request

type TopicRequest

type TopicRequest struct {
	Topic   string `json:"topic"     form:"topic"    binding:"required"` //topic name
	Brokers string `json:"brokers"   form:"brokers"  binding:"required"` //kafka brokers
}

TopicRequest request

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL