Documentation
¶
Index ¶
- func NewSchemaRepo(t GetSchemaInfo) schema.ReadRepo
- type GetSchemaInfo
- type MsgThingRepo
- func (m MsgThingRepo) GetReq(ctx context.Context, msgThingType string, device devices.Core, ...) (*msgThing.Req, error)
- func (m MsgThingRepo) GetResp(ctx context.Context, msgThingType string, device devices.Core, ...) (*msgThing.Resp, error)
- func (m MsgThingRepo) SetReq(ctx context.Context, msgThingType string, device devices.Core, ...) error
- func (m MsgThingRepo) SetResp(ctx context.Context, msgThingType string, device devices.Core, ...) error
- type SchemaRepo
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewSchemaRepo ¶
func NewSchemaRepo(t GetSchemaInfo) schema.ReadRepo
Types ¶
type GetSchemaInfo ¶
type MsgThingRepo ¶ added in v0.4.1
type MsgThingRepo struct {
// contains filtered or unexported fields
}
func NewMsgThingRepo ¶ added in v0.4.1
func NewMsgThingRepo(store kv.Store) *MsgThingRepo
type SchemaRepo ¶
type SchemaRepo struct {
// contains filtered or unexported fields
}
func (SchemaRepo) ClearCache ¶
func (t SchemaRepo) ClearCache(ctx context.Context, productID string) error
func (SchemaRepo) GetSchemaInfo ¶
func (SchemaRepo) GetSchemaModel ¶
Click to show internal directories.
Click to hide internal directories.