Documentation ¶
Index ¶
- type Service
- func (s *Service) ANActive(c context.Context, imei, androidid, mac string, now time.Time) (err error)
- func (s *Service) ANClick(c context.Context, channel, imei, androidid, mac, cb string, ip uint32, ...) (err error)
- func (s *Service) Active(c context.Context, ip uint32, mid, rmac, mac, idfa, device string, ...) (err error)
- func (s *Service) CBCDecrypt(src, key, iv []byte, p padding.Padding) ([]byte, error)
- func (s *Service) Click(c context.Context, ip uint32, cid, mac, idfa, cb string, now time.Time) (err error)
- func (s *Service) Exists(c context.Context, idfa string) (exist bool, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func (*Service) ANClick ¶
func (s *Service) ANClick(c context.Context, channel, imei, androidid, mac, cb string, ip uint32, now time.Time) (err error)
ANClick
func (*Service) CBCDecrypt ¶
CBCDecrypt aes cbc decrypt.
Click to show internal directories.
Click to hide internal directories.