Documentation ¶
Index ¶
- type Keeper
- func (_m *Keeper) AddNewJob(ctx types.Context, job *schedulertypes.Job) error
- func (_m *Keeper) GetAccount(ctx types.Context, addr types.AccAddress) authtypes.AccountI
- func (_m *Keeper) GetJob(ctx types.Context, jobID string) (*schedulertypes.Job, error)
- func (_m *Keeper) Logger(ctx types.Context) log.Logger
- func (_m *Keeper) PreJobExecution(ctx types.Context, job *schedulertypes.Job) error
- func (_m *Keeper) ScheduleNow(ctx types.Context, jobID string, in []byte, senderAddress types.AccAddress, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Keeper ¶ added in v1.4.0
Keeper is an autogenerated mock type for the Keeper type
func NewKeeper ¶ added in v1.4.0
NewKeeper creates a new instance of Keeper. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*Keeper) AddNewJob ¶ added in v1.4.0
AddNewJob provides a mock function with given fields: ctx, job
func (*Keeper) GetAccount ¶ added in v1.4.0
GetAccount provides a mock function with given fields: ctx, addr
func (*Keeper) GetJob ¶ added in v1.4.0
GetJob provides a mock function with given fields: ctx, jobID
func (*Keeper) PreJobExecution ¶ added in v1.4.0
PreJobExecution provides a mock function with given fields: ctx, job
func (*Keeper) ScheduleNow ¶ added in v1.4.0
func (_m *Keeper) ScheduleNow(ctx types.Context, jobID string, in []byte, senderAddress types.AccAddress, contractAddress types.AccAddress) error
ScheduleNow provides a mock function with given fields: ctx, jobID, in, senderAddress, contractAddress
Click to show internal directories.
Click to hide internal directories.