Documentation
¶
Index ¶
- type AdIdServer
- func (s *AdIdServer) Equals(_ context.Context, req *pb.EqualsRequest) (*pb.EqualsResponse, error)
- func (s *AdIdServer) GetAdId(_ context.Context, req *pb.GetAdIdRequest) (*pb.GetAdIdResponse, error)
- func (s *AdIdServer) HashCode(_ context.Context, req *pb.HashCodeRequest) (*pb.HashCodeResponse, error)
- func (s *AdIdServer) IsLimitAdTrackingEnabled(_ context.Context, req *pb.IsLimitAdTrackingEnabledRequest) (*pb.IsLimitAdTrackingEnabledResponse, error)
- func (s *AdIdServer) NewAdId(_ context.Context, req *pb.NewAdIdRequest) (*pb.NewAdIdResponse, error)
- func (s *AdIdServer) ToString(_ context.Context, req *pb.ToStringRequest) (*pb.ToStringResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AdIdServer ¶
type AdIdServer struct {
pb.UnimplementedAdIdServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
AdIdServer implements pb.AdIdServiceServer.
func (*AdIdServer) Equals ¶
func (s *AdIdServer) Equals(_ context.Context, req *pb.EqualsRequest) (*pb.EqualsResponse, error)
func (*AdIdServer) GetAdId ¶
func (s *AdIdServer) GetAdId(_ context.Context, req *pb.GetAdIdRequest) (*pb.GetAdIdResponse, error)
func (*AdIdServer) HashCode ¶
func (s *AdIdServer) HashCode(_ context.Context, req *pb.HashCodeRequest) (*pb.HashCodeResponse, error)
func (*AdIdServer) IsLimitAdTrackingEnabled ¶
func (s *AdIdServer) IsLimitAdTrackingEnabled(_ context.Context, req *pb.IsLimitAdTrackingEnabledRequest) (*pb.IsLimitAdTrackingEnabledResponse, error)
func (*AdIdServer) NewAdId ¶
func (s *AdIdServer) NewAdId(_ context.Context, req *pb.NewAdIdRequest) (*pb.NewAdIdResponse, error)
func (*AdIdServer) ToString ¶
func (s *AdIdServer) ToString(_ context.Context, req *pb.ToStringRequest) (*pb.ToStringResponse, error)
Click to show internal directories.
Click to hide internal directories.