Skip to content

Commit

Permalink
just add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
alimy committed Jun 9, 2024
1 parent b7a5a8b commit 0eb651f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions service/runtime.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@

package service

// Launch start task interface
type Launch interface {
Go(func())
}

// Runtime service runtime interface
type Runtime interface {
Start(Launch)
Stop()
Expand Down

0 comments on commit 0eb651f

Please sign in to comment.