Skip to content

Commit

Permalink
Revert "fakestorage: remove unused type"
Browse files Browse the repository at this point in the history
This reverts commit 5e84fc8.
  • Loading branch information
fsouza committed Oct 16, 2024
1 parent c6fd734 commit 3b3d059
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fakestorage/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ func NewServerWithHostPort(objects []Object, host string, port uint16) (*Server,

type EventManagerOptions = notification.EventManagerOptions

type EventNotificationOptions = notification.EventNotificationOptions

// Options are used to configure the server on creation.
type Options struct {
InitialObjects []Object
Expand Down

0 comments on commit 3b3d059

Please sign in to comment.