letsencrypt / letsencrypt/boulder
Move `PolicyAuthority` interface out of core
Open
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 5.8k
- Forks
- 649
- Avg merge
- 3d 23h
- Merged PRs (30d)
- 24
Description
It is the last remaining interface in //core/interfaces.go; there's no need to keep that file around or to keep the interface in that package any longer.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating PolicyAuthority in core/interfaces.go and searching the repository for its references to understand which package should own it. The work is done when the interface is no longer in core/interfaces.go, that file is no longer needed, and the project continues to build and test successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- backend
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100