Documentation ¶
Index ¶
- Constants
- type IndexMeta
- func (i *IndexMeta) Apply(_ context.Context, stateContext iface.IStateContext, ...) *pb.TransactionResponse
- func (i *IndexMeta) FamilyName() string
- func (i *IndexMeta) FamilyVersion() string
- func (i *IndexMeta) IndexObject(_ []byte) interface{}
- func (i *IndexMeta) Iterate(_ context.Context, _ iface.IStateContext, _ *pb.IterateInput) (interface{}, error)
- func (i *IndexMeta) Retrieve(_ context.Context, readOnlyStateContext iface.IStateContext, ...) (interface{}, error)
- func (i *IndexMeta) Search(_ context.Context, _ iface.IStateContext, _ *pb.SearchInput) (interface{}, error)
Constants ¶
View Source
const Name = "IndexMeta"
View Source
const Version = "1.0"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IndexMeta ¶
type IndexMeta struct { }
func (*IndexMeta) Apply ¶
func (i *IndexMeta) Apply(_ context.Context, stateContext iface.IStateContext, transaction *pb.Transaction) *pb.TransactionResponse
func (*IndexMeta) FamilyName ¶
func (*IndexMeta) FamilyVersion ¶
func (*IndexMeta) IndexObject ¶
func (*IndexMeta) Iterate ¶
func (i *IndexMeta) Iterate(_ context.Context, _ iface.IStateContext, _ *pb.IterateInput) (interface{}, error)
func (*IndexMeta) Retrieve ¶
func (i *IndexMeta) Retrieve(_ context.Context, readOnlyStateContext iface.IStateContext, retrieveInput *pb.RetrieveInput) (interface{}, error)
func (*IndexMeta) Search ¶
func (i *IndexMeta) Search(_ context.Context, _ iface.IStateContext, _ *pb.SearchInput) (interface{}, error)
Click to show internal directories.
Click to hide internal directories.