Documentation
¶
Index ¶
Constants ¶
View Source
const ( // KeyLength . KeyLength = 24 // ConnTimeout . ConnTimeout = 5 // RwTimeout . RwTimeout = 30 )
View Source
const ( // Tag . Tag = "tag" // TagAnd . TagAnd = "tag_and" // TagNot . TagNot = "tag_not" // ALIAS . ALIAS = "alias" // Segment . Segment = "segment" // Abtest . Abtest = "abtest" // RegistrationID . RegistrationID = "registration_id" // File . File = "file" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReportClient ¶
type ReportClient struct {
// contains filtered or unexported fields
}
ReportClient .
func NewReportClient ¶
func NewReportClient(appKey, masterSecret string) *ReportClient
NewReportClient .
func (*ReportClient) GetReport ¶
func (c *ReportClient) GetReport(msgID ...int) (string, error)
GetReport .
func (*ReportClient) GetReportObject ¶
func (c *ReportClient) GetReportObject(msgIds ...int) ([]ReportObject, error)
GetReportObject .
type ReportObject ¶
ReportObject .
Click to show internal directories.
Click to hide internal directories.