Documentation ¶
Index ¶
- type Client
- func (c *Client) DeleteProfile(ctx context.Context, createdAt time.Time) error
- func (c *Client) DeleteProfiles(ctx context.Context, startedAt, endedAt time.Time) error
- func (c *Client) GetProfile(ctx context.Context, createdAt time.Time) ([]byte, error)
- func (c *Client) GetProfiles(ctx context.Context, startedAt, endedAt time.Time) ([][]byte, error)
- func (c *Client) SaveProfile(ctx context.Context, createdAt time.Time, profile []byte) error
- type Config
- type Metadata
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) DeleteProfile ¶
func (*Client) DeleteProfiles ¶
func (*Client) GetProfile ¶
func (*Client) GetProfiles ¶
Click to show internal directories.
Click to hide internal directories.