Documentation
¶
Index ¶
Constants ¶
View Source
const ( DEFAULT_ENDPOINT = "https://console.hashdata.xyz" AUTH_PREFIX = "Bearer " TOKEN_PATH = "/account/oauth/token" DEFAULT_HEADER_KEY = "Authorization" MAX_RETRY_TIMES = 2000 JOB_SUCCESS = "success" JOB_WAIT_PENDING = "pending" JOB_WAIT_RUNNING = "running" JOB_FAILED_FAILURE = "failure" JOB_FAILED_ABANDONED = "abandoned" WAREHOUSE_ID = "warehouse_id" CATALOG_ID = "catalog_id" COMPUTING_ID = "computing_id" SERVICE_STARTED = "started" CATALOG_FDB = "fdb" CATALOG_ETCD = "etcd" CATALOG_CATALOG = "catalog" OPERATE_START = "start" OPERATE_STOP = "stop" OPERATE_RESTART = "restart" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
Source Files
¶
Click to show internal directories.
Click to hide internal directories.