Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Roles = []Role{ServiceProvider, Merchant, Consumer}
View Source
var StateMachine = map[Role]nextFunc{
Consumer: nextConsumer,
Merchant: nextMerchant,
ServiceProvider: nextServiceProvider,
}
Functions ¶
This section is empty.
Types ¶
Source Files ¶
Click to show internal directories.
Click to hide internal directories.