Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNilParams = fmt.Errorf("shuttle message had nil params")
Functions ¶
This section is empty.
Types ¶
type IManager ¶
type IManager interface { Connect(c echo.Context, handle string, done chan struct{}) error SendRPCMessage(ctx context.Context, handle string, cmd *rpcevent.Command) error GetTransferStatus(dealID uint) (*filclient.ChannelState, error) }
func NewEstuaryRpcManager ¶
func NewEstuaryRpcManager(ctx context.Context, db *gorm.DB, cfg *config.Estuary, log *zap.SugaredLogger, sanitycheckMgr sanitycheck.IManager, cntQueueMgr contentqueue.IQueueManager) (IManager, error)
Click to show internal directories.
Click to hide internal directories.