Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/segmentio/kafka-go
/ init
Function
init
protocol/deletetopics/deletetopics.go:5–7 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3
import
"github.com/segmentio/kafka-go/protocol"
4
5
func
init() {
6
protocol.Register(&Request{}, &Response{})
7
}
8
9
type
Request
struct
{
10
TopicNames []string `kafka:
"min=v0,max=v3"
`
Callers
nothing calls this directly
Calls
1
Register
Function · 0.92
Tested by
no test coverage detected