Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Consumer ¶
type Consumer struct { ID string Type ConsumerType }
type ConsumerType ¶
type ConsumerType string
const ( RuntimeConsumer ConsumerType = "Runtime" ApplicationConsumer ConsumerType = "Application" IntegrationSystemConsumer ConsumerType = "Integration System" UserConsumer ConsumerType = "Static User" )
Click to show internal directories.
Click to hide internal directories.