scm_sdk

package module
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jan 10, 2023 License: GPL-3.0 Imports: 5 Imported by: 0

README

scm-sdk

scm的SDK

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ConfigurationInfo

type ConfigurationInfo struct {
	Namespace string `json:"namespace"`
	Name      string `json:"name"`
	Tag       string `json:"tag"`
	Describe  string `json:"describe"`
	Content   string `json:"content"`
	IsCurrent bool   `json:"isCurrent"`
}

func GetCurrentConfiguration

func GetCurrentConfiguration(baseUrl string, namespace string, name string) (*ConfigurationInfo, error)

type GetCurrentConfigurationResponse

type GetCurrentConfigurationResponse struct {
	Info *ConfigurationInfo `json:"info"`
	// contains filtered or unexported fields
}

Jump to

Keyboard shortcuts

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