Documentation
¶
Index ¶
Constants ¶
View Source
const ( // ServiceName .. ServiceName = "onboarding" // TopicVersion ... TopicVersion = "v1" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Infrastructure ¶
type Infrastructure struct { Database database.Repository Engagement engagement.ServiceEngagement Pubsub pubsubmessaging.ServicePubSub }
Infrastructure is an implementation of the infrastructure interface It combines each individual service implementation
func NewInfrastructureInteractor ¶
func NewInfrastructureInteractor() Infrastructure
NewInfrastructureInteractor initializes a new infrastructure interactor
Click to show internal directories.
Click to hide internal directories.