Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Mapping ¶
type Mapping struct {
Environment string
Changelog bool
Result map[string]interface{}
Validation validation.Validation
// contains filtered or unexported fields
}
Mapping : stores a environments build mapping
func (*Mapping) Apply ¶
func (m *Mapping) Apply(d *definition.Definition) error
Apply : apply a definition
func (*Mapping) DiffGraphs ¶
DiffGraphs : gets a mpping for a diff between two graphs
type Request ¶
type Request struct {
ID string `json:"id,omitempty"`
Name string `json:"name,omitempty"`
UserID int `json:"user_id"`
Username string `json:"username"`
Changelog bool `json:"changelog"`
Filters []string `json:"filters,omitempty"`
Definition map[string]interface{} `json:"definition,omitempty"`
From map[string]interface{} `json:"from,omitempty"`
To map[string]interface{} `json:"to,omitempty"`
Credentials map[string]interface{} `json:"credentials,omitempty"`
}
Request :
Click to show internal directories.
Click to hide internal directories.