Skip to content

story(gRPC): event store constructor#59

Open
erictg wants to merge 16 commits intomainfrom
story/gRPC/issue-54-constructor-event-store
Open

story(gRPC): event store constructor#59
erictg wants to merge 16 commits intomainfrom
story/gRPC/issue-54-constructor-event-store

Conversation

@erictg
Copy link
Copy Markdown
Member

@erictg erictg commented Nov 14, 2022

Closes #54

Do pr #52 first

@erictg erictg requested a review from Zaba505 November 14, 2022 14:31
@erictg erictg added grpc gRPC API related eventstore Event Store related enhancement New feature or request labels Nov 14, 2022
import "github.com/z5labs/evrys/eventstore"

// EventStore combines single method interfaces from eventstore into one interface
type EventStore interface {
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I think making a new file just for this is overkill

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

This file can be used for other interfaces. I like organizing interfaces in one place

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

Labels

enhancement New feature or request eventstore Event Store related grpc gRPC API related

Projects

None yet

Development

Successfully merging this pull request may close these issues.

story(grpc): support constructor config for event store implementation

2 participants