Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
Manager can save and load a connector's internal state into a remote storage
func NewManager ¶
func NewManager(repo Repo, logger logrus.FieldLogger) (*Manager, error)
NewManager for Connector State
func (*Manager) GetInitialState ¶
func (m *Manager) GetInitialState() json.RawMessage
GetInitialState is only supposed to be used during initialization of the connector.
Click to show internal directories.
Click to hide internal directories.