Documentation ¶
Index ¶
- Constants
- Variables
- type Module
- func (m *Module) AutoMigrate() error
- func (m *Module) ExtractEventStatements(ctx context.Context, block *tmctypes.ResultBlock, txHash common.Hash, ...) (map[string][]interface{}, error)
- func (m *Module) HandleEvent(ctx context.Context, block *tmctypes.ResultBlock, _ common.Hash, ...) error
- func (m *Module) Name() string
- func (m *Module) PrepareTables() error
Constants ¶
View Source
const (
ModuleName = "group"
)
Variables ¶
View Source
var ( EventCreateGroup = proto.MessageName(&storagetypes.EventCreateGroup{}) EventDeleteGroup = proto.MessageName(&storagetypes.EventDeleteGroup{}) EventLeaveGroup = proto.MessageName(&storagetypes.EventLeaveGroup{}) EventUpdateGroupMember = proto.MessageName(&storagetypes.EventUpdateGroupMember{}) EventRenewGroupMember = proto.MessageName(&storagetypes.EventRenewGroupMember{}) )
View Source
var GroupEvents = map[string]bool{ EventCreateGroup: true, EventDeleteGroup: true, EventLeaveGroup: true, EventUpdateGroupMember: true, EventRenewGroupMember: true, }
Functions ¶
This section is empty.
Types ¶
type Module ¶
type Module struct {
// contains filtered or unexported fields
}
Module represents the telemetry module
func (*Module) ExtractEventStatements ¶
func (*Module) HandleEvent ¶
Click to show internal directories.
Click to hide internal directories.