Documentation ¶ Index ¶ func NewAdmin[T any](c *Client) *record.Service[T] func NewCollection[T any](c *Client, collection string) *record.Service[T] type Client func New(endpoint string) *Client func (c *Client) Health() *health.Service func (c *Client) SetAuthStore(r *record.Service[record.UserBase]) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewAdmin ¶ added in v0.0.3 func NewAdmin[T any](c *Client) *record.Service[T] func NewCollection ¶ func NewCollection[T any](c *Client, collection string) *record.Service[T] Types ¶ type Client ¶ type Client struct { Endpoint string // contains filtered or unexported fields } func New ¶ func New(endpoint string) *Client func (*Client) Health ¶ func (c *Client) Health() *health.Service func (*Client) SetAuthStore ¶ added in v0.0.3 func (c *Client) SetAuthStore(r *record.Service[record.UserBase]) Source Files ¶ View all Source files client.go Directories ¶ Show internal Expand all Path Synopsis services base crud health record Click to show internal directories. Click to hide internal directories.