MCPcopy
hub / github.com/IBM/sarama / currentUnixMilli

Function currentUnixMilli

broker.go:1662–1664  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1660}
1661
1662func currentUnixMilli() int64 {
1663 return time.Now().UnixNano() / int64(time.Millisecond)
1664}
1665
1666// sendAndReceiveSASLOAuth performs the authentication flow as described by KIP-255
1667// https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=75968876

Callers 2

sendWithPromiseMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected