Documentation ¶
Index ¶
- Variables
- func CheckDeployCapability(projectName string) (hashID string, exists bool, err error)
- func Deploy(projectType, projectName, config string, cn bool) (deployment struct{ ... }, err error)
- func GetDeploymentStatus(id string) (deployment struct{ ... }, err error)
- func GetJsonWithPath(url string, path string) (data gjson.Result, err error)
- func GetStsToken(uploadType, projectName string) (data struct{ ... }, err error)
Constants ¶
This section is empty.
Variables ¶
View Source
var Graphql = graphql.NewClient("https://api.let.sh.cn/query")
create a client (safe to share across requests)
Functions ¶
func CheckDeployCapability ¶
func GetDeploymentStatus ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.