Skip to content

Commit

Permalink
edit micro
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaowc-mac committed Jan 12, 2024
1 parent c5eef2c commit 9bda3b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion microdule.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ type Service interface {
Init(...Option)
Options() *Options
Close()
Run() error
Start() error
}

func NewService(opt ...Option) Service {
Expand Down

0 comments on commit 9bda3b7

Please sign in to comment.