cmd

package
v0.0.0-...-9ae28c9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 21, 2023 License: Apache-2.0 Imports: 20 Imported by: 0

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

Constants

This section is empty.

Variables

This section is empty.

Functions

func EngineDelete

func EngineDelete(path string, data map[string]interface{}) map[string]interface{}

func EngineGet

func EngineGet(path string) map[string]interface{}

func EnginePatch

func EnginePatch(path string, data map[string]interface{}) map[string]interface{}

func EnginePost

func EnginePost(path string, data map[string]interface{}) map[string]interface{}

func EnginePut

func EnginePut(path string, data map[string]interface{}) map[string]interface{}

func Execute

func Execute()

Execute adds all child commands to the root command and sets flags appropriately. This is called by main.main(). It only needs to happen once to the rootCmd.

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"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL