Documentation ¶
Index ¶
Constants ¶
View Source
const ( // CLIName is the name of the CLI CLIName = "cocli" // ConfigFilename is the name of the configuration file ConfigFilename = ".cocli.yaml" // DownloadBaseUrl is the base url for downloading files DownloadBaseUrl = "https://download.coscene.cn/" // CurrentOrgNameStr is the string for the current profile CurrentOrgNameStr = "organizations/current" // BaseApiEndpoint is the base url for the api BaseApiEndpoint = "https://openapi.coscene.cn" // MaxPageSize is the maximum page size for the api MaxPageSize = 100 )
Variables ¶
View Source
var ( DefaultConfigPath = defaultConfigPath() DefaultUploaderDirPath = defaultUploaderDirPath() )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.