customvar

package
v1.0.0-rc1 Latest Latest
Warning

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

Go to latest
Published: Mar 13, 2020 License: GPL-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ObjectInformation configobject.ObjectInformation
	Fields            = []string{
		"id",
		"environment_id",
		"name_checksum",
		"name",
		"value",
	}
)

Functions

func NewCustomvar

func NewCustomvar() connection.Row

Types

type Customvar

type Customvar struct {
	Id           string `json:"id"`
	EnvId        string `json:"environment_id"`
	NameChecksum string `json:"name_checksum"`
	Name         string `json:"name"`
	Value        string `json:"value"`
}

func (*Customvar) GetFinalRows

func (c *Customvar) GetFinalRows() ([]connection.Row, error)

func (*Customvar) GetId

func (c *Customvar) GetId() string

func (*Customvar) InsertValues

func (c *Customvar) InsertValues() []interface{}

func (*Customvar) SetId

func (c *Customvar) SetId(id string)

func (*Customvar) UpdateValues

func (c *Customvar) UpdateValues() []interface{}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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