mirror of
https://github.com/samuelncui/yatm.git
synced 2026-01-05 13:05:42 +00:00
feat: job list
This commit is contained in:
@@ -6,10 +6,12 @@ import (
|
||||
"github.com/abc950309/tapewriter/library"
|
||||
)
|
||||
|
||||
// JobGet(context.Context, *entity.JobGetRequest) (*entity.JobGetReply, error)
|
||||
var (
|
||||
_ = entity.ServiceServer(&API{})
|
||||
)
|
||||
|
||||
type API struct {
|
||||
entity.UnimplementedServiceServer
|
||||
entity.UnsafeServiceServer
|
||||
|
||||
lib *library.Library
|
||||
exe *executor.Executor
|
||||
|
||||
Reference in New Issue
Block a user