Documentation
¶
Index ¶
- type ComponentAdDataServer
- func (s *ComponentAdDataServer) DescribeContents(_ context.Context, req *pb.ComponentAdDataDescribeContentsRequest) (*pb.DescribeContentsResponse, error)
- func (s *ComponentAdDataServer) Equals(_ context.Context, req *pb.ComponentAdDataEqualsRequest) (*pb.EqualsResponse, error)
- func (s *ComponentAdDataServer) GetAdRenderId(_ context.Context, req *pb.GetAdRenderIdRequest) (*pb.GetAdRenderIdResponse, error)
- func (s *ComponentAdDataServer) GetRenderUri(_ context.Context, req *pb.GetRenderUriRequest) (*pb.GetRenderUriResponse, error)
- func (s *ComponentAdDataServer) HashCode(_ context.Context, req *pb.ComponentAdDataHashCodeRequest) (*pb.HashCodeResponse, error)
- func (s *ComponentAdDataServer) NewComponentAdData(_ context.Context, req *pb.NewComponentAdDataRequest) (*pb.NewComponentAdDataResponse, error)
- func (s *ComponentAdDataServer) ToString(_ context.Context, req *pb.ComponentAdDataToStringRequest) (*pb.ToStringResponse, error)
- func (s *ComponentAdDataServer) WriteToParcel(_ context.Context, req *pb.ComponentAdDataWriteToParcelRequest) (*pb.WriteToParcelResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ComponentAdDataServer ¶
type ComponentAdDataServer struct {
pb.UnimplementedComponentAdDataServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
ComponentAdDataServer implements pb.ComponentAdDataServiceServer.
func (*ComponentAdDataServer) DescribeContents ¶
func (s *ComponentAdDataServer) DescribeContents(_ context.Context, req *pb.ComponentAdDataDescribeContentsRequest) (*pb.DescribeContentsResponse, error)
func (*ComponentAdDataServer) Equals ¶
func (s *ComponentAdDataServer) Equals(_ context.Context, req *pb.ComponentAdDataEqualsRequest) (*pb.EqualsResponse, error)
func (*ComponentAdDataServer) GetAdRenderId ¶
func (s *ComponentAdDataServer) GetAdRenderId(_ context.Context, req *pb.GetAdRenderIdRequest) (*pb.GetAdRenderIdResponse, error)
func (*ComponentAdDataServer) GetRenderUri ¶
func (s *ComponentAdDataServer) GetRenderUri(_ context.Context, req *pb.GetRenderUriRequest) (*pb.GetRenderUriResponse, error)
func (*ComponentAdDataServer) HashCode ¶
func (s *ComponentAdDataServer) HashCode(_ context.Context, req *pb.ComponentAdDataHashCodeRequest) (*pb.HashCodeResponse, error)
func (*ComponentAdDataServer) NewComponentAdData ¶
func (s *ComponentAdDataServer) NewComponentAdData(_ context.Context, req *pb.NewComponentAdDataRequest) (*pb.NewComponentAdDataResponse, error)
func (*ComponentAdDataServer) ToString ¶
func (s *ComponentAdDataServer) ToString(_ context.Context, req *pb.ComponentAdDataToStringRequest) (*pb.ToStringResponse, error)
func (*ComponentAdDataServer) WriteToParcel ¶
func (s *ComponentAdDataServer) WriteToParcel(_ context.Context, req *pb.ComponentAdDataWriteToParcelRequest) (*pb.WriteToParcelResponse, error)
Click to show internal directories.
Click to hide internal directories.