Skip to content

Commit

Permalink
+add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lnashier committed Apr 7, 2024
1 parent a53f8ec commit 2f05013
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions service.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package goarc

// Service represents a generic service that goarc framework can Start and Stop.
type Service interface {
// Start should initiate the startup of the service.
// It returns an error if the startup process encounters any issues.
Expand Down

0 comments on commit 2f05013

Please sign in to comment.