refactor: rename tables to bot_*

This commit is contained in:
Jason Song
2022-11-29 12:34:23 +08:00
parent 3ac6bf3db4
commit 04d72d3500
20 changed files with 173 additions and 201 deletions

View File

@ -6,7 +6,7 @@ package bots
import runnerv1 "code.gitea.io/bots-proto-go/runner/v1"
// Status represents the status of Run, RunJob, Task, or TaskStep
// Status represents the status of BotRun, BotRunJob, BotTask, or BotTaskStep
type Status int
const (