Documentation
¶
Overview ¶
Copyright © 2023 NAME HERE <EMAIL ADDRESS>
Copyright © 2023 NAME HERE <EMAIL ADDRESS>
Copyright © 2022 NAME HERE <EMAIL ADDRESS>
Copyright © 2022 NAME HERE <EMAIL ADDRESS>
Copyright © 2023 NAME HERE <EMAIL ADDRESS>
Copyright © 2023 NAME HERE <EMAIL ADDRESS>
Copyright © 2022 NAME HERE <EMAIL ADDRESS>
Copyright © 2022 NAME HERE <EMAIL ADDRESS>
Copyright © 2022 NAME HERE <EMAIL ADDRESS>
Copyright © 2022 NAME HERE <EMAIL ADDRESS>
Index ¶
- func EngineDelete(path string, data map[string]interface{}) map[string]interface{}
- func EngineGet(path string) map[string]interface{}
- func EnginePatch(path string, data map[string]interface{}) map[string]interface{}
- func EnginePost(path string, data map[string]interface{}) map[string]interface{}
- func EnginePut(path string, data map[string]interface{}) map[string]interface{}
- func Execute()
- type JobStatusResult
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EngineDelete ¶
func EnginePatch ¶
func EnginePost ¶
Types ¶
type JobStatusResult ¶
type JobStatusResult struct {
Jobs []struct {
Id string `json:"id"`
Message string `json:"message"`
Status string `json:"status"`
Progress float64 `json:"progress"`
CreatedAt int64 `json:"createdAt"`
CompletedAt int64 `json:"completedAt"`
ContainerId string `json:"containerId"`
Image string `json:"image"`
} `json:"jobs"`
}
Click to show internal directories.
Click to hide internal directories.