feat(manager): make check status from flink batch
This commit is contained in:
8
internal/manager/check_jobs_status.go
Normal file
8
internal/manager/check_jobs_status.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package manager
|
||||
|
||||
import api "github.com/logi-camp/go-flink-client"
|
||||
|
||||
func (mgr *Manager) checkJobStatus(client *api.Client) error {
|
||||
|
||||
return nil
|
||||
}
|
||||
Reference in New Issue
Block a user