Documentation ¶
Index ¶
Constants ¶
View Source
const ( CartStatusActive = "ACTIVE" CartStatusDropped = "DROPPED" CartStatusOrdered = "ORDERED" )
View Source
const ( PaymentMethodInStoreCash = "IN_STORE_CASH" PaymentMethodInStoreCreditCard = "IN_STORE_CREDIT_CARD" PaymentMethodInStoreDebitCard = "IN_STORE_DEBIT_CARD" PaymentMethodValeCreditCard = "VALE_CREDIT_CARD" PaymentMethodValeDebitCard = "VALE_DEBIT_CARD" )
View Source
const ( PlatformAdmin = "platform_admin" PlatformUser = "platform_user" StoreOwner = "store_owner" StoreCashier = "store_cashier" StoreWorker = "store_worker" StoreManager = "store_manager" Client = "client" PremiumClient = "premium_client" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ElasticQueryType ¶ added in v0.7.0
type ElasticQueryType string
const ( ElasticQueryTypeMatch ElasticQueryType = "match" ElasticQueryTypeTerm ElasticQueryType = "term" ElasticQueryTypeTerms ElasticQueryType = "terms" ElasticQueryTypeRange ElasticQueryType = "range" ElasticQueryTypeExists ElasticQueryType = "exists" ElasticQueryTypePrefix ElasticQueryType = "prefix" ElasticQueryTypeWildcard ElasticQueryType = "wildcard" )
type SaleStatus ¶ added in v0.4.2
type SaleStatus string
const ( Finalized SaleStatus = "Finalized" Reimbursed SaleStatus = "Reimbursed" )
Click to show internal directories.
Click to hide internal directories.