deploy

package
v0.0.0-...-f6baa38 Latest Latest
Warning

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

Go to latest
Published: Dec 8, 2024 License: MIT Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ApplyRoutes

func ApplyRoutes(r *gin.RouterGroup)

ApplyRoutes applies router to gin Router

func Compress

func Compress(src string, buf io.Writer) error

Types

type DeployRequest

type DeployRequest struct {
	WalletAddress string `json:"wallet_address" binding:"required,hexadecimal"`
	GitURL        string `json:"git_url" binding:"required"`
	Type          string `json:"type"`
}

type DeployResponse

type DeployResponse struct {
	TransactionHash string `json:"transactionHash"`
}

Jump to

Keyboard shortcuts

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