airshipctl/pkg/config
Alexander Hughes 07159cc7f4 [#58] Update receivers for golint
This patch addresses golint failures such as:
pkg/config/repo.go:35:1: receiver name r should be consistent with
previous receiver name c for RepoCheckout
pkg/config/repo.go:76:1: receiver name r should be consistent with
previous receiver name auth for RepoAuth
pkg/config/repo.go:127:1: receiver name r should be consistent with
previous receiver name repo for Repository
pkg/config/repo.go:135:1: receiver name spec should be consistent with
previous receiver name repo for Repository

Relates-To: #58

Change-Id: I5f7eec779ee6438cb290a9f82febef74a7ea8123
Signed-off-by: Alexander Hughes <Alexander.Hughes@pm.me>
2020-03-02 18:20:08 +00:00
..
testdata [#13] Add document pull command 2020-02-12 11:01:11 -06:00
cmds_test.go [#58] Make structs golint compliant 2020-02-28 22:00:39 +00:00
cmds.go [#56] Add use-context subcommand 2020-02-26 10:35:13 -06:00
config_test.go [#50] Clean up temp files from unit tests 2020-02-20 11:48:11 -06:00
config.go [#58] Make structs golint compliant 2020-02-28 22:00:39 +00:00
constants.go [#58] Make constants golint compliant 2020-03-02 15:05:34 +00:00
errors.go Merge "Enhance the ErrWrongConfig error" 2020-02-26 18:35:08 +00:00
options_test.go [#42] Refactor flag operations to be uniform 2020-02-20 11:25:41 -06:00
options.go [#57] - Added --current flag to set-context 2020-02-24 19:02:20 +00:00
repo_test.go Add implementation of document/repo interface 2020-02-10 20:06:14 +00:00
repo.go [#58] Update receivers for golint 2020-03-02 18:20:08 +00:00
test_utils.go [#58] Make constants golint compliant 2020-03-02 15:05:34 +00:00
types.go [#58] Make structs golint compliant 2020-02-28 22:00:39 +00:00
utils.go [#58] Make constants golint compliant 2020-03-02 15:05:34 +00:00