api

package
v2.38.1 Latest Latest
Warning

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

Go to latest
Published: Apr 2, 2024 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

View Source
const (
	DataAPIError  = "Data Error: "
	MigrationMode = "migration_mode"
)

Variables

This section is empty.

Functions

func MetadataAPI

func MetadataAPI(c *gin.Context)

func MigrateAPI

func MigrateAPI(c *gin.Context)

func SettingsAPI

func SettingsAPI(c *gin.Context)

func SquashCreateAPI

func SquashCreateAPI(c *gin.Context)

func SquashDeleteAPI

func SquashDeleteAPI(c *gin.Context)

Types

type Request

type Request struct {
	Name          string        `json:"name"`
	Up            []requestType `json:"up"`
	Down          []requestType `json:"down"`
	SkipExecution bool          `json:"skip_execution"`
	SourceName    string        `json:"datasource,omitempty"`
}

type Response

type Response struct {
	Code       string `json:"code,omitempty"`
	Message    string `json:"message,omitempty"`
	Name       string `json:"name,omitempty"`
	StatusCode int    `json:"-"`
}

type SettingRequest

type SettingRequest struct {
	Name  string `json:"name"`
	Value string `json:"value"`
}

Jump to

Keyboard shortcuts

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