Documentation
¶
Index ¶
- func NewQuerier(k Keeper) sdk.Querier
- type Keeper
- func (k Keeper) Create(ctx sdk.Context, msg *types.MsgCreateProcess) (*processpb.Process, error)
- func (k Keeper) Delete(ctx sdk.Context, msg *types.MsgDeleteProcess) error
- func (k Keeper) Get(ctx sdk.Context, hash hash.Hash) (*processpb.Process, error)
- func (k Keeper) List(ctx sdk.Context) ([]*processpb.Process, error)
- func (k Keeper) Logger(ctx sdk.Context) log.Logger
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewQuerier ¶
NewQuerier creates a new querier for instance clients.
Types ¶
type Keeper ¶
type Keeper struct {
// contains filtered or unexported fields
}
Keeper of the process store
func NewKeeper ¶
func NewKeeper(cdc *codec.Codec, key sdk.StoreKey, instanceKeeper types.InstanceKeeper, ownershipKeeper types.OwnershipKeeper) Keeper
NewKeeper creates a process keeper
Click to show internal directories.
Click to hide internal directories.