Skip to content

Commit

Permalink
Update micro.go
Browse files Browse the repository at this point in the history
  • Loading branch information
xxjwxc committed May 9, 2020
1 parent fd78ed6 commit 3856d6b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions micro.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ type Service interface {
Run() error
// The service implementation
String() string
// stop
Stop() error
}

type service struct {
Expand Down

0 comments on commit 3856d6b

Please sign in to comment.