letsencrypt / letsencrypt/boulder

Move `PolicyAuthority` interface out of core

Open
#5,891 0 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.