From 8350daf505b837984397679f07ccc2324b4d2451 Mon Sep 17 00:00:00 2001 From: Joe Chen Date: Wed, 8 Feb 2023 13:55:54 +0800 Subject: refactor(db): merge relation stores into entity stores (#7341) --- internal/db/public_keys.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'internal/db/public_keys.go') diff --git a/internal/db/public_keys.go b/internal/db/public_keys.go index d2f8307d..71b0ed99 100644 --- a/internal/db/public_keys.go +++ b/internal/db/public_keys.go @@ -16,8 +16,6 @@ import ( ) // PublicKeysStore is the persistent interface for public keys. -// -// NOTE: All methods are sorted in alphabetical order. type PublicKeysStore interface { // RewriteAuthorizedKeys rewrites the "authorized_keys" file under the SSH root // path with all public keys stored in the database. -- cgit v1.2.3