Documentation ¶
Index ¶
- func NewQuerier(k Keeper) sdk.Querier
- type Keeper
- func (k Keeper) Create(ctx sdk.Context, msg *types.MsgCreate) (*servicepb.Service, error)
- func (k Keeper) Exists(ctx sdk.Context, hash hash.Hash) (bool, error)
- func (k Keeper) Get(ctx sdk.Context, hash hash.Hash) (*servicepb.Service, error)
- func (k *Keeper) Import(ctx sdk.Context, services []*servicepb.Service) error
- func (k Keeper) List(ctx sdk.Context) ([]*servicepb.Service, 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 service clients.
Types ¶
type Keeper ¶
type Keeper struct {
// contains filtered or unexported fields
}
Keeper of the service store
func (Keeper) Exists ¶
Exists returns true if a specific set of data exists in the database, false otherwise
Click to show internal directories.
Click to hide internal directories.