airshipctl/pkg/bootstrap/isogen
Kostiantyn Kalynovskyi ac6e8d1194 Remove not needed context pointers in container interface
Container interface is being extended right now, because we
build new things on top of it, such as bootstrap containers.

Current version of it, was delivered as MVP and is used only
in ISOGEN. During MVP stage we didn't bother too much about
the pointers and readability. However now when we built something
new on top of it, we want to make sure that it we dont make
matters worse, and building on solid foundation.

The pointers are not needed in any way, and they are dereferenced
on top of that, context.Context is an interface, and there is
very limited theoretical use of pointers to interfaces.

Change-Id: Iee1eeb89f058aa8e994cba685b49085707362ee1
2020-10-27 17:28:25 -05:00
..
testdata Simplify ShowProgress unit test 2020-10-21 17:34:13 -05:00
command_test.go Simplify ShowProgress unit test 2020-10-21 17:34:13 -05:00
command.go Run image build command like a phase 2020-10-13 17:48:55 -05:00
errors.go Fix unit test for showProgress function 2020-10-02 01:52:59 -05:00
executor_test.go Add timestamp for events 2020-10-19 18:04:57 +04:00
executor.go Remove not needed context pointers in container interface 2020-10-27 17:28:25 -05:00
mock_document_test.go Move bootstrapInfo config section to manifests 2020-08-31 16:54:46 +03:00