Versions in this module Expand all Collapse all v0 v0.1.0 Oct 6, 2025 Changes in this version + func BuildTumKutukBody(r QueryRequest) string + type Client struct + HTTPClient *http.Client + Password string + Username string + func New(username, password string, httpClient *http.Client) *Client + func (c *Client) DoQuery(ctx context.Context, req QueryRequest) (Result, error) + type Person string + const PersonEmpty + const PersonMavi + const PersonTC + const PersonYab + type QueryRequest struct + BirthDay string + BirthMonth string + BirthYear string + FirstName string + LastName string + TCNo string + type Result struct + Aciklama string + Code int + Extra map[string]string + Person Person + Raw string + Status bool + func ParseTumKutukResponse(respXML string) (Result, error)