chore(all): remove unexported interfaces
This commit is contained in:
@@ -14,8 +14,8 @@ import (
|
||||
)
|
||||
|
||||
type Loop struct {
|
||||
statusManager statusManager
|
||||
state StateManager
|
||||
statusManager *loopstate.State
|
||||
state *state.State
|
||||
providers Providers
|
||||
storage Storage
|
||||
// Fixed parameters
|
||||
|
||||
Reference in New Issue
Block a user