Versions in this module Expand all Collapse all v0 v0.0.6 Mar 29, 2026 Changes in this version + type ReasonInfoServer struct + Ctx *app.Context + Handles *handlestore.HandleStore + func (s *ReasonInfoServer) DescribeContents(_ context.Context, req *pb.ReasonInfoDescribeContentsRequest) (*pb.DescribeContentsResponse, error) + func (s *ReasonInfoServer) GetCode(_ context.Context, req *pb.ReasonInfoGetCodeRequest) (*pb.GetCodeResponse, error) + func (s *ReasonInfoServer) GetExtraCode(_ context.Context, req *pb.GetExtraCodeRequest) (*pb.GetExtraCodeResponse, error) + func (s *ReasonInfoServer) GetExtraMessage(_ context.Context, req *pb.GetExtraMessageRequest) (*pb.GetExtraMessageResponse, error) + func (s *ReasonInfoServer) NewReasonInfo(_ context.Context, req *pb.NewReasonInfoRequest) (*pb.NewReasonInfoResponse, error) + func (s *ReasonInfoServer) ToString(_ context.Context, req *pb.ReasonInfoToStringRequest) (*pb.ToStringResponse, error) + func (s *ReasonInfoServer) WriteToParcel(_ context.Context, req *pb.ReasonInfoWriteToParcelRequest) (*pb.WriteToParcelResponse, error)