Versions in this module Expand all Collapse all v0 v0.3.2 Oct 30, 2024 v0.3.1 Sep 13, 2024 v0.3.0 Aug 28, 2024 v0.2.2 Jul 3, 2024 Changes in this version type ExportFlags + func (ExportFlags) AllValues() []ExportFlags + type Invoker interface + EntityDetailsEntityDetailsGet func(ctx context.Context, params EntityDetailsEntityDetailsGetParams) (EntityDetailsEntityDetailsGetRes, error) + EntityHowEntityHowGet func(ctx context.Context, params EntityHowEntityHowGetParams) (EntityHowEntityHowGetRes, error) + EntityReportEntityReportGet func(ctx context.Context, params EntityReportEntityReportGetParams) (EntityReportEntityReportGetRes, error) + EntitySearchEntitySearchPost func(ctx context.Context, request *SearchAttributes) (EntitySearchEntitySearchPostRes, error) + type Labeler struct + func LabelerFromContext(ctx context.Context) (*Labeler, bool) + func (l *Labeler) Add(attrs ...attribute.KeyValue) + func (l *Labeler) AttributeSet() attribute.Set type Route + func (r Route) Summary() string v0.2.1 Jan 30, 2024 v0.2.0 Jan 3, 2024 Changes in this version + func WithServerURL(ctx context.Context, u *url.URL) context.Context + type Client struct + func NewClient(serverURL string, opts ...ClientOption) (*Client, error) + func (c *Client) EntityDetailsEntityDetailsGet(ctx context.Context, params EntityDetailsEntityDetailsGetParams) (EntityDetailsEntityDetailsGetRes, error) + func (c *Client) EntityHowEntityHowGet(ctx context.Context, params EntityHowEntityHowGetParams) (EntityHowEntityHowGetRes, error) + func (c *Client) EntityReportEntityReportGet(ctx context.Context, params EntityReportEntityReportGetParams) (EntityReportEntityReportGetRes, error) + func (c *Client) EntitySearchEntitySearchPost(ctx context.Context, request *SearchAttributes) (EntitySearchEntitySearchPostRes, error) + type ClientOption interface + func WithClient(client ht.Client) ClientOption + type EntityDetailsEntityDetailsGetOK struct + func (s *EntityDetailsEntityDetailsGetOK) Decode(d *jx.Decoder) error + func (s *EntityDetailsEntityDetailsGetOK) Encode(e *jx.Encoder) + func (s *EntityDetailsEntityDetailsGetOK) MarshalJSON() ([]byte, error) + func (s *EntityDetailsEntityDetailsGetOK) UnmarshalJSON(data []byte) error + type EntityDetailsEntityDetailsGetParams struct + EntityID int + type EntityDetailsEntityDetailsGetRes interface + type EntityHowEntityHowGetOK struct + func (s *EntityHowEntityHowGetOK) Decode(d *jx.Decoder) error + func (s *EntityHowEntityHowGetOK) Encode(e *jx.Encoder) + func (s *EntityHowEntityHowGetOK) MarshalJSON() ([]byte, error) + func (s *EntityHowEntityHowGetOK) UnmarshalJSON(data []byte) error + type EntityHowEntityHowGetParams struct + EntityID int + type EntityHowEntityHowGetRes interface + type EntityReportEntityReportGetOKApplicationJSON []jx.Raw + func (s *EntityReportEntityReportGetOKApplicationJSON) Decode(d *jx.Decoder) error + func (s *EntityReportEntityReportGetOKApplicationJSON) UnmarshalJSON(data []byte) error + func (s EntityReportEntityReportGetOKApplicationJSON) Encode(e *jx.Encoder) + func (s EntityReportEntityReportGetOKApplicationJSON) MarshalJSON() ([]byte, error) + func (s EntityReportEntityReportGetOKApplicationJSON) Validate() error + type EntityReportEntityReportGetParams struct + ExportFlags ExportFlags + type EntityReportEntityReportGetRes interface + type EntitySearchEntitySearchPostOK struct + func (s *EntitySearchEntitySearchPostOK) Decode(d *jx.Decoder) error + func (s *EntitySearchEntitySearchPostOK) Encode(e *jx.Encoder) + func (s *EntitySearchEntitySearchPostOK) MarshalJSON() ([]byte, error) + func (s *EntitySearchEntitySearchPostOK) UnmarshalJSON(data []byte) error + type EntitySearchEntitySearchPostRes interface + type ErrorHandler = ogenerrors.ErrorHandler + type ExportFlags string + const ExportFlagsMATCHED + const ExportFlagsPOSSIBLEMATCHES + const ExportFlagsPOSSIBLERELATIONSHIPS + func (s *ExportFlags) UnmarshalText(data []byte) error + func (s ExportFlags) MarshalText() ([]byte, error) + func (s ExportFlags) Validate() error + type HTTPValidationError struct + Detail []ValidationError + func (s *HTTPValidationError) Decode(d *jx.Decoder) error + func (s *HTTPValidationError) Encode(e *jx.Encoder) + func (s *HTTPValidationError) GetDetail() []ValidationError + func (s *HTTPValidationError) MarshalJSON() ([]byte, error) + func (s *HTTPValidationError) SetDetail(val []ValidationError) + func (s *HTTPValidationError) UnmarshalJSON(data []byte) error + func (s *HTTPValidationError) Validate() error + type Handler interface + EntityDetailsEntityDetailsGet func(ctx context.Context, params EntityDetailsEntityDetailsGetParams) (EntityDetailsEntityDetailsGetRes, error) + EntityHowEntityHowGet func(ctx context.Context, params EntityHowEntityHowGetParams) (EntityHowEntityHowGetRes, error) + EntityReportEntityReportGet func(ctx context.Context, params EntityReportEntityReportGetParams) (EntityReportEntityReportGetRes, error) + EntitySearchEntitySearchPost func(ctx context.Context, req *SearchAttributes) (EntitySearchEntitySearchPostRes, error) + type Middleware = middleware.Middleware + type OptString struct + Set bool + Value string + func NewOptString(v string) OptString + func (o *OptString) Decode(d *jx.Decoder) error + func (o *OptString) Reset() + func (o *OptString) SetTo(v string) + func (o OptString) Encode(e *jx.Encoder) + func (o OptString) Get() (v string, ok bool) + func (o OptString) IsSet() bool + func (o OptString) Or(d string) string + func (s *OptString) UnmarshalJSON(data []byte) error + func (s OptString) MarshalJSON() ([]byte, error) + type Option interface + func WithMeterProvider(provider metric.MeterProvider) Option + func WithTracerProvider(provider trace.TracerProvider) Option + type Route struct + func (r Route) Args() []string + func (r Route) Name() string + func (r Route) OperationID() string + func (r Route) PathPattern() string + type SearchAttributes struct + ADDRCITY OptString + ADDRCOUNTRY OptString + ADDRFULL OptString + ADDRLINE1 OptString + ADDRPOSTALCODE OptString + ADDRSTATE OptString + DATEOFBIRTH OptString + DRIVERSLICENSENUMBER OptString + EMAILADDRESS OptString + NAMEFIRST OptString + NAMEFULL OptString + NAMELAST OptString + NAMEMIDDLE OptString + NAMEORG OptString + NAMESUFFIX OptString + NATIONALIDNUMBER OptString + PASSPORTCOUNTRY OptString + PASSPORTNUMBER OptString + PHONENUMBER OptString + SSNNUMBER OptString + func (s *SearchAttributes) Decode(d *jx.Decoder) error + func (s *SearchAttributes) Encode(e *jx.Encoder) + func (s *SearchAttributes) GetADDRCITY() OptString + func (s *SearchAttributes) GetADDRCOUNTRY() OptString + func (s *SearchAttributes) GetADDRFULL() OptString + func (s *SearchAttributes) GetADDRLINE1() OptString + func (s *SearchAttributes) GetADDRPOSTALCODE() OptString + func (s *SearchAttributes) GetADDRSTATE() OptString + func (s *SearchAttributes) GetDATEOFBIRTH() OptString + func (s *SearchAttributes) GetDRIVERSLICENSENUMBER() OptString + func (s *SearchAttributes) GetEMAILADDRESS() OptString + func (s *SearchAttributes) GetNAMEFIRST() OptString + func (s *SearchAttributes) GetNAMEFULL() OptString + func (s *SearchAttributes) GetNAMELAST() OptString + func (s *SearchAttributes) GetNAMEMIDDLE() OptString + func (s *SearchAttributes) GetNAMEORG() OptString + func (s *SearchAttributes) GetNAMESUFFIX() OptString + func (s *SearchAttributes) GetNATIONALIDNUMBER() OptString + func (s *SearchAttributes) GetPASSPORTCOUNTRY() OptString + func (s *SearchAttributes) GetPASSPORTNUMBER() OptString + func (s *SearchAttributes) GetPHONENUMBER() OptString + func (s *SearchAttributes) GetSSNNUMBER() OptString + func (s *SearchAttributes) MarshalJSON() ([]byte, error) + func (s *SearchAttributes) SetADDRCITY(val OptString) + func (s *SearchAttributes) SetADDRCOUNTRY(val OptString) + func (s *SearchAttributes) SetADDRFULL(val OptString) + func (s *SearchAttributes) SetADDRLINE1(val OptString) + func (s *SearchAttributes) SetADDRPOSTALCODE(val OptString) + func (s *SearchAttributes) SetADDRSTATE(val OptString) + func (s *SearchAttributes) SetDATEOFBIRTH(val OptString) + func (s *SearchAttributes) SetDRIVERSLICENSENUMBER(val OptString) + func (s *SearchAttributes) SetEMAILADDRESS(val OptString) + func (s *SearchAttributes) SetNAMEFIRST(val OptString) + func (s *SearchAttributes) SetNAMEFULL(val OptString) + func (s *SearchAttributes) SetNAMELAST(val OptString) + func (s *SearchAttributes) SetNAMEMIDDLE(val OptString) + func (s *SearchAttributes) SetNAMEORG(val OptString) + func (s *SearchAttributes) SetNAMESUFFIX(val OptString) + func (s *SearchAttributes) SetNATIONALIDNUMBER(val OptString) + func (s *SearchAttributes) SetPASSPORTCOUNTRY(val OptString) + func (s *SearchAttributes) SetPASSPORTNUMBER(val OptString) + func (s *SearchAttributes) SetPHONENUMBER(val OptString) + func (s *SearchAttributes) SetSSNNUMBER(val OptString) + func (s *SearchAttributes) UnmarshalJSON(data []byte) error + type Server struct + func NewServer(h Handler, opts ...ServerOption) (*Server, error) + func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool) + func (s *Server) FindRoute(method, path string) (Route, bool) + func (s *Server) ServeHTTP(w http.ResponseWriter, r *http.Request) + type ServerOption interface + func WithErrorHandler(h ErrorHandler) ServerOption + func WithMaxMultipartMemory(max int64) ServerOption + func WithMethodNotAllowed(methodNotAllowed func(w http.ResponseWriter, r *http.Request, allowed string)) ServerOption + func WithMiddleware(m ...Middleware) ServerOption + func WithNotFound(notFound http.HandlerFunc) ServerOption + func WithPathPrefix(prefix string) ServerOption + type UnimplementedHandler struct + func (UnimplementedHandler) EntityDetailsEntityDetailsGet(ctx context.Context, params EntityDetailsEntityDetailsGetParams) (r EntityDetailsEntityDetailsGetRes, _ error) + func (UnimplementedHandler) EntityHowEntityHowGet(ctx context.Context, params EntityHowEntityHowGetParams) (r EntityHowEntityHowGetRes, _ error) + func (UnimplementedHandler) EntityReportEntityReportGet(ctx context.Context, params EntityReportEntityReportGetParams) (r EntityReportEntityReportGetRes, _ error) + func (UnimplementedHandler) EntitySearchEntitySearchPost(ctx context.Context, req *SearchAttributes) (r EntitySearchEntitySearchPostRes, _ error) + type ValidationError struct + Loc []ValidationErrorLocItem + Msg string + Type string + func (s *ValidationError) Decode(d *jx.Decoder) error + func (s *ValidationError) Encode(e *jx.Encoder) + func (s *ValidationError) GetLoc() []ValidationErrorLocItem + func (s *ValidationError) GetMsg() string + func (s *ValidationError) GetType() string + func (s *ValidationError) MarshalJSON() ([]byte, error) + func (s *ValidationError) SetLoc(val []ValidationErrorLocItem) + func (s *ValidationError) SetMsg(val string) + func (s *ValidationError) SetType(val string) + func (s *ValidationError) UnmarshalJSON(data []byte) error + func (s *ValidationError) Validate() error + type ValidationErrorLocItem struct + Int int + String string + Type ValidationErrorLocItemType + func NewIntValidationErrorLocItem(v int) ValidationErrorLocItem + func NewStringValidationErrorLocItem(v string) ValidationErrorLocItem + func (s *ValidationErrorLocItem) Decode(d *jx.Decoder) error + func (s *ValidationErrorLocItem) SetInt(v int) + func (s *ValidationErrorLocItem) SetString(v string) + func (s *ValidationErrorLocItem) UnmarshalJSON(data []byte) error + func (s ValidationErrorLocItem) Encode(e *jx.Encoder) + func (s ValidationErrorLocItem) GetInt() (v int, ok bool) + func (s ValidationErrorLocItem) GetString() (v string, ok bool) + func (s ValidationErrorLocItem) IsInt() bool + func (s ValidationErrorLocItem) IsString() bool + func (s ValidationErrorLocItem) MarshalJSON() ([]byte, error) + type ValidationErrorLocItemType string + const IntValidationErrorLocItem + const StringValidationErrorLocItem