models

package
v0.5.22 Latest Latest
Warning

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

Go to latest
Published: Jun 18, 2022 License: Apache-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 DockerComposeFile

type DockerComposeFile struct {
	Version  string      `yaml:"version,omitempty" json:"version,omitempty"`
	Services interface{} `yaml:"services" json:"services"` // more constraints should be added to this type
	Networks interface{} `yaml:"networks,omitempty" json:"networks,omitempty"`
	Volumes  interface{} `yaml:"volumes,omitempty" json:"volumes,omitempty"`
	Configs  interface{} `yaml:"configs,omitempty" json:"configs,omitempty"`
	Secrets  interface{} `yaml:"secrets,omitempty" json:"secrets,omitempty"`
}

Jump to

Keyboard shortcuts

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