Skip to content

Commit

Permalink
Small interface change
Browse files Browse the repository at this point in the history
  • Loading branch information
marco6 committed Jul 1, 2024
1 parent 4e6ff16 commit 6b2d0b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/server/server_no_dqlite.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ func init() {
type Server struct{}

func (*Server) Start(ctx context.Context) error { return errNoDqlite }
func (*Server) MustStop() chan struct{} { return closedCh }
func (*Server) MustStop() <-chan struct{} { return closedCh }
func (*Server) Shutdown(ctx context.Context) error { return errNoDqlite }

func New(
Expand Down

0 comments on commit 6b2d0b7

Please sign in to comment.