distribution/registry/auth/token
Milos Gajdos d8ff41a344
cleanup: move init funcs to the top of the source
We make sure they're not hiding at the bottom or in the middle
which makes debugging an utter nightmare!

Signed-off-by: Milos Gajdos <milosthegajdos@gmail.com>
2023-11-28 06:50:48 +00:00
..
accesscontroller.go cleanup: move init funcs to the top of the source 2023-11-28 06:50:48 +00:00
fuzz_test.go feat(linter): enable errcheck linter in golangci-lint 2023-11-18 07:19:24 +00:00
stringset.go Move auth package under registry package 2015-02-10 17:34:04 -08:00
token.go feat: replace docker/libtrust with go-jose/go-jose 2023-10-19 15:32:59 +01:00
token_test.go reg/auth: remove contexts from Authorized method 2023-10-27 10:58:37 -04:00
types.go refactor: rename WeakStringList to AudienceList 2022-10-21 11:11:50 +02:00
types_test.go registry/auth/token: fix the surrounding loop is unconditionally terminate 2023-05-09 16:04:17 +02:00
util.go feat: replace docker/libtrust with go-jose/go-jose 2023-10-19 15:32:59 +01:00