Documentation ¶ Index ¶ type Factory func (f *Factory) IsProducingLeaderModules() bool func (f *Factory) Name() string func (f *Factory) New(config *modagent.Config) (modagent.Module, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Factory ¶ type Factory struct { APIServerConn grpc.ClientConnInterface } func (*Factory) IsProducingLeaderModules ¶ func (f *Factory) IsProducingLeaderModules() bool func (*Factory) Name ¶ func (f *Factory) Name() string func (*Factory) New ¶ func (f *Factory) New(config *modagent.Config) (modagent.Module, error) Source Files ¶ View all Source files factory.go module.go Click to show internal directories. Click to hide internal directories.