Versions in this module Expand all Collapse all v0 v0.1.0 Aug 16, 2026 Changes in this version + const DefaultBaseURL + const DefaultUserAgent + const UserAgentEnv + type Client struct + func New(httpClient *http.Client, opts ...Option) *Client + func (c *Client) SearchRedNotices(ctx context.Context, q Query) (SearchResult, error) + type Notice struct + Forename string + Name string + type Option func(*Client) + func WithBaseURL(baseURL string) Option + func WithUserAgent(userAgent string) Option + type Query struct + Forename string + ResultsPerPage int + Surname string + type SearchResult struct + Notices []Notice + Total int