model

package
v1.0.5 Latest Latest
Warning

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

Go to latest
Published: Oct 4, 2024 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 Bitbucket

type Bitbucket struct {
	Branch                string
	Commit                string
	DeploymentEnvironment string
	RepoFullName          string
	Token                 string
	Url                   string
	ImageRemoteUrl        string // TODO: refactor this code because it doesn't make sense be here
}

type Dependencies

type Dependencies struct {
	Dependency []Dependency
}

type Dependency

type Dependency struct {
	GroupId    string
	ArtifactId string
	Version    string
	Scope      string
}

type Document

type Document struct {
	Name         string
	Version      string
	Parent       Parent
	Dependencies Dependencies
}

type Parent

type Parent struct {
	Name    string
	Version string
}

Jump to

Keyboard shortcuts

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