Exemplo n.º 1
0
func (a *app) messageID(m *sqsnotify.SQSMessage) string {
	if a.digestID {
		return m.Message.MD5OfBody
	}
	return m.ID()
}