package
0.0.0-20210831081626-d823fe11ceba
Repository: https://github.com/huaweicloud/golangsdk.git
Documentation: pkg.go.dev

# Functions

Create a kafka topic with given parameters.
Delete given topics belong to the instance id.
Get an topic with detailed information by instance id and topic name.
List all topics belong to the instance id.
Update is a method which can be able to update topics.

# Structs

CreateOps is a struct that contains all the parameters of create function.
CreateResponse is a struct that contains the create response.
CreateResult is a struct that contains all the return parameters of creation.
DeleteResponse is a struct that contains the deletion response.
DeleteResult is a struct which contains the result of deletion.
GetResult is a struct which contains the result of query.
ListResponse is a struct that contains the list response.
ListResult contains the body of getting detailed.
Partition represents the details of a partition.
Replica represents the details of a replica.
Topic includes the parameters of an topic.
TopicDetail includes the detail parameters of an topic.
UpdateItem represents the object of one topic in update function.
UpdateOpts is a struct which represents the parameters of update function.
UpdateResult is a struct from which can get the result of update method.

# Interfaces

CreateOpsBuilder is an interface which is used for creating a kafka topic.
UpdateOptsBuilder is an interface which can build the map paramter of update function.