Versions in this module Expand all Collapse all v0 v0.0.6 Mar 29, 2026 Changes in this version + type SpecServer struct + Ctx *app.Context + Handles *handlestore.HandleStore + func (s *SpecServer) DescribeContents(_ context.Context, req *pb.SpecDescribeContentsRequest) (*pb.DescribeContentsResponse, error) + func (s *SpecServer) Equals(_ context.Context, req *pb.SpecEqualsRequest) (*pb.EqualsResponse, error) + func (s *SpecServer) GetDataFormat(_ context.Context, req *pb.GetDataFormatRequest) (*pb.GetDataFormatResponse, error) + func (s *SpecServer) GetLocale(_ context.Context, req *pb.GetLocaleRequest) (*pb.GetLocaleResponse, error) + func (s *SpecServer) HashCode(_ context.Context, req *pb.SpecHashCodeRequest) (*pb.HashCodeResponse, error) + func (s *SpecServer) NewSpec(_ context.Context, req *pb.NewSpecRequest) (*pb.NewSpecResponse, error) + func (s *SpecServer) ToString(_ context.Context, req *pb.SpecToStringRequest) (*pb.ToStringResponse, error) + func (s *SpecServer) WriteToParcel(_ context.Context, req *pb.SpecWriteToParcelRequest) (*pb.WriteToParcelResponse, error)