Documentation ¶
Index ¶
- type Server
- func (s *Server) InferDataByCUE(ctx context.Context, in *pbidentifier.InferDataByCUERequest) (*pbidentifier.InferDataByCUEResponse, error)
- func (s *Server) InferLicenseByFullname(ctx context.Context, c *semprov.Category, ...) (*pbidentifier.InferLicenseResponse, error)
- func (s *Server) InferLicenseByFullnameMedic(ctx context.Context, in *pbidentifier.InferByFullnameRequest) (*pbidentifier.InferLicenseResponse, error)
- func (s *Server) InferTomeAndFolioByFullname(ctx context.Context, category *semprov.Category, ...) (*pbidentifier.InferTomeAndFolioResponse, error)
- func (s *Server) InferTomeAndFolioByFullnameAttorney(ctx context.Context, in *pbidentifier.InferByFullnameRequest) (*pbidentifier.InferTomeAndFolioResponse, error)
- func (s *Server) InferTomeAndFolioByFullnameLawyer(ctx context.Context, in *pbidentifier.InferByFullnameRequest) (*pbidentifier.InferTomeAndFolioResponse, error)
- func (s *Server) ValidateLicensePsychologist(ctx context.Context, in *pbidentifier.ValidateLicenseRequest) (*pbidentifier.ValidateLicenseResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct { }
func (*Server) InferDataByCUE ¶
func (s *Server) InferDataByCUE(ctx context.Context, in *pbidentifier.InferDataByCUERequest) (*pbidentifier.InferDataByCUEResponse, error)
func (*Server) InferLicenseByFullname ¶
func (s *Server) InferLicenseByFullname(ctx context.Context, c *semprov.Category, in *pbidentifier.InferByFullnameRequest) (*pbidentifier.InferLicenseResponse, error)
func (*Server) InferLicenseByFullnameMedic ¶
func (s *Server) InferLicenseByFullnameMedic(ctx context.Context, in *pbidentifier.InferByFullnameRequest) (*pbidentifier.InferLicenseResponse, error)
func (*Server) InferTomeAndFolioByFullname ¶
func (s *Server) InferTomeAndFolioByFullname(ctx context.Context, category *semprov.Category, in *pbidentifier.InferByFullnameRequest) (*pbidentifier.InferTomeAndFolioResponse, error)
func (*Server) InferTomeAndFolioByFullnameAttorney ¶
func (s *Server) InferTomeAndFolioByFullnameAttorney(ctx context.Context, in *pbidentifier.InferByFullnameRequest) (*pbidentifier.InferTomeAndFolioResponse, error)
func (*Server) InferTomeAndFolioByFullnameLawyer ¶
func (s *Server) InferTomeAndFolioByFullnameLawyer(ctx context.Context, in *pbidentifier.InferByFullnameRequest) (*pbidentifier.InferTomeAndFolioResponse, error)
func (*Server) ValidateLicensePsychologist ¶
func (s *Server) ValidateLicensePsychologist(ctx context.Context, in *pbidentifier.ValidateLicenseRequest) (*pbidentifier.ValidateLicenseResponse, error)
Click to show internal directories.
Click to hide internal directories.