mesg-foundation/core

View on GitHub
x/instance/internal/types/events.go

Summary

Maintainability
A
0 mins
Test Coverage
package types

// module event types and attributes
const (
    EventType = "instance"

    AttributeKeyHash    = "hash"
    AttributeKeyService = "service"

    AttributeActionCreated = "created"
)