이벤트 전송
마지막 업데이트
import "github.com/hackle-io/hackle-go-sdk/hackle"
event = hackle.NewEventBuilder("purchase").
Property("pay_method", "CARD").
Property("discount_amount", 800).
Property("is_discount", true).
Build()
hackleClient.Track(event, user)