Skip to content
This repository has been archived by the owner on Oct 12, 2020. It is now read-only.

Unit test gql cache functions #33

Open
1 of 6 tasks
Ullaakut opened this issue Jul 7, 2019 · 0 comments
Open
1 of 6 tasks

Unit test gql cache functions #33

Ullaakut opened this issue Jul 7, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request
Projects
Milestone

Comments

@Ullaakut
Copy link
Owner

Ullaakut commented Jul 7, 2019

  • getCache(ctx *context.Context, req *http.Request, pagination string) (*http.Response, error)
  • readCachedResponse(filename string, req *http.Request) (*http.Response, error)
  • putCache(ctx *context.Context, req *http.Request, pagination string, body []byte) error
  • cacheEntryFilename(ctx *context.Context, url string) string
  • listFilePagination(cursor string) string
  • contribFilePagination(cursor string, year int) string
@Ullaakut Ullaakut added the enhancement New feature or request label Jul 7, 2019
@Ullaakut Ullaakut added this to the v1.1 milestone Jul 7, 2019
@Ullaakut Ullaakut self-assigned this Jul 7, 2019
@Ullaakut Ullaakut added this to To do in v1.1 via automation Jul 7, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
v1.1
  
To do
Development

No branches or pull requests

1 participant