Documentation ¶
Index ¶
- Variables
- type Client
- func (c Client) Do(req *http.Request) (*http.Response, error)
- func (c *Client[C]) Include(ctx context.Context, app apfel.MixinApp[C]) error
- func (c Client) ResolveURL(ctx context.Context, url string) (string, error)
- func (c *Client[C]) Standalone(ctx context.Context, clock syncf.Clock, refreshEvery time.Duration) error
- func (c Client) String() string
- type Config
- type Context
- type Interface
Constants ¶
This section is empty.
Variables ¶
View Source
var URL = "https://redditsave.com"
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client[C Context] struct { // contains filtered or unexported fields }
func (Client) ResolveURL ¶
func (*Client[C]) Standalone ¶
Click to show internal directories.
Click to hide internal directories.