MCPcopy
hub / github.com/marmotedu/iam / New

Method New

internal/pump/pumps/pump.go:17–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15type Pump interface {
16 GetName() string
17 New() Pump
18 Init(interface{}) error
19 WriteData(context.Context, []interface{}) error
20 SetFilters(analytics.AnalyticsFilters)

Callers 15

mainFunction · 0.65
generateDocsMethod · 0.65
storage.goFile · 0.65
hashFunctionFunction · 0.65
redis_cluster.goFile · 0.65
StartPubSubHandlerMethod · 0.65
TestErrorHandlerDirectFunction · 0.65
NewLoggerFunction · 0.65

Calls

no outgoing calls