package
Version:
v0.0.0-...-f6baa38
Opens a new window with list of versions in this module.
Published: Dec 8, 2024
License: MIT
Opens a new window with license information.
Imports: 15
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
ApplyRoutes applies router to gin Router
type DeployRequest struct {
WalletAddress string `json:"wallet_address" binding:"required,hexadecimal"`
GitURL string `json:"git_url" binding:"required"`
Type string `json:"type"`
}
type DeployResponse struct {
TransactionHash string `json:"transactionHash"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.