Skip to content

Commit 510f499

Browse files
author
Valery Piashchynski
committed
Make Endure main interface public
1 parent 9920374 commit 510f499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

container.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ type (
5858
}
5959

6060
// internal container interface
61-
container interface {
61+
Container interface {
6262
Serve() (<-chan *Result, error)
6363
Stop() error
6464
Register(service interface{}) error

0 commit comments

Comments
 (0)