MCPcopy
hub / github.com/uber/aresdb / GetSinkMode

Method GetSinkMode

subscriber/config/service_config.go:260–265  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

258}
259
260func (s SinkConfig) GetSinkMode() SinkMode {
261 if val, ok := sinkModeStr[s.SinkModeStr]; ok {
262 return val
263 }
264 return Sink_Undefined
265}

Callers 4

NewAresDatabaseFunction · 0.80
NewKafkaPublisherFunction · 0.80
SyncUpJobConfigsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected