internal/restore.go
Showing 2 of 2 total issues
exported function RegisterRestoreCommand should have comment or be unexported Open
Open
func RegisterRestoreCommand(app *kingpin.Application, log logr.Logger, action restoreAction) *restoreCommand {
- Exclude checks
exported func RegisterRestoreCommand returns unexported type *internal.restoreCommand, which can be annoying to use Open
Open
func RegisterRestoreCommand(app *kingpin.Application, log logr.Logger, action restoreAction) *restoreCommand {
- Exclude checks