(entityID, runnerGroupName string, runnerGroupID int64)
| 486 | } |
| 487 | |
| 488 | func SetEntityRunnerGroup(entityID, runnerGroupName string, runnerGroupID int64) { |
| 489 | entityCache.SetEntityRunnerGroup(entityID, runnerGroupName, runnerGroupID) |
| 490 | } |
| 491 | |
| 492 | func GetEntityRunnerGroup(entityID, runnerGroupName string) (int64, bool) { |
| 493 | return entityCache.GetEntityRunnerGroup(entityID, runnerGroupName) |
no test coverage detected