Files
crawlab/frontend/crawlab-ui/typings/constants/git.d.ts

9 lines
410 B
Go

export declare const GIT_REF_TYPE_BRANCH = "branch";
export declare const GIT_REF_TYPE_TAG = "tag";
export declare const GIT_STATUS_PENDING = "pending";
export declare const GIT_STATUS_CLONING = "cloning";
export declare const GIT_STATUS_READY = "ready";
export declare const GIT_STATUS_ERROR = "error";
export declare const GIT_STATUS_PULLING = "pulling";
export declare const GIT_STATUS_PUSHING = "pushing";