actionurl

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",
		"action_url",
	}
)

Functions

func NewActionUrl

func NewActionUrl() connection.Row

Types

type ActionUrl

type ActionUrl struct {
	Id        string `json:"id"`
	EnvId     string `json:"environment_id"`
	ActionUrl string `json:"action_url"`
}

func (*ActionUrl) GetFinalRows

func (a *ActionUrl) GetFinalRows() ([]connection.Row, error)

func (*ActionUrl) GetId

func (a *ActionUrl) GetId() string

func (*ActionUrl) InsertValues

func (a *ActionUrl) InsertValues() []interface{}

func (*ActionUrl) SetId

func (a *ActionUrl) SetId(id string)

func (*ActionUrl) UpdateValues

func (a *ActionUrl) UpdateValues() []interface{}

Jump to

Keyboard shortcuts

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