mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-25 17:42:25 +01:00
9 lines
410 B
Go
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";
|