andrew-waters/gomo

View on GitHub
entities/types.go

Summary

Maintainability
A
0 mins
Test Coverage
package entities

const (
    brandType            = "brand"
    categoryType         = "category"
    collectionType       = "collection"
    currencyType         = "currency"
    fileType             = "file"
    flowType             = "flow"
    fieldType            = "field"
    gatewayType          = "gateway"
    integrationType      = "integration"
    productType          = "product"
    settingsType         = "settings"
    stockTransactionType = "stock-transaction"
)