models

package
v0.0.0-...-088ede3 Latest Latest
Warning

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

Go to latest
Published: Oct 10, 2024 License: GPL-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DeployRequest

type DeployRequest struct {
	RepositoryUrl *string  `json:"repositoryUrl"`
	BuildCommand  *string  `json:"buildCommand"`
	StartCommand  *string  `json:"startCommand"`
	Port          *string  `json:"port"`
	Branch        string   `json:"branch"`
	MemoryLimit   *int64   `json:"memoryLimit"`
	Mounts        *[]Mount `json:"mounts"`
	CPUs          *float64 `json:"cpus"`
}

type Mount

type Mount struct {
	Source string `json:"source"`
	Target string `json:"target"`
	Type   string `json:"type"`
}

Jump to

Keyboard shortcuts

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