Skip to content

Send generic provider requests using the outbox pattern - #220

Open
toddkazakov wants to merge 1 commit into
masterfrom
tk-generic-provider-invites
Open

Send generic provider requests using the outbox pattern#220
toddkazakov wants to merge 1 commit into
masterfrom
tk-generic-provider-invites

Conversation

@toddkazakov

Copy link
Copy Markdown
Contributor

No description provided.

Comment thread api/patients.go
request := patients.ConnectionRequest{
ProviderName: provider,
CreatedTime: time.Now(),
ProviderName: provider,

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI - I consider ProviderType and ProviderName a required pair. Yes, we only have one ProviderType currently, 'oauth', but that may change in the future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants