Documentation ¶ Index ¶ Variables type Client func New(cacher cache.Cache, httpClient *http.Client) *Client func (c *Client) OpenidUserinfo(ctx context.Context, matrixServer, accessToken string) (*openidUserinfo, error) Constants ¶ This section is empty. Variables ¶ View Source var ( ErrNotFound = errors.New("not found") ErrNotOKStatus = errors.New("got non 200 status response") ErrHomeServerNotFound = errors.New("home server not found") ) Functions ¶ This section is empty. Types ¶ type Client ¶ type Client struct { // contains filtered or unexported fields } func New ¶ func New(cacher cache.Cache, httpClient *http.Client) *Client func (*Client) OpenidUserinfo ¶ func (c *Client) OpenidUserinfo(ctx context.Context, matrixServer, accessToken string) (*openidUserinfo, error) Source Files ¶ View all Source files client.go const.go error.go fetch.go home_server.go logger.go openid_userinfo.go util.go Click to show internal directories. Click to hide internal directories.