Versions in this module Expand all Collapse all v0 v0.1.0 Jun 15, 2026 Changes in this version + const BaseURL + const DefaultUserAgent + const Host + type Client struct + HTTP *http.Client + Rate time.Duration + Retries int + UserAgent string + func NewClient() *Client + func (c *Client) Get(ctx context.Context, rawURL string) ([]byte, error) + func (c *Client) GetPrediction(ctx context.Context, uniprotAccession string) ([]*Prediction, error) + type Domain struct + func (Domain) Classify(input string) (uriType, id string, err error) + func (Domain) Info() kit.DomainInfo + func (Domain) Locate(uriType, id string) (string, error) + func (Domain) Register(app *kit.App) + type Prediction struct + Description string + Gene string + GlobalScore float64 + ID string + IsReviewed bool + ModelDate string + Organism string + PdbURL string + SequenceLen int + TaxID int + UniProtID string + Version int