entities

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Jul 2, 2021 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SQLEnvVar

type SQLEnvVar struct {
	AppID strfmt.UUID4 `gorm:"primaryKey"`
	Key   string       `gorm:"primaryKey"`
	Value string
}

type SQLRunConfig

type SQLRunConfig struct {
	AppID          strfmt.UUID4               `gorm:"primaryKey"`
	Command        custom_formats.StringArray `gorm:"type:blob"`
	ImageDigest    string
	Networks       custom_formats.StringArray `gorm:"type:blob"`
	Placement      custom_formats.StringArray `gorm:"type:blob"`
	PublishedPorts custom_formats.UInt32Array `gorm:"type:blob"`
	TargetPorts    custom_formats.UInt32Array `gorm:"type:blob"`
	Volumes        []byte                     `gorm:"type:blob"`
}

type SQLRunConfigVolume

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

Jump to

Keyboard shortcuts

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