コード例 #1
0
ファイル: pushredisdb.go プロジェクト: uniqush/uniqush-push
func deliveryPointToValue(dp *push.DeliveryPoint) []byte {
	return dp.Marshal()
}