abi

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Aug 26, 2022 License: BSD-3-Clause Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Approve

func Approve(fs_appid string, fs_containerId string)

func Create

func Create(fs_json string, fs_yaml string, fs_f string)

func CreateApp

func CreateApp(fs_json string, fs_yaml string, fs_f string)

func GetAppConfig

func GetAppConfig(fs_id string, fs_format string)

func GetAppVerConfig

func GetAppVerConfig(fs_id string, fs_ver string, fs_format string)

func GetConfig

func GetConfig(fs_id string, fs_format string)

func Login

func Login()

func Logout

func Logout()

func Panicf

func Panicf(format string, args ...interface{})

func Panicln

func Panicln(args ...interface{})

func PrintJSON

func PrintJSON(data interface{})

func PrintYAML

func PrintYAML(data interface{})

func Printf

func Printf(format string, args ...interface{})

func Println

func Println(args ...interface{})

func Publish

func Publish(fs_file string, fs_ver string, fs_number string)

func SetAppConfig

func SetAppConfig(fs_id string, fs_json string, fs_yaml string, fs_f string)

func SetConfig

func SetConfig(fs_id string, fs_json string, fs_yaml string, fs_f string)

func SetRegistry

func SetRegistry(registry Registry)

func SetSecret

func SetSecret(fs_id string)

func Unapprove

func Unapprove(fs_appid string, fs_containerId string)

Types

type Registry

type Registry interface {
	Auth() error
	SetToken(token string)
	Logout()
	Send(path string, inputData interface{}) (interface{}, error)
}

func GetRegistry

func GetRegistry() Registry

func NewACRegistry

func NewACRegistry(baseURL string) Registry

Jump to

Keyboard shortcuts

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