package
0.0.0-20240909034204-207f58c0b9a3
Repository: https://github.com/chnsz/golangsdk.git
Documentation: pkg.go.dev

# Functions

Create a kafka topic with given parameters.
Delete given topics belong to the instance id.
List all topics belong to the instance id.

# 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.
ListResponse is a struct that contains the list response.
ListResult contains the body of getting detailed.
Topic includes the parameters of an topic.

# Interfaces

CreateOpsBuilder is an interface which is used for creating a kafka topic.