Documentation ¶ Index ¶ type Service func NewService(addr string) (*Service, error) func (s *Service) FindByNumber(ctx context.Context, number string) (*core.Result, error) func (s *Service) FindByVIN(ctx context.Context, vin string) (*core.Result, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Service ¶ type Service struct { // contains filtered or unexported fields } func NewService ¶ func NewService(addr string) (*Service, error) func (*Service) FindByNumber ¶ func (s *Service) FindByNumber(ctx context.Context, number string) (*core.Result, error) func (*Service) FindByVIN ¶ func (s *Service) FindByVIN(ctx context.Context, vin string) (*core.Result, error) Source Files ¶ View all Source files service.go Click to show internal directories. Click to hide internal directories.