MCPcopy
hub / github.com/segmentio/kafka-go / typesOf

Function typesOf

protocol/protocol.go:247–249  ·  view source on GitHub ↗
(v interface{})

Source from the content-addressed store, hash-verified

245}
246
247func typesOf(v interface{}) []messageType {
248 return makeTypes(reflect.TypeOf(v).Elem())
249}
250
251func makeTypes(t reflect.Type) []messageType {
252 minVersion := int16(-1)

Callers 2

RegisterFunction · 0.85
RegisterOverrideFunction · 0.85

Calls 1

makeTypesFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…