welin 3 달 전
부모
커밋
a4c8933fc6
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      app/schemas/docker_remote.py

+ 1 - 0
app/schemas/docker_remote.py

@@ -102,3 +102,4 @@ class RemoteActionRequest(BaseModel):
     lines: int = 100
     from_head: bool = False
     full: bool = False
+    follow: bool = False